By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-22T02:48:18.488Z||main|||||INFO|500||The following profiles are active: basic
2022-06-22T02:48:27.763Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-22T02:48:27.764Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-22T02:48:27.849Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-22T02:48:30.053Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-22T02:48:30.205Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-22T02:48:30.631Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-22T02:48:30.639Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-22T02:48:30.713Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-22T02:48:30.844Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-22T02:48:31.185Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-22T02:48:32.040Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-22T02:48:34.075Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-22T02:48:34.116Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-22T02:48:34.517Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-22T02:48:34.731Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-22T02:48:35.888Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-22T02:48:36.843Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-22T02:48:36.863Z||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$$a7455e32.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-22T02:48:36.864Z||main|||||WARN|500||The sdc end point is not alive
2022-06-22T02:48:39.522Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-22T02:48:42.329Z||main|||||WARN|500||---
2022-06-22T02:48:42.329Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-22T02:48:42.329Z||main|||||WARN|500||---
2022-06-22T02:48:42.696Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-22T02:48:46.920Z||main|||||INFO|500||Started Application in 32.756 seconds (JVM running for 33.879)
2022-06-22T02:48:46.930Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-22T02:48:46.931Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-22T02:48:46.940Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-22T02:48:46.968Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-22T02:48:47.054Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 628d0683-5296-40e2-a9b3-b3299cb4d936 url= /sdc/v1/artifactTypes
2022-06-22T02:48:47.054Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-22T02:48:47.279Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-22T02:48:47.301Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-22T02:48:47.329Z||scheduling-1|||||DEBUG|500||create keys
2022-06-22T02:48:47.337Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-22T02:48:47.367Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:48:47.382Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ff6e6c8-b963-418e-b84c-8fd0d0d2a3b8 url= /sdc/v1/registerForDistribution
2022-06-22T02:48:47.518Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ff6e6c8-b963-418e-b84c-8fd0d0d2a3b8 url= /sdc/v1/registerForDistribution
2022-06-22T02:48:47.518Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-22T02:48:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:48:47.528Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:48:47.531Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-22T02:48:47.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:48:47.535Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:48:47.536Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:48:47.536Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:48:57.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:48:57.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:49:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:49:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:49:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:49:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:49:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:49:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:49:57.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:49:57.085Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:50:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:50:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:50:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:50:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:50:47.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:50:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:50:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:50:57.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:51:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:51:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:51:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:51:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:51:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:51:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:51:57.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:51:57.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:52:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:52:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:52:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:52:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:52:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:52:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:52:57.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:52:57.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:53:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:53:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:53:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:53:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:53:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:53:47.530Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:53:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:53:57.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:54:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:54:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:54:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:54:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:54:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:54:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:54:57.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:54:57.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:55:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:55:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:55:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:55:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:55:47.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:55:47.531Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:55:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:55:57.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:56:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:56:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:56:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:56:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:56:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:56:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:56:57.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:56:57.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:57:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:57:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:57:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:57:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:57:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:57:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:57:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:57:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:58:26.196Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-22T02:58:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:58:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:58:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:58:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:58:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:58:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:58:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:58:57.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:59:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:59:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:59:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T02:59:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:59:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T02:59:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T02:59:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T02:59:57.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:00:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:00:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:00:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:00:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:00:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:00:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:00:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:00:57.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:01:47.526Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:01:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:01:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:01:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:01:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:01:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:01:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:01:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:02:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:02:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:02:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:02:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:02:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:02:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:02:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:02:57.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:03:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:03:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:03:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:03:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:03:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:03:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:03:57.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:03:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:04:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:04:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:04:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:04:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:04:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:04:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:04:57.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:04:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:05:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:05:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:05:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:05:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:05:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:05:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:05:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:05:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:06:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:06:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:06:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:06:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:06:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:06:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:06:57.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:06:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:07:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:07:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:07:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:07:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:07:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:07:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:07:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:07:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:08:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:08:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:08:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:08:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:08:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:08:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:08:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:08:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:09:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:09:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:09:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:09:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:09:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:09:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:09:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:09:57.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:10:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:10:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:10:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:10:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:10:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:10:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:10:57.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:10:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:11:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:11:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:11:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:11:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:11:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:11:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:11:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:11:57.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:12:47.526Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:12:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:12:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:12:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:12:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:12:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:12:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:12:57.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:13:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:13:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:13:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:13:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:13:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:13:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:13:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:13:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:14:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:14:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:14:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:14:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:14:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:14:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:14:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:14:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:15:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:15:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:15:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:15:47.528Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:15:47.529Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:15:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:15:57.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:15:57.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:16:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:16:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:16:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:16:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:16:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:16:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:16:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:16:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:17:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:17:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:17:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:17:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:17:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:17:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:17:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:17:57.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:18:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:18:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:18:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:18:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:18:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:18:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:18:57.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:18:57.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:19:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:19:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:19:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:19:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:19:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:19:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:19:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:19:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:20:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:20:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:20:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:20:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:20:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:20:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:20:57.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:20:57.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:21:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:21:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:21:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:21:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:21:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:21:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:21:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:21:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:22:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:22:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:22:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:22:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:22:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:22:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:22:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:22:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:23:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:23:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:23:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:23:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:23:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:23:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:23:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:23:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:24:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:24:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:24:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:24:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:24:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:24:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:24:57.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:24:57.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:25:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:25:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:25:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:25:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:25:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:25:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:25:57.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:25:57.070Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:26:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:26:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:26:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:26:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:26:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:26:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:26:57.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:26:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:27:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:27:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:27:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:27:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:27:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:27:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:27:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:27:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:28:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:28:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:28:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:28:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:28:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:28:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:28:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:28:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:29:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:29:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:29:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:29:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:29:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:29:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:29:57.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:29:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:30:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:30:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:30:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:30:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:30:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:30:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:30:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:30:57.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:31:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:31:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:31:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:31:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:31:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:31:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:31:57.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:31:57.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:32:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:32:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:32:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T03:32:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:32:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:32:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:32:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:32:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:33:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:33:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:33:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:33:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:33:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:33:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:33:57.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:33:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:34:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:34:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:34:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:34:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:34:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:34:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:34:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:34:57.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:35:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:35:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:35:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:35:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:35:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:35:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:35:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:35:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:36:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:36:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:36:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:36:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:36:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:36:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:36:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:36:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:37:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:37:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:37:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:37:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:37:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:37:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:37:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:37:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:38:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:38:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:38:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:38:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:38:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:38:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:38:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:38:57.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:39:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:39:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:39:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:39:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:39:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:39:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:39:57.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:39:57.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:40:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:40:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:40:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:40:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:40:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:40:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:40:57.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:40:57.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:41:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:41:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:41:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:41:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:41:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:41:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:41:57.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:41:57.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:42:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:42:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:42:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:42:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:42:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:42:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:42:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:42:57.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:43:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:43:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:43:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:43:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:43:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:43:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:43:57.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:43:57.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:44:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:44:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:44:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:44:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:44:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:44:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:44:57.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:44:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:45:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:45:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:45:47.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:45:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:45:47.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:45:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:45:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:45:57.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:46:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:46:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:46:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:46:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:46:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:46:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:46:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:46:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:47:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:47:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:47:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:47:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:47:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:47:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:47:57.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:47:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:48:47.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:48:47.526Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:48:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:48:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:48:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:48:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:48:57.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:48:57.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:49:47.526Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:49:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:49:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:49:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:49:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:49:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:49:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:49:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:50:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:50:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:50:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:50:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:50:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:50:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:50:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:50:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:51:47.526Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:51:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:51:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:51:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:51:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:51:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:51:57.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:51:57.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:52:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:52:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:52:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:52:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:52:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:52:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:52:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:52:57.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:53:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:53:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:53:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:53:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:53:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:53:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:53:57.090Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:53:57.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:54:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:54:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:54:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:54:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:54:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:54:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:54:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:54:57.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:55:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:55:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:55:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:55:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:55:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:55:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:55:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:55:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:56:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:56:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:56:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:56:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:56:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:56:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:56:57.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:56:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:57:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:57:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:57:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:57:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:57:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:57:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:57:57.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:57:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:58:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:58:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:58:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:58:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:58:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:58:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:58:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:58:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:59:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:59:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:59:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:59:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T03:59:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T03:59:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T03:59:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T03:59:57.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:00:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:00:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:00:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:00:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:00:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:00:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:00:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:00:57.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:01:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:01:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:01:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:01:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:01:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:01:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:01:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:01:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:02:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:02:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:02:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:02:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:02:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:02:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:02:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:02:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:03:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:03:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:03:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:03:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:03:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:03:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:03:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:03:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:04:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:04:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:04:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:04:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:04:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:04:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:04:57.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:04:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:05:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:05:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:05:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:05:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:05:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:05:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:05:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:05:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:06:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:06:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:06:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:06:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:06:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:06:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:06:57.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:06:57.092Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:07:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:07:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:07:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:07:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:07:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:07:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:07:57.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:07:57.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:08:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:08:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:08:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:08:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:08:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:08:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:08:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:08:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:09:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:09:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:09:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:09:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:09:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:09:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:09:57.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:09:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:10:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:10:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:10:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:10:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:10:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:10:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:10:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:10:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:11:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:11:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:11:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:11:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:11:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:11:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:11:57.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:11:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:12:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:12:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:12:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:12:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:12:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:12:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:12:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:12:57.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:13:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:13:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:13:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:13:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:13:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:13:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:13:57.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:13:57.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:14:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:14:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:14:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:14:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:14:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:14:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:14:57.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:14:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:15:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:15:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:15:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:15:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:15:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:15:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:15:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:15:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:16:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:16:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:16:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:16:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:16:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:16:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:16:57.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:16:57.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:17:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:17:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:17:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:17:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:17:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:17:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:17:57.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:17:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:18:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:18:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:18:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:18:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:18:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:18:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:18:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:18:57.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:19:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:19:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:19:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:19:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:19:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:19:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:19:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:19:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:20:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:20:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:20:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:20:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:20:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:20:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:20:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:20:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:21:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:21:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:21:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:21:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:21:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:21:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:21:57.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:21:57.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:22:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:22:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:22:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:22:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:22:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:22:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:22:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:22:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:23:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:23:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:23:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:23:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:23:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:23:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:23:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:23:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:24:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:24:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:24:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:24:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:24:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:24:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:24:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:24:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:25:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:25:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:25:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:25:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:25:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:25:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:25:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:25:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:26:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:26:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:26:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:26:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:26:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:26:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:26:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:26:57.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:27:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:27:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:27:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:27:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:27:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:27:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:27:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:27:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:28:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:28:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:28:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:28:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:28:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:28:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:28:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:28:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:29:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:29:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:29:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:29:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:29:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:29:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:29:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:29:57.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:30:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:30:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:30:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:30:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:30:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:30:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:30:57.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:30:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:31:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:31:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:31:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:31:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:31:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:31:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:31:57.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:31:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:32:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:32:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:32:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:32:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:32:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:32:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:32:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:32:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:33:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:33:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:33:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:33:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:33:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:33:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:33:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:33:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:34:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:34:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:34:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:34:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:34:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:34:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:34:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:34:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:35:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:35:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:35:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:35:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:35:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:35:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:35:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:35:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:36:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:36:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:36:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:36:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:36:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:36:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:36:57.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:36:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:37:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:37:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:37:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:37:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:37:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:37:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:37:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:37:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:38:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:38:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:38:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:38:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:38:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:38:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:38:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:38:57.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:39:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:39:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:39:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:39:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:39:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:39:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:39:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:39:57.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:40:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:40:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:40:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:40:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:40:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:40:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:40:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:40:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:41:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:41:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:41:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:41:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:41:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:41:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:41:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:41:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:42:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:42:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:42:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:42:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:42:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:42:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:42:57.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:42:57.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:43:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:43:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:43:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:43:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:43:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:43:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:43:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:43:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:44:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:44:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:44:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:44:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:44:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:44:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:44:57.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:44:57.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:45:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:45:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:45:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:45:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:45:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:45:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:45:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:45:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:46:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:46:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:46:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:46:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:46:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:46:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:46:57.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:46:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:47:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:47:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:47:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:47:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:47:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:47:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:47:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:47:57.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:48:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:48:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:48:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:48:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:48:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:48:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:48:57.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:48:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:49:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:49:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:49:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:49:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:49:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:49:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:49:57.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:49:57.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:50:47.526Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:50:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:50:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:50:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:50:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:50:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:50:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:50:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:51:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:51:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:51:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:51:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:51:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:51:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:51:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:51:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:52:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:52:47.526Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:52:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:52:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:52:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:52:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:52:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:52:57.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:53:47.526Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:53:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:53:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:53:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:53:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:53:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:53:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:53:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:54:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:54:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:54:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:54:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:54:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:54:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:54:57.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:54:57.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:55:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:55:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:55:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:55:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:55:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:55:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:55:57.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:55:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:56:47.525Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:56:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:56:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:56:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:56:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:56:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:56:57.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:56:57.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:57:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:57:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:57:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:57:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:57:47.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:57:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:57:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:57:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:58:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:58:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:58:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:58:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:58:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:58:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:58:57.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:58:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:59:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:59:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:59:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:59:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T04:59:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T04:59:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T04:59:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T04:59:57.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:00:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:00:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:00:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:00:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:00:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:00:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:00:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:00:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:01:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:01:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:01:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:01:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:01:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:01:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:01:57.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:01:57.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:02:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:02:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:02:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:02:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:02:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:02:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:02:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:02:57.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:03:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:03:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:03:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:03:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:03:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:03:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:03:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:03:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:04:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:04:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:04:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:04:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:04:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:04:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:04:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:04:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:05:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:05:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:05:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:05:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:05:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:05:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:05:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:05:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:06:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:06:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:06:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:06:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:06:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:06:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:06:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:06:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:07:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:07:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:07:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:07:47.527Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:07:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:07:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:07:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:07:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:08:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:08:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:08:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:08:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:08:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:08:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:08:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:08:57.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:09:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:09:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:09:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:09:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:09:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:09:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:09:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:09:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:10:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:10:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:10:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:10:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:10:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:10:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:10:57.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:10:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:11:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:11:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:11:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:11:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:11:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:11:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:11:57.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:11:57.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:12:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:12:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:12:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:12:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:12:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:12:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:12:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:12:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:13:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:13:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:13:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:13:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:13:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:13:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:13:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:13:57.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:14:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:14:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:14:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:14:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:14:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:14:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:14:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:14:57.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:15:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:15:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:15:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:15:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:15:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:15:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:15:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:15:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:16:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:16:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:16:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:16:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:16:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:16:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:16:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:16:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:17:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:17:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:17:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:17:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:17:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:17:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:17:57.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:17:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:18:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:18:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:18:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:18:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:18:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:18:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:18:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:18:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:19:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:19:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:19:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T05:19:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:19:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:19:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:19:57.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:19:57.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:20:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:20:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:20:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:20:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:20:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:20:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:20:57.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:20:57.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:21:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:21:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:21:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:21:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:21:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:21:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:21:57.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:21:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:22:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:22:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:22:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:22:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:22:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:22:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:22:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:22:57.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:23:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:23:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:23:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:23:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:23:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:23:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:23:57.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:23:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:24:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:24:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:24:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:24:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:24:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:24:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:24:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:24:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:25:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:25:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:25:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:25:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:25:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:25:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:25:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:25:57.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:26:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:26:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:26:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:26:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:26:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:26:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:26:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:26:57.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:27:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:27:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:27:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:27:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:27:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:27:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:27:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:27:57.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:28:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:28:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:28:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:28:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:28:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:28:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:28:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:28:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:29:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:29:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:29:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:29:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:29:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:29:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:29:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:29:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:30:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:30:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:30:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:30:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:30:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:30:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:30:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:30:57.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:31:47.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:31:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:31:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:31:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:31:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:31:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:31:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:31:57.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:32:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:32:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:32:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:32:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:32:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:32:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:32:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:32:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:33:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:33:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:33:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:33:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:33:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:33:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:33:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:33:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:34:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:34:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:34:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:34:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:34:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:34:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:34:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:34:57.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:35:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:35:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:35:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:35:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:35:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:35:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:35:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:35:57.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:36:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:36:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:36:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:36:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:36:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:36:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:36:57.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:36:57.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:37:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:37:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:37:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:37:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:37:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:37:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:37:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:37:57.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:38:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:38:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:38:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:38:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:38:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:38:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:38:57.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:38:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:39:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:39:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:39:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:39:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:39:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:39:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:39:57.070Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:39:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:40:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:40:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:40:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:40:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:40:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:40:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:40:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:40:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:41:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:41:47.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:41:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:41:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:41:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:41:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:41:57.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:41:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:42:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:42:47.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:42:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:42:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:42:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:42:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:42:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:42:57.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:43:47.525Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:43:47.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:43:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:43:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:43:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:43:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:43:57.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:43:57.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:44:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:44:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:44:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:44:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:44:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:44:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:44:57.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:44:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:45:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:45:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:45:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:45:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:45:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:45:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:45:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:45:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:46:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:46:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:46:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:46:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:46:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:46:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:46:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:46:57.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:47:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:47:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:47:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:47:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:47:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:47:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:47:57.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:47:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:48:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:48:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:48:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:48:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:48:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:48:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:48:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:48:57.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:49:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:49:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:49:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:49:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:49:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:49:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:49:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:49:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:50:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:50:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:50:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:50:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:50:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:50:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:50:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:50:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:51:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:51:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:51:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:51:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:51:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:51:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:51:57.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:51:57.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:52:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:52:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:52:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:52:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:52:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:52:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:52:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:52:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:53:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:53:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:53:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:53:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:53:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:53:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:53:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:53:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:54:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:54:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:54:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:54:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:54:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:54:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:54:57.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:54:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:55:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:55:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:55:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:55:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:55:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:55:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:55:57.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:55:57.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:56:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:56:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:56:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:56:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:56:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:56:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:56:57.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:56:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:57:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:57:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:57:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:57:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:57:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:57:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:57:57.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:57:57.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:58:47.525Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:58:47.526Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:58:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:58:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:58:47.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:58:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:58:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:58:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:59:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:59:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:59:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:59:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T05:59:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T05:59:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T05:59:57.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T05:59:57.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:00:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:00:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:00:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:00:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:00:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:00:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:00:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:00:57.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:01:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:01:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:01:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:01:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:01:47.529Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:01:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:01:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:01:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:02:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:02:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:02:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:02:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:02:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:02:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:02:57.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:02:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:03:47.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:03:47.526Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:03:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:03:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:03:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:03:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:03:57.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:03:57.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:04:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:04:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:04:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:04:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:04:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:04:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:04:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:04:57.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:05:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:05:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:05:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:05:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:05:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:05:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:05:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:05:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:06:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:06:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:06:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:06:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:06:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:06:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:06:57.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:06:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:07:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:07:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:07:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:07:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:07:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:07:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:07:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:07:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:08:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:08:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:08:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:08:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:08:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:08:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:08:57.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:08:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:09:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:09:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:09:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:09:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:09:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:09:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:09:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:09:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:10:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:10:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:10:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:10:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:10:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:10:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:10:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:10:57.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:11:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:11:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:11:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:11:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:11:47.527Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:11:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:11:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:11:57.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:12:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:12:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:12:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:12:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:12:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:12:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:12:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:12:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:13:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:13:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:13:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:13:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:13:47.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:13:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:13:57.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:13:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:14:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:14:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:14:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:14:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:14:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:14:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:14:57.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:14:57.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:15:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:15:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:15:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:15:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:15:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:15:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:15:57.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:15:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:16:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:16:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:16:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:16:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:16:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:16:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:16:57.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:16:57.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:17:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:17:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:17:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:17:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:17:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:17:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:17:57.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:17:57.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:18:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:18:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:18:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:18:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:18:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:18:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:18:57.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:18:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:19:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:19:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:19:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:19:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:19:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:19:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:19:57.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:19:57.091Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:20:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:20:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:20:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:20:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:20:47.527Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:20:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:20:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:20:57.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:21:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:21:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:21:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:21:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:21:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:21:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:21:57.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:21:57.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:22:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:22:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:22:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:22:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:22:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:22:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:22:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:22:57.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:23:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:23:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:23:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:23:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:23:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:23:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:23:57.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:23:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:24:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:24:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:24:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:24:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:24:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:24:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:24:57.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:24:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:25:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:25:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:25:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:25:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:25:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:25:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:25:57.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:25:57.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:26:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:26:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:26:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:26:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:26:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:26:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:26:57.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:26:57.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:27:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:27:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:27:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:27:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:27:47.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:27:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:27:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:27:57.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:28:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:28:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:28:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:28:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:28:47.528Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:28:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:28:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:28:57.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:29:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:29:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:29:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:29:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:29:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:29:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:29:57.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:29:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:30:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:30:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:30:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:30:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:30:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:30:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:30:57.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:30:57.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:31:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:31:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:31:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:31:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:31:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:31:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:31:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:31:57.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:32:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:32:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:32:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:32:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:32:47.527Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:32:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:32:57.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:32:57.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:33:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:33:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:33:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:33:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:33:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:33:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:33:57.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:33:57.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:34:47.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:34:47.526Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:34:47.526Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T09iSpGN32holuBU) ...
2022-06-22T06:34:47.527Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:34:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:34:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:34:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:34:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:35:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:35:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:35:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:35:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:35:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:35:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:35:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:35:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:36:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:36:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:36:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:36:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:36:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:36:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:36:57.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:36:57.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:37:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:37:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:37:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:37:47.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:37:47.527Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:37:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:37:57.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:37:57.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:38:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:38:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:38:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:38:47.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:38:47.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:38:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:38:57.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:38:57.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:39:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:39:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:39:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:39:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:39:47.527Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:39:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:39:57.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:39:57.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:40:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:40:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:40:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:40:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:40:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:40:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:40:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:40:57.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:41:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:41:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:41:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:41:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:41:47.528Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:41:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:41:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:41:57.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:42:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:42:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:42:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:42:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:42:47.527Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:42:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:42:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:42:57.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:43:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:43:47.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:43:47.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:43:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:43:47.528Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:43:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:43:57.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:43:57.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:44:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:44:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:44:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:44:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:44:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:44:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:44:57.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:44:57.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:47.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:45:47.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:45:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:45:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:45:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:45:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:45:47.755Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:47.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880336743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:47.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:47.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880336743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:45:47.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:47.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880336743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:45:47.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880336743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:47.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880336743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-22T06:45:47.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880345470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:47.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880336743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:47.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:47.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:45:47.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880345470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:47.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:45:48.157Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:48.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-22T06:45:48.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f203389f-4a6c-4fef-89ea-c291d53e3408","serviceName":"vFW 2022-06-22 06-42-25","serviceVersion":"1.0","serviceUUID":"81aa45f1-c15a-4faf-8432-9316024e4fdb","serviceDescription":"catalog service description","serviceInvariantUUID":"07c5db4e-3f88-4228-894f-4c353ceb97dc","resources":[{"resourceInstanceName":"vFW 382dc166-db29 0","resourceName":"vFW 382dc166-db29","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"acdfb926-e847-48fe-93f3-255de50e586e","resourceInvariantUUID":"84897bf7-f582-4493-8f54-d756ac41ff65","resourceCustomizationUUID":"9279b42f-040c-4265-85b0-afc244671851","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml","artifactChecksum":"ZDhhYWU1NjU0OTEwYjM0MThhMzJiOGNjZjNiYTA0Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e59c120f-572f-419a-89a5-ff6a0645cce5","artifactVersion":"1"},{"artifactName":"vfw382dc166db290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json","artifactChecksum":"OGQ4YzMwZGUwYWYzYjQyZDczZTExNjhmNDU0NDYzNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2a3e06f-2a18-4252-8e0f-40914f024fd2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"024f932b-23ba-49e6-8820-2e8015ce8e16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml","artifactChecksum":"NWNjMjRlYzU2YTI2Yjc3MWI5Y2IyODY5MDBhNjNlZmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a25949c0-63d2-45fa-9b9e-1bb176eed8d7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1e923c18-d150-4639-8d1e-f8e763afc933","artifactVersion":"2","generatedFromUUID":"024f932b-23ba-49e6-8820-2e8015ce8e16"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220622064225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml","artifactChecksum":"ODg4ZTFkMzUzNWJmMzg5MTllMDRkMjBjYzE0MDQzNjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf5b0c79-9262-4851-b533-ea7fd1224166","artifactVersion":"1"},{"artifactName":"service-Vfw20220622064225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar","artifactChecksum":"OTRkZmQ4ZGVkZTEzZmJjZDI4NzkzMGRlNDhkNDc2MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0ff9689-42f7-4d2f-a150-fdc5abd2f43b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-22T06:45:48.165Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:45:48.169Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:48.179Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:48.179Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:48.279Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-22T06:45:48.283Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:48.283Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:48.299Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:48.300Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:45:49.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:45:49.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:49.188Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:49.188Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:45:49.288Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:45:49.289Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:49.289Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:49.307Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:49.308Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-22T06:45:50.189Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:45:50.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:50.192Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:50.193Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:45:50.293Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:45:50.293Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:50.293Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:50.307Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:50.307Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:45:51.193Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:45:51.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:51.198Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:51.198Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:51.298Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:45:51.299Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:51.299Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:51.318Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:51.318Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-22T06:45:52.198Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:45:52.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:52.202Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:52.202Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-22T06:45:52.302Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:45:52.303Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:52.303Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:52.317Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:52.317Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-22T06:45:53.202Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:45:53.204Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:53.206Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:53.206Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:45:53.306Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:45:53.307Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:53.307Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:53.322Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:53.322Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:45:54.207Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:45:54.208Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:54.210Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:54.210Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:45:54.311Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:45:54.312Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:54.312Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:54.326Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:54.326Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-22T06:45:55.213Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"serviceName": "vFW 2022-06-22 06-42-25",
"serviceVersion": "1.0",
"serviceUUID": "81aa45f1-c15a-4faf-8432-9316024e4fdb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "07c5db4e-3f88-4228-894f-4c353ceb97dc",
"resources": [
{
"resourceInstanceName": "vFW 382dc166-db29 0",
"resourceCustomizationUUID": "9279b42f-040c-4265-85b0-afc244671851",
"resourceName": "vFW 382dc166-db29",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "acdfb926-e847-48fe-93f3-255de50e586e",
"resourceInvariantUUID": "84897bf7-f582-4493-8f54-d756ac41ff65",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw382dc166db290_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"artifactChecksum": "OGQ4YzMwZGUwYWYzYjQyZDczZTExNjhmNDU0NDYzNDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2a3e06f-2a18-4252-8e0f-40914f024fd2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "024f932b-23ba-49e6-8820-2e8015ce8e16",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1e923c18-d150-4639-8d1e-f8e763afc933",
"generatedFromUUID": "024f932b-23ba-49e6-8820-2e8015ce8e16"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1e923c18-d150-4639-8d1e-f8e763afc933",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220622064225-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"artifactChecksum": "OTRkZmQ4ZGVkZTEzZmJjZDI4NzkzMGRlNDhkNDc2MGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f0ff9689-42f7-4d2f-a150-fdc5abd2f43b"
}
],
"workloadContext": "Production"
}
2022-06-22T06:45:55.214Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-22T06:45:55.215Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81aa45f1-c15a-4faf-8432-9316024e4fdb ASDC
2022-06-22T06:45:55.333Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f203389f-4a6c-4fef-89ea-c291d53e3408
ServiceName:vFW 2022-06-22 06-42-25
ServiceVersion:1.0
ServiceUUID:81aa45f1-c15a-4faf-8432-9316024e4fdb
ServiceInvariantUUID:07c5db4e-3f88-4228-894f-4c353ceb97dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220622064225-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar
ArtifactUUID:f0ff9689-42f7-4d2f-a150-fdc5abd2f43b
ArtifactChecksum:OTRkZmQ4ZGVkZTEzZmJjZDI4NzkzMGRlNDhkNDc2MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 382dc166-db29 0
ResourceCustomizationUUID:9279b42f-040c-4265-85b0-afc244671851
ResourceInvariantUUID:84897bf7-f582-4493-8f54-d756ac41ff65
ResourceName:vFW 382dc166-db29
ResourceType:VF
ResourceUUID:acdfb926-e847-48fe-93f3-255de50e586e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw382dc166db290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json
ArtifactUUID:f2a3e06f-2a18-4252-8e0f-40914f024fd2
ArtifactChecksum:OGQ4YzMwZGUwYWYzYjQyZDczZTExNjhmNDU0NDYzNDQ=
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/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml
ArtifactUUID:024f932b-23ba-49e6-8820-2e8015ce8e16
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/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env
ArtifactUUID:1e923c18-d150-4639-8d1e-f8e763afc933
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/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env
ArtifactUUID:1e923c18-d150-4639-8d1e-f8e763afc933
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-22T06:45:55.333Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81aa45f1-c15a-4faf-8432-9316024e4fdb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:45:55.535Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T06:45:55.536Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-22T06:45:55.536Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-22T06:45:55.536Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f0ff9689-42f7-4d2f-a150-fdc5abd2f43b from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar
2022-06-22T06:45:55.537Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:45:55.537Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar
2022-06-22T06:45:55.969Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:45:55.992Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar f0ff9689-42f7-4d2f-a150-fdc5abd2f43b 99039
2022-06-22T06:45:55.993Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar ASDC sendASDCNotification
2022-06-22T06:45:55.993Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar
2022-06-22T06:45:55.994Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:45:55.995Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:45:55.996Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:45:55.996Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880355992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:45:56.097Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:45:56.097Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:45:56.098Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:45:56.112Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:45:56.113Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:45:56.997Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T06:45:56.998Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-22T06:45:56.999Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f0ff9689-42f7-4d2f-a150-fdc5abd2f43b, URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar to file: /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:45:56.999Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220622064225-csar.csar
2022-06-22T06:45:57.056Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:45:57.056Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:45:57.890Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13529760747077556160/Definitions/service-Vfw20220622064225-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2022-06-22T06:46:00.453Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.457Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.458Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 382dc166-db29 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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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-Vfw20220622064225-csar.csar
2022-06-22T06:46:00.459Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-22T06:46:00.464Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.465Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:00.468Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:00.468Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-22T06:46:00.470Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T06:46:00.471Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.471Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:00.471Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.472Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:00.475Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.475Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria
2022-06-22T06:46:00.475Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.476Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.477Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.478Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-22T06:46:00.479Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.479Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-22T06:46:00.480Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.480Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:00.480Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:00.481Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.482Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria
2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-22T06:46:00.483Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.484Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5eb0dc49-e373-4fe5-aeaa-6a62bf5c6481
2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria
2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-22T06:46:00.485Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.486Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.487Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49e81a90-0f13-4a8c-a69b-ee8ffbd8d490
2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria
2022-06-22T06:46:00.488Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.489Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:00.490Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e425302-47c6-423e-a811-1677187fce67
2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.491Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:00.492Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:00.493Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-22 06-42-25
Description:catalog service description
Model UUID:81aa45f1-c15a-4faf-8432-9316024e4fdb
Model Version:NULL
Model InvariantUuid:07c5db4e-3f88-4228-894f-4c353ceb97dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 382dc166-db29
Model UUID:f442cd95-f8ce-4cba-8085-ca71712154a2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:84897bf7-f582-4493-8f54-d756ac41ff65
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9279b42f-040c-4265-85b0-afc244671851
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f4608b76-7e1b-4f07-a91e-1b102044e54c
ModelName:Vfw382dc166Db29..base_vfw..module-0
ModelUuid:253f8fbf-c927-4a2d-98b0-183e50cac705
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5eb0dc49-e373-4fe5-aeaa-6a62bf5c6481
ModelInvariantUuid:886ee6ea-7c8c-4903-89a5-aa21b5bca22f
ModelName:vFW 382dc166-db29-nodes.vfwCvfc
ModelUuid:81605bd9-4fd9-42ca-80d4-b08b6dce27a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7b356a94-5ac2-4b14-815b-89da3c4bc428
ModelInvariantUuid:d5cdf693-6a31-4b71-9c38-7818caf17003
ModelName:Vfw382dc166Db29.compute.nodes.heat.vfw
ModelUuid:5aa14edf-8c54-408c-b0c2-09e3a3a910c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:49e81a90-0f13-4a8c-a69b-ee8ffbd8d490
ModelInvariantUuid:562ca9e5-b81c-45bd-8f90-161c08c72e12
ModelName:vFW 382dc166-db29-nodes.vsnCvfc
ModelUuid:add7a4ba-099e-41af-a85b-14c618905313
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:660bd03a-b397-44b5-9011-a6b7d4b5f5c0
ModelInvariantUuid:012d5550-910a-4782-88b3-1c721d3850dc
ModelName:Vfw382dc166Db29.compute.nodes.heat.vsn
ModelUuid:fea668be-e284-4d59-a3cd-d6f3608782ae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6e425302-47c6-423e-a811-1677187fce67
ModelInvariantUuid:43730cdc-4e38-40ff-a023-69f5a3b9f539
ModelName:vFW 382dc166-db29-nodes.vpgCvfc
ModelUuid:d4ee21a5-1ca4-4978-8e8e-d54bc71a73c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:53688a57-6da1-40e9-86c6-d35fc4c48895
ModelInvariantUuid:f41ce71c-0c38-45d4-aadc-d5f55aa0f994
ModelName:Vfw382dc166Db29.compute.nodes.heat.vpg
ModelUuid:bfb98f16-0b6b-46cf-9cdc-5075cd4347bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-22T06:46:00.520Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: acdfb926-e847-48fe-93f3-255de50e586e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:46:00.587Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||vFW 382dc166-db29 0
2022-06-22T06:46:00.592Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: acdfb926-e847-48fe-93f3-255de50e586e
2022-06-22T06:46:00.592Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2a3e06f-2a18-4252-8e0f-40914f024fd2 from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json
2022-06-22T06:46:00.592Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:46:00.593Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json
2022-06-22T06:46:00.761Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:46:00.762Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json f2a3e06f-2a18-4252-8e0f-40914f024fd2 785
2022-06-22T06:46:00.762Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json ASDC sendASDCNotification
2022-06-22T06:46:00.763Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json
2022-06-22T06:46:00.763Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:46:00.764Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:46:00.766Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:46:00.766Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880360762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:46:00.867Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-22T06:46:00.867Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:46:00.868Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:46:00.881Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:00.882Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:46:01.768Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw382dc166Db29..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f4608b76-7e1b-4f07-a91e-1b102044e54c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "253f8fbf-c927-4a2d-98b0-183e50cac705",
"vfModuleModelCustomizationUUID": "d8b81ab4-2ddf-4c2e-92da-574134558161",
"isBase": true,
"artifacts": [
"024f932b-23ba-49e6-8820-2e8015ce8e16",
"1e923c18-d150-4639-8d1e-f8e763afc933"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-22T06:46:01.781Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw382dc166Db29..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:253f8fbf-c927-4a2d-98b0-183e50cac705
VfModuleModelInvariantUUID:f4608b76-7e1b-4f07-a91e-1b102044e54c
VfModuleModelDescription:NULL
Artifacts UUID List:{
024f932b-23ba-49e6-8820-2e8015ce8e16
,
1e923c18-d150-4639-8d1e-f8e763afc933
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw382dc166Db29..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f4608b76-7e1b-4f07-a91e-1b102044e54c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "253f8fbf-c927-4a2d-98b0-183e50cac705",
"vfModuleModelCustomizationUUID": "d8b81ab4-2ddf-4c2e-92da-574134558161",
"isBase": true,
"artifacts": [
"024f932b-23ba-49e6-8820-2e8015ce8e16",
"1e923c18-d150-4639-8d1e-f8e763afc933"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw382dc166Db29..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:253f8fbf-c927-4a2d-98b0-183e50cac705
VfModuleModelInvariantUUID:f4608b76-7e1b-4f07-a91e-1b102044e54c
VfModuleModelDescription:NULL
Artifacts UUID List:{
024f932b-23ba-49e6-8820-2e8015ce8e16
,
1e923c18-d150-4639-8d1e-f8e763afc933
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 024f932b-23ba-49e6-8820-2e8015ce8e16 from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml
2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:46:01.783Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml
2022-06-22T06:46:01.833Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:46:01.834Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml 024f932b-23ba-49e6-8820-2e8015ce8e16 20368
2022-06-22T06:46:01.834Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-22T06:46:01.835Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml
2022-06-22T06:46:01.835Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:46:01.835Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:46:01.837Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:46:01.837Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880361834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:46:01.937Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:46:01.938Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:46:01.939Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:46:01.956Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:01.956Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:46:02.838Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1e923c18-d150-4639-8d1e-f8e763afc933 from URL: /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env
2022-06-22T06:46:02.839Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:46:02.839Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env
2022-06-22T06:46:02.883Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env 1e923c18-d150-4639-8d1e-f8e763afc933 2098
2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env
2022-06-22T06:46:02.884Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:46:02.885Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:46:02.888Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:46:02.888Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880362884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:46:02.988Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:46:02.989Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:46:02.989Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:46:03.004Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:03.005Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:46:03.888Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 81aa45f1-c15a-4faf-8432-9316024e4fdb
2022-06-22T06:46:03.889Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 382dc166-db29 0 acdfb926-e847-48fe-93f3-255de50e586e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:46:03.925Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b588c74, org.onap.sdc.toscaparser.api.parameters.Input@2518161, org.onap.sdc.toscaparser.api.parameters.Input@295f476b, org.onap.sdc.toscaparser.api.parameters.Input@5ae6db1a, org.onap.sdc.toscaparser.api.parameters.Input@582c71e]
2022-06-22T06:46:03.928Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.928Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9279b42f-040c-4265-85b0-afc244671851
2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9279b42f-040c-4265-85b0-afc244671851 matches Tosca VF Customization UUID: 9279b42f-040c-4265-85b0-afc244671851
2022-06-22T06:46:03.929Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9279b42f-040c-4265-85b0-afc244671851 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-22T06:46:03.934Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.935Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9279b42f-040c-4265-85b0-afc244671851: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49425aca
2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-22T06:46:03.936Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8b81ab4-2ddf-4c2e-92da-574134558161
2022-06-22T06:46:03.937Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8b81ab4-2ddf-4c2e-92da-574134558161
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-22T06:46:03.941Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.942Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria
2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-22T06:46:03.943Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.944Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5eb0dc49-e373-4fe5-aeaa-6a62bf5c6481
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-22T06:46:03.951Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.951Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria
2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-22T06:46:03.952Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.953Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49e81a90-0f13-4a8c-a69b-ee8ffbd8d490
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-22T06:46:03.955Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.955Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:03.955Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:03.957Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.957Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is not matching search criteria
2022-06-22T06:46:03.957Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-22T06:46:03.958Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-22T06:46:03.959Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e425302-47c6-423e-a811-1677187fce67
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-22T06:46:03.960Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.960Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:03.960Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:46:03.961Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.961Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Node template vFW 382dc166-db29 0 is matching search criteria
2022-06-22T06:46:03.961Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 382dc166-db29 0] matching following query criteria: sdcType=VF, customizationUUID=9279b42f-040c-4265-85b0-afc244671851
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 81aa45f1-c15a-4faf-8432-9316024e4fdb: vFW 382dc166-db29
2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.962Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-22 06-42-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:46:03.963Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-22 06-42-25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 382dc166-db29 acdfb926-e847-48fe-93f3-255de50e586e 1 ASDC deployResourceStructure
2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json ASDC sendASDCNotification
2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json
2022-06-22T06:46:04.239Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:46:04.240Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:46:04.241Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:46:04.242Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880364239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "DEPLOY_OK"
}
2022-06-22T06:46:04.342Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:46:04.343Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:46:04.343Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:46:04.359Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:04.359Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml
2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:46:05.243Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:46:05.246Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:46:05.246Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880365242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-22T06:46:05.346Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:46:05.347Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:46:05.347Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:46:05.363Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:05.364Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:46:06.246Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-22T06:46:06.247Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env
2022-06-22T06:46:06.248Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:46:06.248Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:46:06.250Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:46:06.250Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880366246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-22T06:46:06.350Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:46:06.351Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:46:06.351Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:46:06.366Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:06.366Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar ASDC sendASDCNotification
2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar
2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:46:07.251Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:46:07.253Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:46:07.253Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880367251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:46:07.353Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:46:07.354Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:46:07.354Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:46:07.369Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:07.369Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:46:08.254Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:46:08.287Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:46:08.289Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:46:08.289Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:46:08.289Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:46:38.290Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:46:38.303Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:46:38.306Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:46:38.306Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:46:38.306Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:46:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:46:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:46:47.529Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:46:47.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:46:47.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:46:47.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880336743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:46:47.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:47:08.307Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:47:08.321Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:47:08.324Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:47:08.324Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:47:08.324Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:47:38.325Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:47:38.335Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:47:38.338Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:47:38.339Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:47:38.339Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:47:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:47:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:47:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:47:47.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:47:47.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:47:47.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880345470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:47:47.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:08.339Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:48:08.350Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:48:08.353Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:48:08.353Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:48:08.353Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:48:38.354Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:48:38.364Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:48:38.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:48:38.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:48:38.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:48:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:48:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:48:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:48:47.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:48:48.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880347926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880349061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880345470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880347926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880349424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880345470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880350359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880349722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880347926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880349424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880345470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880349722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880347926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880351756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880349424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880345470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880349722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880347926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880352887,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408
2022-06-22T06:48:48.100Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880349424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880352545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880349722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880353591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880347926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880353890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880349424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880352545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880347525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880349722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "cds",
"timestamp": 1655880354603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.116Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408
2022-06-22T06:48:48.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880347926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880349424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880352545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880349722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880355992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880349424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880356143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880352545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880349722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880357150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880352545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880356732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880357695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "policy-id",
"timestamp": 1655880358153,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.137Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408
2022-06-22T06:48:48.137Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-22T06:48:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880352545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880356732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880352545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880356732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880356732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880360762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880356732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880361834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880356732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880362884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880356732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880364239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/vfw382dc166db290_modules.json",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880364560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880365242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880366246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/resourceInstances/vfw382dc166db290/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880367251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880369689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880370695,
"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=?
2022-06-22T06:48:48.154Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408
2022-06-22T06:48:48.154Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 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 (?, ?, ?, ?, ?)
2022-06-22T06:48:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880371040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880372426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880373046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220622064225/1.0/artifacts/service-Vfw20220622064225-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "aai-ml",
"timestamp": 1655880373431,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408
2022-06-22T06:48:48.167Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "clamp",
"timestamp": 1655880374049,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f203389f-4a6c-4fef-89ea-c291d53e3408
2022-06-22T06:48:48.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203389f-4a6c-4fef-89ea-c291d53e3408 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880376743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880379722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880375470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880376743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880379722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880375470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880382545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880376743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880379722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880375470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880382545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880376743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880379722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880375470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880382545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880376743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880379722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880375470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880382545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880376743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880379722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880375470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880382545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880386732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880376743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880379722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880375470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880382545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880386732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880387926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880382545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880389334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880389336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880386732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880389432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880387926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880389424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "cds",
"timestamp": 1655880390340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.212Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e
2022-06-22T06:48:48.212Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880386732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880387926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880390625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880389424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880386732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880387926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880391830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880389424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880386732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880387926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880392850,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.228Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e
2022-06-22T06:48:48.228Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880389424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880386732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880387926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655880393852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880389424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880387926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880394730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880389424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880395828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655880389424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880396576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880396831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880397253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "aai-ml",
"timestamp": 1655880397579,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.243Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e
2022-06-22T06:48:48.243Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:48:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "policy-id",
"timestamp": 1655880397833,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.258Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e
2022-06-22T06:48:48.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-22T06:48:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655880398255,
"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=?
2022-06-22T06:48:48.271Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e
2022-06-22T06:48:48.271Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e 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 (?, ?, ?, ?, ?)
2022-06-22T06:48:48.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880399034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:48:48.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880401043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:48:48.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:48:48.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "clamp",
"timestamp": 1655880402046,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:48:48.286Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8bca3d1-f571-492c-b614-7b0decdf328e
2022-06-22T06:48:48.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8bca3d1-f571-492c-b614-7b0decdf328e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:49:08.366Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:49:08.379Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:49:08.382Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:49:08.383Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:49:08.383Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||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=?
2022-06-22T06:49:08.388Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-22T06:49:38.388Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f203389f-4a6c-4fef-89ea-c291d53e3408 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-22T06:49:38.397Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f203389f-4a6c-4fef-89ea-c291d53e3408 and serviceModelVersionId: 81aa45f1-c15a-4faf-8432-9316024e4fdb
2022-06-22T06:49:38.398Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07c5db4e-3f88-4228-894f-4c353ceb97dc
2022-06-22T06:49:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:49:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:49:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:49:49.831Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0
2022-06-22T06:49:49.965Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-22T06:49:50.335Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|INFO|500||Invoke
2022-06-22T06:49:50.342Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f203389f-4a6c-4fef-89ea-c291d53e3408], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[111a4b5c-2540-4e6b-94cc-07d7b45e58e8], X-ECOMP-RequestID=[f203389f-4a6c-4fef-89ea-c291d53e3408], X-TransactionId=[], X-ONAP-RequestID=[f203389f-4a6c-4fef-89ea-c291d53e3408], Content-Type=[application/merge-patch+json]}
2022-06-22T06:49:50.449Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-22T06:49:51.067Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220622-06:49:50:458-18293], vertex-id=[225392], Content-Length=[0], Date=[Wed, 22 Jun 2022 06:49:50 GMT], Content-Type=[application/json]}
2022-06-22T06:49:51.069Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-22T06:49:51.069Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07c5db4e-3f88-4228-894f-4c353ceb97dc/model-vers/model-ver/81aa45f1-c15a-4faf-8432-9316024e4fdb?depth=0|INFO|500||InvokeReturn
2022-06-22T06:49:51.073Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-22T06:49:51.073Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:49:51.077Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-22T06:49:51.082Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f203389f-4a6c-4fef-89ea-c291d53e3408 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-22T06:49:51.083Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-22T06:49:51.083Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:49:51.085Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:49:51.085Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880591082,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-22T06:49:51.185Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:49:51.187Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:49:51.187Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:49:51.202Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:49:51.203Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:49:51.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:49:51.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:49:51.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203389f-4a6c-4fef-89ea-c291d53e3408",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880591082,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-22T06:49:51.817Z||pool-2-thread-8|||||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=?
2022-06-22T06:49:52.098Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:49:52.099Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:49:52.099Z|f203389f-4a6c-4fef-89ea-c291d53e3408|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 T09iSpGN32holuBU) ...
2022-06-22T06:49:56.498Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:49:56.500Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-22T06:49:56.500Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8bca3d1-f571-492c-b614-7b0decdf328e","serviceName":"basic_onboard_zddvvA","serviceVersion":"1.0","serviceUUID":"c2186612-d9ee-4a95-a3b1-a6ff53a6640a","serviceDescription":"service","serviceInvariantUUID":"de0a16b8-6359-4f66-a807-e217872dbe44","resources":[{"resourceInstanceName":"basic_onboard_zddvvA 0","resourceName":"basic_onboard_zddvvA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c87fe98a-179c-4956-8c60-6ac28e6e3c84","resourceInvariantUUID":"de87f1f9-baf0-4a62-9a93-843da0932301","resourceCustomizationUUID":"0fef1400-f70f-42c2-9f76-17d4d79270ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml","artifactChecksum":"NGU4ZTQ0ZDg0ZGIzNWJjN2FjN2NjMGE0ZTI0N2NlNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f36c67ba-b77a-45ea-ab7b-e0879f9512ed","artifactVersion":"1"},{"artifactName":"basic_onboard_zddvva0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json","artifactChecksum":"YzliMDRmZjNlNDEyNDkyOTRlYmZlZjcwZTU5OWY3MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c0b8f306-5f0c-4556-9436-51928be5b5ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76bad2a2-c54e-484d-a37e-7d7accf95b37","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55481b63-7dc1-4ac8-92c6-e11e1f92ab01","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c1fff6df-3b3a-48c7-8bf0-b8be871ace02","artifactVersion":"2","generatedFromUUID":"76bad2a2-c54e-484d-a37e-7d7accf95b37"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZddvva-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml","artifactChecksum":"MzQ4MGY1MGQ5YWZjNmZkNmZkNDllNGEwMDY4OTk5NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53ce7717-7adf-4e00-91f8-82c8ea8ea142","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZddvva-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar","artifactChecksum":"NjA4Njk2Y2EwNzg3ZmNhYmEyOWM2MDBkZGQzMTg1YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3471729-9451-426f-be16-09f2864376ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-22T06:49:56.504Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:49:56.504Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:49:56.506Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:49:56.506Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:49:56.607Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:49:56.607Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:49:56.608Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:49:56.626Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:49:56.626Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:49:57.507Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:49:57.508Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:49:57.509Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:49:57.510Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:49:57.610Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:49:57.611Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:49:57.611Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:49:57.623Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:49:57.623Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:49:58.510Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:49:58.511Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:49:58.513Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:49:58.513Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:49:58.614Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:49:58.615Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:49:58.615Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:49:58.629Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:49:58.629Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:49:59.514Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:49:59.515Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:49:59.518Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:49:59.518Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:49:59.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:49:59.619Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:49:59.619Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:49:59.633Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:49:59.634Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:00.519Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:50:00.520Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:00.522Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:00.522Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-22T06:50:00.622Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:50:00.624Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:00.624Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:00.638Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:00.638Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:01.523Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:50:01.523Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:01.525Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:01.525Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:50:01.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:50:01.626Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:01.626Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:01.640Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:01.640Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:02.526Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:50:02.526Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:02.531Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:02.531Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:50:02.629Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-22T06:50:02.629Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:02.629Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:02.642Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:02.642Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:03.533Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"serviceName": "basic_onboard_zddvvA",
"serviceVersion": "1.0",
"serviceUUID": "c2186612-d9ee-4a95-a3b1-a6ff53a6640a",
"serviceDescription": "service",
"serviceInvariantUUID": "de0a16b8-6359-4f66-a807-e217872dbe44",
"resources": [
{
"resourceInstanceName": "basic_onboard_zddvvA 0",
"resourceCustomizationUUID": "0fef1400-f70f-42c2-9f76-17d4d79270ad",
"resourceName": "basic_onboard_zddvvA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c87fe98a-179c-4956-8c60-6ac28e6e3c84",
"resourceInvariantUUID": "de87f1f9-baf0-4a62-9a93-843da0932301",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zddvva0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"artifactChecksum": "YzliMDRmZjNlNDEyNDkyOTRlYmZlZjcwZTU5OWY3MWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0b8f306-5f0c-4556-9436-51928be5b5ac",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "76bad2a2-c54e-484d-a37e-7d7accf95b37",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1fff6df-3b3a-48c7-8bf0-b8be871ace02",
"generatedFromUUID": "76bad2a2-c54e-484d-a37e-7d7accf95b37"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c1fff6df-3b3a-48c7-8bf0-b8be871ace02",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZddvva-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"artifactChecksum": "NjA4Njk2Y2EwNzg3ZmNhYmEyOWM2MDBkZGQzMTg1YWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b3471729-9451-426f-be16-09f2864376ab"
}
],
"workloadContext": "Production"
}
2022-06-22T06:50:03.534Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-22T06:50:03.534Z|f203389f-4a6c-4fef-89ea-c291d53e3408|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2186612-d9ee-4a95-a3b1-a6ff53a6640a ASDC
2022-06-22T06:50:03.534Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e8bca3d1-f571-492c-b614-7b0decdf328e
ServiceName:basic_onboard_zddvvA
ServiceVersion:1.0
ServiceUUID:c2186612-d9ee-4a95-a3b1-a6ff53a6640a
ServiceInvariantUUID:de0a16b8-6359-4f66-a807-e217872dbe44
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZddvva-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar
ArtifactUUID:b3471729-9451-426f-be16-09f2864376ab
ArtifactChecksum:NjA4Njk2Y2EwNzg3ZmNhYmEyOWM2MDBkZGQzMTg1YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zddvvA 0
ResourceCustomizationUUID:0fef1400-f70f-42c2-9f76-17d4d79270ad
ResourceInvariantUUID:de87f1f9-baf0-4a62-9a93-843da0932301
ResourceName:basic_onboard_zddvvA
ResourceType:VF
ResourceUUID:c87fe98a-179c-4956-8c60-6ac28e6e3c84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zddvva0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json
ArtifactUUID:c0b8f306-5f0c-4556-9436-51928be5b5ac
ArtifactChecksum:YzliMDRmZjNlNDEyNDkyOTRlYmZlZjcwZTU5OWY3MWU=
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/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml
ArtifactUUID:76bad2a2-c54e-484d-a37e-7d7accf95b37
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/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env
ArtifactUUID:c1fff6df-3b3a-48c7-8bf0-b8be871ace02
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/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env
ArtifactUUID:c1fff6df-3b3a-48c7-8bf0-b8be871ace02
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-22T06:50:03.535Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2186612-d9ee-4a95-a3b1-a6ff53a6640a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-22T06:50:03.570Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b3471729-9451-426f-be16-09f2864376ab from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:50:03.571Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:03.721Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar b3471729-9451-426f-be16-09f2864376ab 71591
2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar ASDC sendASDCNotification
2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:03.727Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:50:03.728Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:03.730Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:03.730Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880603727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:03.831Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:50:03.832Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:03.832Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:03.848Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:03.849Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:04.731Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T06:50:04.732Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-22T06:50:04.732Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b3471729-9451-426f-be16-09f2864376ab, URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar to file: /app/ASDC/1/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:04.733Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:04.733Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:04.734Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:05.187Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7644212033280292988/Definitions/service-BasicOnboardZddvva-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
2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-22T06:50:06.574Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||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-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||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-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||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-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||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-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||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-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||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-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zddvvA 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-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-22T06:50:06.575Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is not matching search criteria
2022-06-22T06:50:06.576Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:50:06.577Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is not matching search criteria
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=afadb247-a844-42a0-80ec-174d019b6f84
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.578Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:06.579Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zddvvA
Description:service
Model UUID:c2186612-d9ee-4a95-a3b1-a6ff53a6640a
Model Version:NULL
Model InvariantUuid:de0a16b8-6359-4f66-a807-e217872dbe44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zddvvA
Model UUID:f99289df-a1ae-492c-a652-1b4e0d4a32b5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de87f1f9-baf0-4a62-9a93-843da0932301
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0fef1400-f70f-42c2-9f76-17d4d79270ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e105c32e-ec0c-49b9-ab09-0f64e000d725
ModelName:BasicOnboardZddvva..base_ubuntu18..module-0
ModelUuid:6221f914-e579-40f1-b48f-867e9265c79d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:afadb247-a844-42a0-80ec-174d019b6f84
ModelInvariantUuid:5548d595-4f3f-435b-beae-4cc7ca4a92a6
ModelName:basic_onboard_zddvvA-nodes.ubuntu18Cvfc
ModelUuid:67066b4c-d46f-4f84-a2b8-08b0bbb6ad1f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:055b14a1-4f92-407e-b2ce-96972b77b0ff
ModelInvariantUuid:cb8acd86-1705-4e42-8989-0eff81b978ac
ModelName:BasicOnboardZddvva.compute.nodes.heat.ubuntu18
ModelUuid:d83b634a-abcc-4bec-9806-6fc7b4cbea86
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-22T06:50:06.586Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c87fe98a-179c-4956-8c60-6ac28e6e3c84
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||basic_onboard_zddvvA 0
2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c87fe98a-179c-4956-8c60-6ac28e6e3c84
2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c0b8f306-5f0c-4556-9436-51928be5b5ac from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json
2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:50:06.588Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json
2022-06-22T06:50:06.629Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:50:06.629Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json c0b8f306-5f0c-4556-9436-51928be5b5ac 798
2022-06-22T06:50:06.630Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json ASDC sendASDCNotification
2022-06-22T06:50:06.630Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json
2022-06-22T06:50:06.630Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:50:06.631Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:06.633Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:06.634Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880606630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:06.734Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:50:06.734Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:06.735Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:06.749Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:06.749Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:07.634Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZddvva..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e105c32e-ec0c-49b9-ab09-0f64e000d725",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6221f914-e579-40f1-b48f-867e9265c79d",
"vfModuleModelCustomizationUUID": "f78efba7-d79b-4f92-a1be-3ea4605d2a98",
"isBase": true,
"artifacts": [
"76bad2a2-c54e-484d-a37e-7d7accf95b37",
"c1fff6df-3b3a-48c7-8bf0-b8be871ace02"
],
"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": ""
}
}
]
2022-06-22T06:50:07.640Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZddvva..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6221f914-e579-40f1-b48f-867e9265c79d
VfModuleModelInvariantUUID:e105c32e-ec0c-49b9-ab09-0f64e000d725
VfModuleModelDescription:NULL
Artifacts UUID List:{
76bad2a2-c54e-484d-a37e-7d7accf95b37
,
c1fff6df-3b3a-48c7-8bf0-b8be871ace02
}
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
}
2022-06-22T06:50:07.642Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZddvva..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e105c32e-ec0c-49b9-ab09-0f64e000d725",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6221f914-e579-40f1-b48f-867e9265c79d",
"vfModuleModelCustomizationUUID": "f78efba7-d79b-4f92-a1be-3ea4605d2a98",
"isBase": true,
"artifacts": [
"76bad2a2-c54e-484d-a37e-7d7accf95b37",
"c1fff6df-3b3a-48c7-8bf0-b8be871ace02"
],
"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": ""
}
}
]
2022-06-22T06:50:07.642Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZddvva..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6221f914-e579-40f1-b48f-867e9265c79d
VfModuleModelInvariantUUID:e105c32e-ec0c-49b9-ab09-0f64e000d725
VfModuleModelDescription:NULL
Artifacts UUID List:{
76bad2a2-c54e-484d-a37e-7d7accf95b37
,
c1fff6df-3b3a-48c7-8bf0-b8be871ace02
}
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
}
2022-06-22T06:50:07.643Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 76bad2a2-c54e-484d-a37e-7d7accf95b37 from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml
2022-06-22T06:50:07.643Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:50:07.643Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml
2022-06-22T06:50:07.689Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:50:07.689Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml 76bad2a2-c54e-484d-a37e-7d7accf95b37 5033
2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml
2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:50:07.690Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:07.692Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:07.692Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880607690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:07.792Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:50:07.793Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:07.793Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:07.807Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:07.808Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:08.692Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1fff6df-3b3a-48c7-8bf0-b8be871ace02 from URL: /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env
2022-06-22T06:50:08.693Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-22T06:50:08.693Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env
2022-06-22T06:50:08.740Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env c1fff6df-3b3a-48c7-8bf0-b8be871ace02 909
2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env
2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:50:08.741Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:08.743Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:08.743Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880608741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:08.843Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:50:08.844Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:08.844Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:08.859Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:08.860Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:09.744Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c2186612-d9ee-4a95-a3b1-a6ff53a6640a
2022-06-22T06:50:09.744Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zddvvA 0 c87fe98a-179c-4956-8c60-6ac28e6e3c84 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:50:09.758Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1044fcc9, org.onap.sdc.toscaparser.api.parameters.Input@6399210e, org.onap.sdc.toscaparser.api.parameters.Input@320ca3f2, org.onap.sdc.toscaparser.api.parameters.Input@223e5251, org.onap.sdc.toscaparser.api.parameters.Input@15ab506b]
2022-06-22T06:50:09.759Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0fef1400-f70f-42c2-9f76-17d4d79270ad
2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fef1400-f70f-42c2-9f76-17d4d79270ad matches Tosca VF Customization UUID: 0fef1400-f70f-42c2-9f76-17d4d79270ad
2022-06-22T06:50:09.760Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0fef1400-f70f-42c2-9f76-17d4d79270ad matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-22T06:50:09.761Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.761Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0fef1400-f70f-42c2-9f76-17d4d79270ad: {\"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\"}
2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77ee689b
2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f78efba7-d79b-4f92-a1be-3ea4605d2a98
2022-06-22T06:50:09.762Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f78efba7-d79b-4f92-a1be-3ea4605d2a98
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:50:09.764Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is not matching search criteria
2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-22T06:50:09.765Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=afadb247-a844-42a0-80ec-174d019b6f84
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T06:50:09.767Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.768Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_zddvvA 0 is matching search criteria
2022-06-22T06:50:09.768Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_zddvvA 0] matching following query criteria: sdcType=VF, customizationUUID=0fef1400-f70f-42c2-9f76-17d4d79270ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c2186612-d9ee-4a95-a3b1-a6ff53a6640a: basic_onboard_zddvvA
2022-06-22T06:50:09.769Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_zddvvA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:50:09.770Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_zddvvA
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: 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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:50:09.861Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zddvvA c87fe98a-179c-4956-8c60-6ac28e6e3c84 1 ASDC deployResourceStructure
2022-06-22T06:50:09.862Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json ASDC sendASDCNotification
2022-06-22T06:50:09.862Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json
2022-06-22T06:50:09.863Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:50:09.863Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:09.866Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:09.866Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880609862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:09.966Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:50:09.967Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:09.967Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:09.981Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:09.981Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:10.866Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-22T06:50:10.867Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml
2022-06-22T06:50:10.867Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:50:10.867Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:10.869Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:10.869Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880610866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:10.970Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:50:10.970Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:10.971Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:10.985Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:10.986Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:11.870Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-22T06:50:11.871Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env
2022-06-22T06:50:11.871Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:50:11.871Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:11.874Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:11.874Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880611870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:11.974Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:50:11.975Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:11.975Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:11.991Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:11.991Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:12.875Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar ASDC sendASDCNotification
2022-06-22T06:50:12.876Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar
2022-06-22T06:50:12.876Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:50:12.876Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:12.878Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:12.878Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880612875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:12.979Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:50:12.980Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:12.980Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:12.994Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:12.994Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:50:13.880Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8bca3d1-f571-492c-b614-7b0decdf328e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:50:13.893Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8bca3d1-f571-492c-b614-7b0decdf328e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:50:13.897Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:50:13.897Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-22T06:50:13.897Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:50:13.898Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||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=?
2022-06-22T06:50:13.904Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-22T06:50:43.905Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8bca3d1-f571-492c-b614-7b0decdf328e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-22T06:50:43.912Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8bca3d1-f571-492c-b614-7b0decdf328e and serviceModelVersionId: c2186612-d9ee-4a95-a3b1-a6ff53a6640a
2022-06-22T06:50:43.912Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de0a16b8-6359-4f66-a807-e217872dbe44
2022-06-22T06:50:43.913Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0
2022-06-22T06:50:43.919Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-22T06:50:43.980Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?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]}
2022-06-22T06:50:43.980Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0|INFO|500||Invoke
2022-06-22T06:50:44.011Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-22T06:50:44.352Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0|INFO|500||InvokeReturn
2022-06-22T06:50:44.352Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de0a16b8-6359-4f66-a807-e217872dbe44/model-vers/model-ver/c2186612-d9ee-4a95-a3b1-a6ff53a6640a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220622-06:50:44:019-15254], vertex-id=[168064], Content-Length=[0], Date=[Wed, 22 Jun 2022 06:50:44 GMT], Content-Type=[application/json]}
2022-06-22T06:50:44.353Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-22T06:50:44.353Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-22T06:50:44.353Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:50:44.358Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-22T06:50:44.358Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8bca3d1-f571-492c-b614-7b0decdf328e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-22T06:50:44.358Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-22T06:50:44.359Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:50:44.360Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:50:44.360Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880644358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-22T06:50:44.461Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-22T06:50:44.462Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:50:44.462Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:50:44.480Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:44.481Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-22T06:50:45.375Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:50:45.375Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:50:45.376Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:50:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:50:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:50:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:50:48.155Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:48.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:50:48.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:50:48.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "NOTIFIED"
}
2022-06-22T06:50:48.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:50:48.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:50:48.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880592098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880603727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880606630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880607690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880608741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880609862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/basic_onboard_zddvva0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880610866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880611870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/resourceInstances/basic_onboard_zddvva0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880612875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZddvva/1.0/artifacts/service-BasicOnboardZddvva-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:50:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-22T06:50:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e8bca3d1-f571-492c-b614-7b0decdf328e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655880644358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-22T06:50:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:50:54.924Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:50:54.924Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:50:54.925Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:50:54.925Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:51:04.466Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:51:04.466Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:51:04.467Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:51:04.467Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:51:14.017Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:51:14.018Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:51:14.018Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:51:14.018Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:51:23.568Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:51:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:51:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:51:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:51:47.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:51:47.527Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:51:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:51:57.068Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:51:57.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:52:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:52:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:52:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:52:47.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:52:47.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:52:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:52:57.075Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:52:57.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:53:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:53:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:53:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:53:47.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:53:47.528Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:53:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:53:57.074Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:53:57.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:54:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:54:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:54:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:54:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:54:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:54:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:54:57.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:54:57.080Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:55:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:55:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:55:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:55:47.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:55:47.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:55:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:55:57.069Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:55:57.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:56:47.525Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:56:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:56:47.526Z|e8bca3d1-f571-492c-b614-7b0decdf328e|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 T09iSpGN32holuBU) ...
2022-06-22T06:56:47.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:56:47.527Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:56:47.527Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:56:57.070Z|e8bca3d1-f571-492c-b614-7b0decdf328e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:56:57.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:47.525Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:57:47.526Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:57:47.526Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:57:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:57:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:57:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:57:48.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:48.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"436c9d1c-e732-4c38-a957-113827728ba5","serviceName":"Demo_pNF_pPl0yx8tbDOgC1y75X2H","serviceVersion":"1.0","serviceUUID":"729d5d68-d4a2-4a2e-804e-352f0205cb48","serviceDescription":"catalog service description","serviceInvariantUUID":"80e359d8-9d66-4876-9a82-c710bebf9781","resources":[{"resourceInstanceName":"pNF 0207ef7e-a5d0 0","resourceName":"pNF 0207ef7e-a5d0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"158e2e7d-13fb-4b08-b4b6-bdfc2eecb713","resourceInvariantUUID":"9b1c3b1f-92b7-461f-badf-e94342f6d8f2","resourceCustomizationUUID":"8e3d8374-fc56-486b-9ea3-9f6e7493bf31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml","artifactChecksum":"ZmM1YjRmYzdmNmE1NzE3NWRiYjJiMThhM2FlZDM2ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a432e80-cfca-4394-a3d6-0d924fd7eba5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar","artifactChecksum":"MTFkYjllMzI0ZWMyYmY4ZTA5NzI0NzI3YzIyZDRiZTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9329a169-d630-44a2-ab03-62bdf1f26bd9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56210f61-1e82-4001-865d-4cf13f23953a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml","artifactChecksum":"YzFkNWZlMmEzYzUzM2JiNWQzNjEzNWY5YzU5ZjRlMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1c66b867-d086-44a3-b399-a2b43f604913","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3019c75-dc8a-4f1d-8d15-02f65872db03","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21f204c2-0dac-45ef-8421-2fdf76e8e3b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml","artifactChecksum":"NTY0ODc1NDgzNGYzNjU0YmM3OGEwOTMzMTViZmI0MjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"771dc913-f370-4977-ae68-86d9699c523b","artifactVersion":"1"},{"artifactName":"service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar","artifactChecksum":"MzE0ODAxNGRiNGMxNDRlYjNiN2NmN2M5NmJmODdlZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab8b9773-b2eb-4c58-a645-ee3dabeaace2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-22T06:57:48.159Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:48.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:48.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:48.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.162Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:48.162Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881042545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881049424,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881050470,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881046732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881047927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881060133,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:57:48.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881060225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881060238,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881060227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "cds",
"timestamp": 1655881061139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:57:48.191Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5
2022-06-22T06:57:48.191Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:57:48.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881061230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:57:48.199Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881061450,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881062012,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:57:48.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "policy-id",
"timestamp": 1655881062233,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:57:48.205Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5
2022-06-22T06:57:48.205Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:57:48.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1655881062455,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:57:48.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5
2022-06-22T06:57:48.219Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:57:48.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655881063015,
"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=?
2022-06-22T06:57:48.230Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5
2022-06-22T06:57:48.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 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 (?, ?, ?, ?, ?)
2022-06-22T06:57:48.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:48.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655881056743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:57:48.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:57:48.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881067147,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:57:48.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:57:48.262Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:48.263Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:48.263Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:48.277Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:48.278Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:49.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:49.164Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:49.166Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:49.166Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:49.266Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:49.267Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:49.267Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:49.279Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:49.279Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:50.167Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:50.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:50.170Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:50.170Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:50.270Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:50.271Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:50.271Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:50.283Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:50.284Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:51.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:51.172Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:51.174Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:51.174Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:51.274Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:51.275Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:51.275Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:51.288Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:51.288Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:52.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:52.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:52.178Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:52.178Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:52.278Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:52.278Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:52.278Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:52.293Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:52.293Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-22T06:57:53.178Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:53.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:53.182Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:53.182Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:53.282Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:53.283Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:53.283Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:53.299Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:53.300Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:54.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:54.184Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:54.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:54.186Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:57:54.286Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:54.287Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:54.287Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:54.302Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:54.303Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:55.187Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T06:57:55.188Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:55.189Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:55.190Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:57:55.290Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:55.291Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:55.291Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:55.305Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:55.305Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:56.191Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"serviceName": "Demo_pNF_pPl0yx8tbDOgC1y75X2H",
"serviceVersion": "1.0",
"serviceUUID": "729d5d68-d4a2-4a2e-804e-352f0205cb48",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "80e359d8-9d66-4876-9a82-c710bebf9781",
"resources": [
{
"resourceInstanceName": "pNF 0207ef7e-a5d0 0",
"resourceCustomizationUUID": "8e3d8374-fc56-486b-9ea3-9f6e7493bf31",
"resourceName": "pNF 0207ef7e-a5d0",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "158e2e7d-13fb-4b08-b4b6-bdfc2eecb713",
"resourceInvariantUUID": "9b1c3b1f-92b7-461f-badf-e94342f6d8f2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"artifactChecksum": "MzE0ODAxNGRiNGMxNDRlYjNiN2NmN2M5NmJmODdlZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab8b9773-b2eb-4c58-a645-ee3dabeaace2"
}
],
"workloadContext": "Production"
}
2022-06-22T06:57:56.191Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-22T06:57:56.192Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 729d5d68-d4a2-4a2e-804e-352f0205cb48 ASDC
2022-06-22T06:57:56.192Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:436c9d1c-e732-4c38-a957-113827728ba5
ServiceName:Demo_pNF_pPl0yx8tbDOgC1y75X2H
ServiceVersion:1.0
ServiceUUID:729d5d68-d4a2-4a2e-804e-352f0205cb48
ServiceInvariantUUID:80e359d8-9d66-4876-9a82-c710bebf9781
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
ArtifactUUID:ab8b9773-b2eb-4c58-a645-ee3dabeaace2
ArtifactChecksum:MzE0ODAxNGRiNGMxNDRlYjNiN2NmN2M5NmJmODdlZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0207ef7e-a5d0 0
ResourceCustomizationUUID:8e3d8374-fc56-486b-9ea3-9f6e7493bf31
ResourceInvariantUUID:9b1c3b1f-92b7-461f-badf-e94342f6d8f2
ResourceName:pNF 0207ef7e-a5d0
ResourceType:PNF
ResourceUUID:158e2e7d-13fb-4b08-b4b6-bdfc2eecb713
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-22T06:57:56.192Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 729d5d68-d4a2-4a2e-804e-352f0205cb48 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-22T06:57:56.217Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ab8b9773-b2eb-4c58-a645-ee3dabeaace2 from URL: /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-22T06:57:56.218Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:56.564Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ab8b9773-b2eb-4c58-a645-ee3dabeaace2 82647
2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ASDC sendASDCNotification
2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T06:57:56.570Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:56.572Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:56.573Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881076570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:57:56.673Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:56.674Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:56.674Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:56.688Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:56.689Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-22T06:57:57.573Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T06:57:57.574Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-22T06:57:57.574Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ab8b9773-b2eb-4c58-a645-ee3dabeaace2, URL: /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar to file: /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:57.575Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:57.575Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:57.575Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:57.700Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP401650431370176132/Definitions/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml
2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.279Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0207ef7e-a5d0 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-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Node template pNF 0207ef7e-a5d0 0 is matching search criteria
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0207ef7e-a5d0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Node template pNF 0207ef7e-a5d0 0 is matching search criteria
2022-06-22T06:57:58.280Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0207ef7e-a5d0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.281Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_pPl0yx8tbDOgC1y75X2H
Description:catalog service description
Model UUID:729d5d68-d4a2-4a2e-804e-352f0205cb48
Model Version:NULL
Model InvariantUuid:80e359d8-9d66-4876-9a82-c710bebf9781
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-22T06:57:58.289Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||pNF 0207ef7e-a5d0 0
2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713
2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 729d5d68-d4a2-4a2e-804e-352f0205cb48
2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 729d5d68-d4a2-4a2e-804e-352f0205cb48
2022-06-22T06:57:58.292Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0207ef7e-a5d0 0 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cd8a020, org.onap.sdc.toscaparser.api.parameters.Input@25373c4c, org.onap.sdc.toscaparser.api.parameters.Input@2719e215, org.onap.sdc.toscaparser.api.parameters.Input@5c2e3d4c, org.onap.sdc.toscaparser.api.parameters.Input@557e4f49]
2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 729d5d68-d4a2-4a2e-804e-352f0205cb48: pNF 0207ef7e-a5d0
2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Processing PNF resource: 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713
2022-06-22T06:57:58.297Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T06:57:58.298Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_pPl0yx8tbDOgC1y75X2H is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T06:57:58.298Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||Resource customization UUID: 8e3d8374-fc56-486b-9ea3-9f6e7493bf31 is the same as notified resource customizationUUID: 8e3d8374-fc56-486b-9ea3-9f6e7493bf31
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-22T06:57:58.354Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0207ef7e-a5d0 158e2e7d-13fb-4b08-b4b6-bdfc2eecb713 0 ASDC deployResourceStructure
2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar ASDC sendASDCNotification
2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar
2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-22T06:57:58.355Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T06:57:58.356Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T06:57:58.357Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881078355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:57:58.457Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T06:57:58.457Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T06:57:58.457Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T06:57:58.472Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:57:58.473Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T06:57:59.359Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:57:59.373Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:57:59.376Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:57:59.376Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:57:59.376Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:58:29.377Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:58:29.388Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:58:29.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:58:29.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:58:29.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:58:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:58:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:58:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:58:47.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:58:47.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:58:47.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:58:47.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:58:59.391Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:58:59.402Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:58:59.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:58:59.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:58:59.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:59:29.407Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:59:29.418Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:59:29.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:59:29.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-22T06:59:29.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-22T06:59:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T06:59:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T06:59:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T06:59:48.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T06:59:48.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881069154,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:59:48.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:59:48.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "clamp",
"timestamp": 1655881070156,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:59:48.067Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5
2022-06-22T06:59:48.067Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881067525,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/resourceInstances/pnf0207ef7ea5d00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881076570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881069722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T06:59:48.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881078355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881078662,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881100758,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPpl0yx8tbdogc1y75x2h/1.0/artifacts/service-DemoPnfPpl0yx8tbdogc1y75x2h-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-22T06:59:48.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-22T06:59:48.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "aai-ml",
"timestamp": 1655881101762,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-22T06:59:48.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 436c9d1c-e732-4c38-a957-113827728ba5
2022-06-22T06:59:48.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 436c9d1c-e732-4c38-a957-113827728ba5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T06:59:59.421Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:59:59.432Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-22T06:59:59.434Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-22T06:59:59.435Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||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=?
2022-06-22T06:59:59.440Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-22T07:00:29.440Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 436c9d1c-e732-4c38-a957-113827728ba5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-22T07:00:29.446Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 436c9d1c-e732-4c38-a957-113827728ba5 and serviceModelVersionId: 729d5d68-d4a2-4a2e-804e-352f0205cb48
2022-06-22T07:00:29.447Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80e359d8-9d66-4876-9a82-c710bebf9781
2022-06-22T07:00:29.448Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0
2022-06-22T07:00:29.453Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-22T07:00:29.482Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|INFO|500||Invoke
2022-06-22T07:00:29.482Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[436c9d1c-e732-4c38-a957-113827728ba5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9019bd74-ad27-490d-ad26-04e70ac18634], X-ECOMP-RequestID=[436c9d1c-e732-4c38-a957-113827728ba5], X-TransactionId=[], X-ONAP-RequestID=[436c9d1c-e732-4c38-a957-113827728ba5], Content-Type=[application/merge-patch+json]}
2022-06-22T07:00:29.510Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-22T07:00:29.744Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220622-07:00:29:517-73969], vertex-id=[364648], Content-Length=[0], Date=[Wed, 22 Jun 2022 07:00:29 GMT], Content-Type=[application/json]}
2022-06-22T07:00:29.745Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-22T07:00:29.745Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80e359d8-9d66-4876-9a82-c710bebf9781/model-vers/model-ver/729d5d68-d4a2-4a2e-804e-352f0205cb48?depth=0|INFO|500||InvokeReturn
2022-06-22T07:00:29.745Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-22T07:00:29.746Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T07:00:29.750Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-22T07:00:29.751Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 436c9d1c-e732-4c38-a957-113827728ba5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-22T07:00:29.751Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-22T07:00:29.751Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:29.753Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:29.754Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "436c9d1c-e732-4c38-a957-113827728ba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881229751,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-22T07:00:29.853Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-22T07:00:29.854Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:29.854Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:29.876Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:29.876Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-22T07:00:30.765Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T07:00:30.766Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T07:00:30.766Z|436c9d1c-e732-4c38-a957-113827728ba5|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 T09iSpGN32holuBU) ...
2022-06-22T07:00:35.138Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:35.138Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-22T07:00:35.139Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"44341bec-f670-4908-b56d-d6108b0172bb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ecfea0fb-5f74-4c28-849b-51cfed27080b","serviceDescription":"service","serviceInvariantUUID":"aa81283f-1bf7-46b7-bfea-8184b7c2108f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bba15f3d-36ae-43b2-8482-a51d15f60357","resourceInvariantUUID":"fd4f81b7-3f02-4ed3-b74c-b23d170aeda7","resourceCustomizationUUID":"88011887-c341-4be4-9e19-514324262bf9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"N2E1ZTM5MTQ4MDRjODYzNWYyODQ1MWM4NjA4ZDBlNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"640d3e42-bc59-4cfc-84e2-d5d6d479cc4a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MDYxMGZkMGE2NTg2NjEwMmEzMGE5NDEzYTVmNTY2Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3dd743d7-1361-403e-a2cb-87a8010b1be6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97e0c78e-970f-4f33-a215-0afcc58a3cf5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4111d186-9939-40c0-b8c2-483ca9fc640d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8bb85caa-3709-4252-8594-cc24a14446e6","artifactVersion":"2","generatedFromUUID":"97e0c78e-970f-4f33-a215-0afcc58a3cf5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzUwMWNhYjExNTM1ZmM0YWEyOTQ3NWE0YWYyMDMyNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"663169f0-f566-404e-a74b-babecaa152a3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzhkZGQ0YzU3M2JiM2M0ZDFhZmI2MTVmNGMxYWQ1ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af44e3f5-e6f2-4b82-aaa5-869692d26d23","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-22T07:00:35.141Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T07:00:35.142Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:35.144Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:35.144Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881230765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T07:00:35.244Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:35.245Z||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.
2022-06-22T07:00:35.245Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:35.258Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:35.259Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:36.144Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T07:00:36.145Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:36.147Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:36.148Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881230765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-22T07:00:36.248Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:36.249Z||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.
2022-06-22T07:00:36.249Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:36.263Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:36.263Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:37.148Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T07:00:37.149Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:37.151Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:37.151Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881230765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-22T07:00:37.251Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:37.252Z||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.
2022-06-22T07:00:37.253Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:37.267Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:37.267Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:38.152Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T07:00:38.153Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:38.156Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:38.156Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881230765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-22T07:00:38.256Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:38.256Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:38.256Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:38.270Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:38.271Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:39.156Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T07:00:39.157Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:39.160Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:39.160Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881230765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-22T07:00:39.260Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:39.261Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:39.261Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:39.274Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:39.275Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-22T07:00:40.160Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T07:00:40.161Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:40.164Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:40.164Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881230765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-22T07:00:40.264Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:40.265Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:40.265Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:40.277Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:40.277Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:41.164Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-22T07:00:41.165Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:41.167Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:41.168Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881230765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-22T07:00:41.268Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:41.269Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:41.269Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:41.283Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:41.284Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-22T07:00:42.169Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "ecfea0fb-5f74-4c28-849b-51cfed27080b",
"serviceDescription": "service",
"serviceInvariantUUID": "aa81283f-1bf7-46b7-bfea-8184b7c2108f",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "88011887-c341-4be4-9e19-514324262bf9",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bba15f3d-36ae-43b2-8482-a51d15f60357",
"resourceInvariantUUID": "fd4f81b7-3f02-4ed3-b74c-b23d170aeda7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MDYxMGZkMGE2NTg2NjEwMmEzMGE5NDEzYTVmNTY2Nzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3dd743d7-1361-403e-a2cb-87a8010b1be6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "97e0c78e-970f-4f33-a215-0afcc58a3cf5",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8bb85caa-3709-4252-8594-cc24a14446e6",
"generatedFromUUID": "97e0c78e-970f-4f33-a215-0afcc58a3cf5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8bb85caa-3709-4252-8594-cc24a14446e6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzhkZGQ0YzU3M2JiM2M0ZDFhZmI2MTVmNGMxYWQ1ODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af44e3f5-e6f2-4b82-aaa5-869692d26d23"
}
],
"workloadContext": "Production"
}
2022-06-22T07:00:42.170Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-22T07:00:42.170Z|436c9d1c-e732-4c38-a957-113827728ba5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ecfea0fb-5f74-4c28-849b-51cfed27080b ASDC
2022-06-22T07:00:42.170Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:44341bec-f670-4908-b56d-d6108b0172bb
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ecfea0fb-5f74-4c28-849b-51cfed27080b
ServiceInvariantUUID:aa81283f-1bf7-46b7-bfea-8184b7c2108f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:af44e3f5-e6f2-4b82-aaa5-869692d26d23
ArtifactChecksum:YzhkZGQ0YzU3M2JiM2M0ZDFhZmI2MTVmNGMxYWQ1ODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:88011887-c341-4be4-9e19-514324262bf9
ResourceInvariantUUID:fd4f81b7-3f02-4ed3-b74c-b23d170aeda7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bba15f3d-36ae-43b2-8482-a51d15f60357
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:3dd743d7-1361-403e-a2cb-87a8010b1be6
ArtifactChecksum:MDYxMGZkMGE2NTg2NjEwMmEzMGE5NDEzYTVmNTY2Nzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:97e0c78e-970f-4f33-a215-0afcc58a3cf5
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8bb85caa-3709-4252-8594-cc24a14446e6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8bb85caa-3709-4252-8594-cc24a14446e6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-22T07:00:42.170Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecfea0fb-5f74-4c28-849b-51cfed27080b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: af44e3f5-e6f2-4b82-aaa5-869692d26d23 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-22T07:00:42.199Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-22T07:00:42.200Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-22T07:00:42.332Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-22T07:00:42.334Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar af44e3f5-e6f2-4b82-aaa5-869692d26d23 71067
2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T07:00:42.335Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:42.338Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:42.338Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881242335,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-22T07:00:42.438Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:42.439Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:42.439Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:42.454Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:42.454Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:43.339Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-22T07:00:43.341Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-22T07:00:43.341Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: af44e3f5-e6f2-4b82-aaa5-869692d26d23, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:43.341Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-22T07:00:43.342Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:43.342Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:43.639Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4935171088151243413/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-22T07:00:44.536Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.537Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.538Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.539Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-22T07:00:44.540Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9d8de2bd-8eed-4e37-b3dc-1b9a70a50353
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-22T07:00:44.541Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ecfea0fb-5f74-4c28-849b-51cfed27080b
Model Version:NULL
Model InvariantUuid:aa81283f-1bf7-46b7-bfea-8184b7c2108f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:9eb03b56-0edb-4b15-bdb3-379cf065d5b8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd4f81b7-3f02-4ed3-b74c-b23d170aeda7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:88011887-c341-4be4-9e19-514324262bf9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:72f3fb0a-c1d2-4914-a73d-13170080a4c6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:248323ef-865c-4cf0-8eb0-29f9d8aeb4d8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9d8de2bd-8eed-4e37-b3dc-1b9a70a50353
ModelInvariantUuid:d11c303d-2c7f-4e5a-a8e7-f78fff73ac15
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:86b9626c-be26-41b4-a4a6-febf304ac1f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:0f359cd9-1514-46c3-bc40-a6db1ab3b09f
ModelInvariantUuid:baaed0cf-a23a-4cb9-b59c-6a6f5b7c63c5
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:979b0b50-02cd-4484-b760-730a234af794
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-22T07:00:44.548Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bba15f3d-36ae-43b2-8482-a51d15f60357
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bba15f3d-36ae-43b2-8482-a51d15f60357
2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3dd743d7-1361-403e-a2cb-87a8010b1be6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-22T07:00:44.551Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-22T07:00:44.725Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-22T07:00:44.725Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3dd743d7-1361-403e-a2cb-87a8010b1be6 787
2022-06-22T07:00:44.725Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-22T07:00:44.726Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-22T07:00:44.726Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T07:00:44.726Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:44.728Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:44.728Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881244725,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-22T07:00:44.828Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:44.829Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:44.829Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:44.842Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:44.842Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:45.728Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "72f3fb0a-c1d2-4914-a73d-13170080a4c6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "248323ef-865c-4cf0-8eb0-29f9d8aeb4d8",
"vfModuleModelCustomizationUUID": "7d76e59c-7d56-4274-bd25-599a2d625431",
"isBase": true,
"artifacts": [
"97e0c78e-970f-4f33-a215-0afcc58a3cf5",
"8bb85caa-3709-4252-8594-cc24a14446e6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-22T07:00:45.731Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:248323ef-865c-4cf0-8eb0-29f9d8aeb4d8
VfModuleModelInvariantUUID:72f3fb0a-c1d2-4914-a73d-13170080a4c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
97e0c78e-970f-4f33-a215-0afcc58a3cf5
,
8bb85caa-3709-4252-8594-cc24a14446e6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "72f3fb0a-c1d2-4914-a73d-13170080a4c6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "248323ef-865c-4cf0-8eb0-29f9d8aeb4d8",
"vfModuleModelCustomizationUUID": "7d76e59c-7d56-4274-bd25-599a2d625431",
"isBase": true,
"artifacts": [
"97e0c78e-970f-4f33-a215-0afcc58a3cf5",
"8bb85caa-3709-4252-8594-cc24a14446e6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:248323ef-865c-4cf0-8eb0-29f9d8aeb4d8
VfModuleModelInvariantUUID:72f3fb0a-c1d2-4914-a73d-13170080a4c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
97e0c78e-970f-4f33-a215-0afcc58a3cf5
,
8bb85caa-3709-4252-8594-cc24a14446e6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 97e0c78e-970f-4f33-a215-0afcc58a3cf5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-22T07:00:45.733Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-22T07:00:45.734Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-22T07:00:45.928Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-22T07:00:45.928Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 97e0c78e-970f-4f33-a215-0afcc58a3cf5 5033
2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T07:00:45.929Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:45.931Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:45.931Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881245929,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-22T07:00:46.031Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:46.032Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:46.032Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:46.046Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:46.047Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-22T07:00:46.932Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8bb85caa-3709-4252-8594-cc24a14446e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-22T07:00:46.932Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-22T07:00:46.933Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-22T07:00:46.968Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8bb85caa-3709-4252-8594-cc24a14446e6 903
2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-22T07:00:46.969Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-22T07:00:46.971Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-22T07:00:46.972Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "44341bec-f670-4908-b56d-d6108b0172bb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655881246969,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-06-22T07:00:47.072Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-22T07:00:47.072Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-22T07:00:47.073Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T09iSpGN32holuBU) ...
2022-06-22T07:00:47.087Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-22T07:00:47.087Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-22T07:00:47.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-22T07:00:47.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-22T07:00:47.528Z||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 T09iSpGN32holuBU) ...
2022-06-22T07:00:47.972Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ecfea0fb-5f74-4c28-849b-51cfed27080b
2022-06-22T07:00:47.973Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bba15f3d-36ae-43b2-8482-a51d15f60357 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-22T07:00:47.986Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d24f9e7, org.onap.sdc.toscaparser.api.parameters.Input@695ead06, org.onap.sdc.toscaparser.api.parameters.Input@d7c44a5, org.onap.sdc.toscaparser.api.parameters.Input@4f5d0aa, org.onap.sdc.toscaparser.api.parameters.Input@3ea4fa12]
2022-06-22T07:00:47.987Z|44341bec-f670-4908-b56d-d6108b0172bb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery