By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-25T01:56:10.293Z||main|||||INFO|500||The following profiles are active: basic
2021-10-25T01:56:22.266Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-25T01:56:22.266Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-25T01:56:22.377Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-25T01:56:25.053Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-25T01:56:25.264Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-25T01:56:25.716Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-25T01:56:25.750Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-25T01:56:25.836Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-25T01:56:25.969Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-25T01:56:26.478Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-25T01:56:27.376Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-25T01:56:29.565Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-25T01:56:29.621Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-25T01:56:30.161Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-25T01:56:30.468Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-25T01:56:31.688Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-25T01:56:32.826Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-25T01:56:32.845Z||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$$d1bfbc30.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-25T01:56:32.846Z||main|||||WARN|500||The sdc end point is not alive
2021-10-25T01:56:35.930Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-25T01:56:39.119Z||main|||||WARN|500||---
2021-10-25T01:56:39.119Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-25T01:56:39.119Z||main|||||WARN|500||---
2021-10-25T01:56:39.593Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-25T01:56:44.973Z||main|||||INFO|500||Started Application in 40.009 seconds (JVM running for 41.361)
2021-10-25T01:56:44.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-25T01:56:44.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-25T01:56:45.003Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-25T01:56:45.079Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-25T01:56:45.174Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2ecee67-74a9-424b-bc28-57bffa861283 url= /sdc/v1/artifactTypes
2021-10-25T01:56:45.175Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-25T01:56:45.431Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-25T01:56:45.454Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-25T01:56:45.475Z||scheduling-1|||||DEBUG|500||create keys
2021-10-25T01:56:45.484Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-25T01:56:47.052Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:56:47.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5ce5c42b-61d9-4139-849c-22022bb07d08 url= /sdc/v1/registerForDistribution
2021-10-25T01:56:47.939Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5ce5c42b-61d9-4139-849c-22022bb07d08 url= /sdc/v1/registerForDistribution
2021-10-25T01:56:47.940Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-25T01:56:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:56:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:56:47.958Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:56:47.958Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:56:47.958Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:56:47.959Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:56:47.960Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-25T01:57:00.747Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:57:00.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:57:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:57:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:57:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:57:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:57:57.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:57:57.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:58:47.951Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:58:47.952Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:58:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:58:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:58:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:58:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:58:57.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:58:57.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:59:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:59:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:59:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:59:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T01:59:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T01:59:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T01:59:57.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T01:59:57.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:00:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:00:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:00:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:00:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:00:47.956Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:00:47.957Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:00:57.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:00:57.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:01:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:01:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:01:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:01:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:01:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:01:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:01:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:01:57.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:02:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:02:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:02:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:02:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:02:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:02:57.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:02:57.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:03:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:03:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:03:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:03:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:03:47.955Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:03:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:03:57.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:03:57.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:04:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:04:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:04:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:04:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:04:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:04:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:04:57.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:04:57.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:05:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:05:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:05:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:05:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:05:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:05:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:05:57.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:05:57.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:06:09.624Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-25T02:06:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:06:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:06:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:06:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:06:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:06:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:06:57.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:06:57.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:07:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:07:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:07:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:07:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:07:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:07:57.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:07:57.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:08:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:08:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:08:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:08:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:08:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:08:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:08:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:08:57.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:09:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:09:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:09:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:09:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:09:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:09:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:09:57.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:09:57.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:10:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:10:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:10:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:10:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:10:47.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:10:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:10:57.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:10:57.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:11:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:11:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:11:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:11:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:11:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:11:57.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:11:57.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:12:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:12:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:12:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:12:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:12:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:12:57.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:12:57.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:13:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:13:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:13:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:13:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:13:57.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:13:57.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:14:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:14:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:14:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:14:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:14:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:14:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:14:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:14:57.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:15:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:15:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:15:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:15:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:15:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:15:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:15:57.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:15:57.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:16:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:16:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:16:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:16:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:16:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:16:57.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:16:57.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:17:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:17:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:17:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:17:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:17:47.954Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:17:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:17:57.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:17:57.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:18:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:18:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:18:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:18:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:18:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:18:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:18:57.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:18:57.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:19:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:19:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:19:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:19:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:19:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:19:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:19:57.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:19:57.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:20:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:20:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:20:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:20:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:20:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:20:57.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:20:57.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:21:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:21:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:21:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:21:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:21:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:21:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:21:57.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:21:57.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:22:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:22:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:22:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:22:47.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:22:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:22:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:22:57.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:22:57.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:23:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:23:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:23:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:23:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:23:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:23:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:23:57.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:24:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:24:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:24:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:24:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:24:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:24:57.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:24:57.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:25:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:25:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:25:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:25:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:25:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:25:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:25:57.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:25:57.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:26:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:26:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:26:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:26:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:26:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:26:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:26:57.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:26:57.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:27:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:27:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:27:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:27:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:27:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:27:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:27:57.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:27:57.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:28:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:28:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:28:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:28:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:28:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:28:57.494Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:28:57.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:29:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:29:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:29:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:29:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:29:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:29:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:29:57.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:29:57.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:30:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:30:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:30:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:30:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:30:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:30:57.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:30:57.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:31:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:31:47.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:31:47.955Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:31:47.955Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:31:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:31:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:31:57.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:31:57.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:32:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:32:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:32:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:32:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:32:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:32:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:32:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:32:57.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:33:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:33:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:33:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:33:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:33:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:33:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:33:57.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:33:57.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:34:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:34:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:34:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:34:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:34:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:34:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:34:57.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:34:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:35:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:35:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:35:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:35:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:35:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:35:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:35:57.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:36:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:36:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:36:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:36:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:36:47.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:36:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:36:57.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:36:57.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:37:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:37:47.952Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:37:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:37:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:37:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:37:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:37:57.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:37:57.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:38:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:38:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:38:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:38:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:38:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:38:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:38:57.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:38:57.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:39:47.951Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:39:47.951Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:39:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:39:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:39:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:39:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:39:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:39:57.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:40:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:40:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:40:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:40:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:40:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:40:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:40:57.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:40:57.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:41:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:41:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:41:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:41:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:41:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:41:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:41:57.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:41:57.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:42:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:42:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:42:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:42:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:42:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:42:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:42:57.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:42:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:43:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:43:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:43:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:43:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:43:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:43:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:43:57.499Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:43:57.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:44:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:44:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:44:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:44:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:44:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:44:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:44:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:44:57.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:45:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:45:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:45:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:45:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:45:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:45:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:45:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:45:57.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:46:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:46:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:46:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:46:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:46:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:46:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:46:57.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:46:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:47:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:47:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:47:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:47:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:47:57.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:47:57.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:48:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:48:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:48:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:48:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:48:57.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:48:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:49:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:49:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:49:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:49:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:49:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:49:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:49:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:49:57.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:50:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:50:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:50:47.956Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:50:47.956Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:50:47.956Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:50:47.956Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:50:57.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:50:57.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:51:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:51:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:51:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:51:47.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:51:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:51:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:51:57.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:51:57.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:52:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:52:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:52:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:52:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:52:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:52:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:52:57.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:52:57.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:53:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:53:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:53:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:53:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:53:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:53:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:53:57.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:53:57.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:54:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:54:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:54:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:54:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:54:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:54:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:54:57.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:54:57.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:55:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:55:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:55:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:55:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:55:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:55:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:55:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:55:57.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:56:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:56:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:56:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:56:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:56:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:56:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:56:57.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:56:57.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:57:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:57:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:57:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:57:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:57:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:57:57.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:57:57.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:58:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:58:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:58:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:58:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:58:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:58:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:58:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:58:57.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:59:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:59:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:59:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:59:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T02:59:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T02:59:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T02:59:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T02:59:57.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:00:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:00:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:00:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:00:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:00:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:00:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:00:57.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:00:57.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:01:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:01:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:01:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:01:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:01:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:01:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:01:57.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:01:57.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:02:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:02:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:02:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:02:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:02:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:02:57.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:02:57.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:03:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:03:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:03:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:03:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:03:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:03:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:03:57.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:03:57.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:04:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:04:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:04:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:04:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:04:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:04:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:04:57.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:04:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:05:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:05:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:05:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:05:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:05:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:05:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:05:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:05:57.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:06:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:06:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:06:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:06:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:06:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:06:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:06:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:06:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:07:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:07:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:07:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:07:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:07:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:07:57.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:07:57.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:08:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:08:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:08:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:08:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:08:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:08:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:08:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:08:57.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:09:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:09:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:09:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:09:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:09:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:09:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:09:57.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:09:57.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:10:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:10:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:10:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:10:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:10:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:10:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:10:57.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:10:57.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:11:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:11:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:11:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:11:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:11:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:11:57.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:11:57.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:12:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:12:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:12:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:12:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:12:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:12:57.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:12:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:13:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:13:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:13:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:13:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:13:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:13:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:13:57.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:13:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:14:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:14:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:14:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:14:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:14:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:14:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:14:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:14:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:15:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:15:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:15:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:15:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:15:47.954Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:15:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:15:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:15:57.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:16:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:16:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:16:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:16:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:16:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:16:57.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:16:57.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:17:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:17:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:17:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:17:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:17:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:17:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:17:57.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:17:57.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:18:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:18:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:18:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:18:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:18:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:18:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:18:57.506Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:18:57.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:19:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:19:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:19:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:19:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:19:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:19:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:19:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:19:57.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:20:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:20:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:20:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:20:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:20:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:20:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:20:57.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:21:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:21:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:21:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:21:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:21:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:21:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:21:57.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:21:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:22:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:22:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:22:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:22:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:22:47.954Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:22:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:22:57.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:22:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:23:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:23:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:23:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:23:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:23:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:23:57.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:23:57.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:24:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:24:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:24:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:24:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:24:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:24:57.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:24:57.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:25:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:25:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:25:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:25:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:25:47.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:25:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:25:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:25:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:26:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:26:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:26:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:26:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:26:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:26:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:26:57.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:26:57.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:27:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:27:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:27:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:27:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:27:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:27:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:27:57.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:27:57.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:28:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:28:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:28:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:28:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:28:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:28:57.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:28:57.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:29:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:29:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:29:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:29:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:29:47.954Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:29:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:29:57.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:29:57.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:30:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:30:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:30:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:30:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:30:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:30:57.494Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:30:57.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:31:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:31:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:31:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:31:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:31:47.954Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:31:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:31:57.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:31:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:32:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:32:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:32:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:32:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:32:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:32:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:32:57.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:32:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:33:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:33:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:33:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:33:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:33:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:33:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:33:57.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:33:57.519Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:34:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:34:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:34:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:34:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:34:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:34:57.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:34:57.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:35:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:35:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:35:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:35:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:35:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:35:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:35:57.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:36:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:36:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:36:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:36:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:36:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:36:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:36:57.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:36:57.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:37:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:37:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:37:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:37:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:37:47.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:37:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:37:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:37:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:38:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:38:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:38:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:38:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:38:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:38:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:38:57.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:38:57.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:39:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:39:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:39:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:39:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:39:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:39:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:39:57.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:39:57.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:40:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:40:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:40:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:40:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:40:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:40:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:40:57.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:40:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:41:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:41:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:41:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:41:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:41:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:41:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:41:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:41:57.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:42:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:42:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:42:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:42:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:42:47.954Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:42:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:42:57.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:42:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:43:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:43:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:43:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:43:47.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:43:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:43:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:43:57.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:43:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:44:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:44:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:44:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:44:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:44:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:44:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:44:57.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:44:57.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:45:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:45:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:45:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:45:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:45:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:45:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:45:57.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:45:57.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:46:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:46:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:46:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:46:47.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:46:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:46:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:46:57.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:46:57.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:47:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:47:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:47:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:47:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:47:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:47:57.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:47:57.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:48:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:48:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:48:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:48:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:48:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:48:57.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:48:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:49:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:49:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:49:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:49:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:49:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:49:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:49:57.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:49:57.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:50:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:50:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:50:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:50:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:50:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:50:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:50:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:50:57.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:51:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:51:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:51:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:51:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:51:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:51:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:51:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:51:57.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:52:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:52:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:52:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:52:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:52:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:52:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:52:57.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:52:57.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:53:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:53:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:53:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:53:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:53:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:53:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:53:57.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:53:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:54:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:54:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:54:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:54:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:54:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:54:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:54:57.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:54:57.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:55:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:55:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:55:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:55:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:55:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:55:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:55:57.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:55:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:56:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:56:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:56:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:56:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:56:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:56:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:56:57.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:56:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:57:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:57:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:57:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:57:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:57:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:57:57.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:57:57.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:58:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:58:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:58:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:58:47.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:58:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:58:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:58:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:58:57.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:59:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:59:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:59:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T03:59:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T03:59:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T03:59:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T03:59:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T03:59:57.498Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:00:47.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:00:47.952Z||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.
2021-10-25T04:00:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:00:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:00:47.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:00:47.955Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:00:57.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:00:57.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:01:47.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:01:47.951Z||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.
2021-10-25T04:01:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:01:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:01:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:01:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:01:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:01:57.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:02:47.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:02:47.952Z||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.
2021-10-25T04:02:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:02:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:02:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:02:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:02:57.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:03:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:03:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:03:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:03:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:03:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:03:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:03:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:03:57.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:04:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:04:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:04:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:04:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:04:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:04:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:04:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:04:57.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:05:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:05:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:05:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:05:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:05:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:05:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:05:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:05:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:06:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:06:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:06:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:06:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:06:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:06:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:06:57.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:06:57.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:07:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:07:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:07:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:07:47.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:07:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:07:57.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:07:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:08:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:08:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:08:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:08:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:08:47.954Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:08:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:08:57.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:08:57.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:09:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:09:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:09:47.953Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:09:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:09:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:09:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:09:57.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:09:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:10:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:10:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:10:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:10:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:10:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:10:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:10:57.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:10:57.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:11:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:11:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:11:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:11:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:11:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:11:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:11:57.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:12:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:12:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:12:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:12:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:12:47.954Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:12:57.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:12:57.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:13:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:13:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:13:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:13:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:13:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:13:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:13:57.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:14:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:14:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:14:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:14:47.953Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:14:47.954Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:14:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:14:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:14:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:15:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:15:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:15:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:15:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:15:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:15:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:15:57.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:15:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:16:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:16:47.952Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:16:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:16:47.952Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:16:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:16:57.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:16:57.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:17:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:17:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:17:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:17:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:17:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:17:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:17:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:17:57.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:18:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:18:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:18:47.952Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:18:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:18:47.954Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:18:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:18:57.495Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:18:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:19:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:19:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:19:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:19:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:19:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:19:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:19:57.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:19:57.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:20:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:20:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:20:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:20:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:20:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:20:57.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:20:57.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:21:47.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:21:47.951Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:21:47.951Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T04:21:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:21:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:21:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:21:57.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:21:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:22:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:22:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:22:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:22:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:22:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:22:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:22:57.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:22:57.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:23:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:23:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:23:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:23:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:23:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:23:57.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:23:57.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:24:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:24:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:24:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:24:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:24:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:24:57.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:24:57.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:25:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:25:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:25:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:25:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:25:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:25:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:25:57.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:25:57.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:26:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:26:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:26:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:26:47.952Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:26:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:26:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:26:57.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:26:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:27:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:27:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:27:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:27:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:27:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:27:47.956Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:27:57.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:27:57.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:28:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:28:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:28:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:28:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:28:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:28:57.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:28:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:29:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:29:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:29:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:29:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:29:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:29:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:29:57.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:29:57.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:30:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:30:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:30:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:30:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:30:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:30:57.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:30:57.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:31:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:31:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:31:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:31:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:31:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:31:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:31:57.497Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:31:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:32:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:32:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:32:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:32:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:32:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:32:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:32:57.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:32:57.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:33:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:33:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:33:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:33:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:33:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:33:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:33:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:33:57.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:34:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:34:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:34:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:34:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:34:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:34:57.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:34:57.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:35:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:35:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:35:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:35:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:35:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:35:57.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:35:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:36:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:36:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:36:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:36:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:36:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:36:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:36:57.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:36:57.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:37:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:37:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:37:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:37:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:37:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:37:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:37:57.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:37:57.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:38:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:38:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:38:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:38:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:38:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:38:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:38:57.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:38:57.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:39:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:39:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:39:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:39:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:39:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:39:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:39:57.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:39:57.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:40:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:40:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:40:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:40:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:40:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:40:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:40:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:40:57.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:41:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:41:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:41:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:41:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:41:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:41:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:41:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:41:57.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:42:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:42:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:42:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:42:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:42:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:42:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:42:57.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:42:57.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:43:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:43:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:43:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:43:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:43:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:43:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:43:57.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:43:57.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:44:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:44:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:44:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:44:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:44:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:44:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:44:57.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:44:57.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:45:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:45:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:45:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:45:47.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:45:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:45:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:45:57.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:45:57.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:46:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:46:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:46:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:46:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:46:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:46:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:46:57.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:46:57.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:47:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:47:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:47:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:47:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:47:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:47:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:47:57.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:47:57.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:48:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:48:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:48:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:48:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:48:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:48:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:48:57.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:48:57.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:49:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:49:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:49:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:49:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:49:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:49:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:49:57.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:49:57.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:50:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:50:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:50:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:50:47.952Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:50:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:50:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:50:57.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:50:57.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:51:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:51:47.951Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:51:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:51:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:51:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:51:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:51:57.494Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:51:57.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:52:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:52:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:52:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:52:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:52:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:52:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:52:57.495Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:52:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:53:47.951Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:53:47.952Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:53:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:53:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:53:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:53:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:53:57.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:53:57.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:54:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:54:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:54:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:54:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:54:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:54:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:54:57.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:54:57.500Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:55:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:55:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:55:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:55:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:55:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:55:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:55:57.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:55:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:56:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:56:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:56:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:56:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:56:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:56:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:56:57.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:56:57.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:57:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:57:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:57:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:57:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:57:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:57:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:57:57.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:57:57.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:58:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:58:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:58:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:58:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:58:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:58:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:58:57.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:58:57.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:59:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:59:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:59:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:59:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T04:59:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T04:59:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T04:59:57.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T04:59:57.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:00:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:00:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:00:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:00:47.953Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:00:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:00:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:00:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:00:57.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:01:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:01:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:01:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:01:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:01:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:01:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:01:57.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:01:57.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:02:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:02:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:02:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:02:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:02:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:02:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:02:57.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:02:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:03:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:03:47.952Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:03:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:03:47.953Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:03:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:03:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:03:57.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:03:57.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:04:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:04:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:04:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:04:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:04:47.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:04:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:04:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:04:57.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:05:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:05:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:05:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:05:47.953Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:05:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:05:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:05:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:05:57.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:06:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:06:47.952Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:06:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:06:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:06:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:06:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:06:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:06:57.498Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:07:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:07:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:07:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:07:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:07:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:07:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:07:57.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:07:57.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:08:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:08:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:08:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:08:47.952Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:08:47.953Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:08:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:08:57.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:08:57.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:09:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:09:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:09:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:09:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:09:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:09:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:09:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:09:57.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:10:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:10:47.952Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:10:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:10:47.952Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:10:47.953Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:10:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:10:57.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:10:57.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:11:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:11:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:11:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:11:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:11:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:11:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:11:57.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:11:57.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:12:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:12:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:12:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:12:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:12:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:12:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:12:57.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:12:57.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:13:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:13:47.951Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:13:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:13:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:13:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:13:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:13:57.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:13:57.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:14:47.951Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:14:47.952Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:14:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:14:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:14:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:14:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:14:57.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:14:57.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:15:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:15:47.953Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:15:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:15:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:15:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:15:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:15:57.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:15:57.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:16:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:16:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:16:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:16:47.952Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:16:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:16:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:16:57.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:16:57.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:17:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:17:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:17:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:17:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:17:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:17:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:17:57.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:17:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:18:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:18:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:18:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:18:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:18:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:18:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:18:57.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:18:57.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:19:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:19:47.952Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:19:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:19:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:19:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:19:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:19:57.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:19:57.499Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:20:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:20:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:20:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:20:47.953Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:20:47.953Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:20:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:20:57.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:20:57.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:21:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:21:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:21:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:21:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:21:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:21:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:21:57.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:21:57.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:22:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:22:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:22:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:22:47.952Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:22:47.953Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:22:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:22:57.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:22:57.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:23:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:23:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:23:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:23:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:23:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:23:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:23:57.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:23:57.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:47.951Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:24:47.951Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:24:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:24:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:24:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:48.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:48.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6577af9d-9474-41c1-8221-1199237eb291","serviceName":"vFW 2021-10-25 05-21-16","serviceVersion":"1.0","serviceUUID":"6f77134f-6f2f-40e6-8f25-efe4e4c7de69","serviceDescription":"catalog service description","serviceInvariantUUID":"c52a619f-deda-4130-8e29-76eb2efada26","resources":[{"resourceInstanceName":"vFW 7e12243b-862d 0","resourceName":"vFW 7e12243b-862d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b470754-0e87-42ad-b4e4-b77632fa4c19","resourceInvariantUUID":"85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb","resourceCustomizationUUID":"4b26ba7e-b246-42a3-b55f-66fd5194837e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml","artifactChecksum":"MWU5ZDliNDlhNjIyZWJmOTljYTI3MzdjYjY5YjJjN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50587fc5-4869-487d-98fb-9da3bbb8394b","artifactVersion":"1"},{"artifactName":"vfw7e12243b862d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json","artifactChecksum":"OTExMDk5NjRlNTMzM2NjY2JiZGU3M2NlNjE1ZjQxNjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"085fcee8-725a-4a36-b34d-11a65de905f3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2UwOGM0YjEwZjFiOTE3NzZhYzQ0Y2Y5NDg5NGQ2ZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"807756f1-5aa7-45a3-983c-5b7cdd4549a7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5836270-99f5-4621-8ebe-8588a4ae106e","artifactVersion":"2","generatedFromUUID":"c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211025052116-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml","artifactChecksum":"MDI5ZDljNTljZTdmNTdmMWYxOTIzODgxMTRiZWU1OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2a6e291-48d4-46dd-8777-949500bc9918","artifactVersion":"1"},{"artifactName":"service-Vfw20211025052116-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar","artifactChecksum":"MzgwZjk1YTYzNDA0MjM0MDc1MzBjMzA5OTY5NGUwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99cefddf-a141-4f1f-85b9-f4a12104f380","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:24:48.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:48.589Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:48.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139443262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.594Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139445394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139445357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139439474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "dcae-sch",
"timestamp": 1635139448070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139443262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139445394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139445357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139439474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139448998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139449058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "dcae-sch",
"timestamp": 1635139448070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139443262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139445394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139445357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139439474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:48.616Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139448998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139449058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "dcae-sch",
"timestamp": 1635139448070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139450471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139443262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139445394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139445357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139439474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139448998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139449058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "dcae-sch",
"timestamp": 1635139448070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139450471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139443262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139445394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139445357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139439474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139448998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139449058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "dcae-sch",
"timestamp": 1635139448070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139450471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139443262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139445394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139445357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139439474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139448998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139449058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "dcae-sch",
"timestamp": 1635139448070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139450471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139443262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139445394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139445357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139439474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139448998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139449058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "dcae-sch",
"timestamp": 1635139448070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139450471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139448998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139449058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139455968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139456022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139450471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139456976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:24:48.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "cds",
"timestamp": 1635139457045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.716Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-25T05:24:48.721Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:48.721Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:48.735Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:48.735Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.791Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.804Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139457088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139450471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139457387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "policy-id",
"timestamp": 1635139457982,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.841Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.841Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139458546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139460257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139461388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139462825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139463030,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.860Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.861Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:24:48.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139463833,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.877Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.877Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139464035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139472166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139472868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:24:48.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "aai-ml",
"timestamp": 1635139473873,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.894Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.894Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139474176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:24:48.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "clamp",
"timestamp": 1635139475179,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:24:48.909Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6577af9d-9474-41c1-8221-1199237eb291
2021-10-25T05:24:48.909Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6577af9d-9474-41c1-8221-1199237eb291 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:24:49.620Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:49.621Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:49.622Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:49.622Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:24:49.723Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:49.724Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:49.724Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:49.736Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:49.737Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:50.623Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:50.624Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:50.626Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:50.626Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:24:50.726Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:50.727Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:50.727Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:50.741Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:50.742Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:51.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:51.628Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:51.631Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:51.631Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:51.731Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:51.731Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:51.731Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:51.744Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:51.745Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:24:52.631Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:52.632Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:52.635Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:52.635Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-25T05:24:52.735Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:52.736Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:52.736Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:52.751Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:52.751Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:24:53.635Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:53.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:53.640Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:53.640Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:24:53.741Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:24:53.742Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:53.742Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:53.755Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:53.756Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:54.640Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:24:54.642Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:54.643Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:54.644Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:24:54.744Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:54.745Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:54.745Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:54.759Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:54.759Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:24:55.645Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"serviceName": "vFW 2021-10-25 05-21-16",
"serviceVersion": "1.0",
"serviceUUID": "6f77134f-6f2f-40e6-8f25-efe4e4c7de69",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c52a619f-deda-4130-8e29-76eb2efada26",
"resources": [
{
"resourceInstanceName": "vFW 7e12243b-862d 0",
"resourceCustomizationUUID": "4b26ba7e-b246-42a3-b55f-66fd5194837e",
"resourceName": "vFW 7e12243b-862d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6b470754-0e87-42ad-b4e4-b77632fa4c19",
"resourceInvariantUUID": "85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7e12243b862d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"artifactChecksum": "OTExMDk5NjRlNTMzM2NjY2JiZGU3M2NlNjE1ZjQxNjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "085fcee8-725a-4a36-b34d-11a65de905f3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5836270-99f5-4621-8ebe-8588a4ae106e",
"generatedFromUUID": "c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a5836270-99f5-4621-8ebe-8588a4ae106e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211025052116-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"artifactChecksum": "MzgwZjk1YTYzNDA0MjM0MDc1MzBjMzA5OTY5NGUwN2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "99cefddf-a141-4f1f-85b9-f4a12104f380"
}
],
"workloadContext": "Production"
}
2021-10-25T05:24:55.646Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:24:55.646Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f77134f-6f2f-40e6-8f25-efe4e4c7de69 ASDC
2021-10-25T05:24:55.764Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6577af9d-9474-41c1-8221-1199237eb291
ServiceName:vFW 2021-10-25 05-21-16
ServiceVersion:1.0
ServiceUUID:6f77134f-6f2f-40e6-8f25-efe4e4c7de69
ServiceInvariantUUID:c52a619f-deda-4130-8e29-76eb2efada26
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211025052116-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
ArtifactUUID:99cefddf-a141-4f1f-85b9-f4a12104f380
ArtifactChecksum:MzgwZjk1YTYzNDA0MjM0MDc1MzBjMzA5OTY5NGUwN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7e12243b-862d 0
ResourceCustomizationUUID:4b26ba7e-b246-42a3-b55f-66fd5194837e
ResourceInvariantUUID:85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb
ResourceName:vFW 7e12243b-862d
ResourceType:VF
ResourceUUID:6b470754-0e87-42ad-b4e4-b77632fa4c19
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7e12243b862d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
ArtifactUUID:085fcee8-725a-4a36-b34d-11a65de905f3
ArtifactChecksum:OTExMDk5NjRlNTMzM2NjY2JiZGU3M2NlNjE1ZjQxNjE=
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/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
ArtifactUUID:c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7
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/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
ArtifactUUID:a5836270-99f5-4621-8ebe-8588a4ae106e
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/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
ArtifactUUID:a5836270-99f5-4621-8ebe-8588a4ae106e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-25T05:24:55.765Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f77134f-6f2f-40e6-8f25-efe4e4c7de69 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:24:55.814Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:24:55.815Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:24:55.816Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:24:55.816Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99cefddf-a141-4f1f-85b9-f4a12104f380 from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:55.816Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:24:55.817Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:56.167Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:24:56.188Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar 99cefddf-a141-4f1f-85b9-f4a12104f380 98708
2021-10-25T05:24:56.189Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar ASDC sendASDCNotification
2021-10-25T05:24:56.189Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:56.189Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:24:56.190Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:24:56.191Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:24:56.192Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139496188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:24:56.292Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:24:56.293Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:24:56.293Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:24:56.305Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:24:56.305Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:24:57.192Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:24:57.193Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:24:57.194Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 99cefddf-a141-4f1f-85b9-f4a12104f380, URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar to file: /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:57.194Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211025052116-csar.csar
2021-10-25T05:24:57.253Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:57.253Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:24:58.097Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6944283118386412848/Definitions/service-Vfw20211025052116-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-25T05:25:00.949Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.953Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7e12243b-862d 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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.954Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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-Vfw20211025052116-csar.csar
2021-10-25T05:25:00.955Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:25:00.959Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.961Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.963Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.964Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:25:00.965Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.966Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:25:00.967Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:25:00.967Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.967Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.970Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:00.971Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.972Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:25:00.973Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.973Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.974Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.975Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.976Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca722f8-1db4-4a68-a6d3-d435ef27805e
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.977Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:00.978Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d09a274-a37d-494b-a8f4-f51455e6e4ed
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:00.979Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:00.980Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b228e71-fbd3-4711-81c0-24eae9d374c6
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.981Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:00.982Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-25 05-21-16
Description:catalog service description
Model UUID:6f77134f-6f2f-40e6-8f25-efe4e4c7de69
Model Version:NULL
Model InvariantUuid:c52a619f-deda-4130-8e29-76eb2efada26
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7e12243b-862d
Model UUID:b6ffbafa-f544-49d5-8943-59fbdb4d21f5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85ee4373-068b-4c67-8d3a-fb0e5c4f7ebb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4b26ba7e-b246-42a3-b55f-66fd5194837e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8974f624-7484-4249-8660-de298bf3a78f
ModelName:Vfw7e12243b862d..base_vfw..module-0
ModelUuid:71b61504-0ec2-475d-a46c-1d8555b1a61a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3ca722f8-1db4-4a68-a6d3-d435ef27805e
ModelInvariantUuid:9e2d2ab3-8386-4f24-a67a-02940f1e0b98
ModelName:vFW 7e12243b-862d-nodes.vfwCvfc
ModelUuid:be02e7fa-6ca5-4343-888a-45f1f3db473d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e7f9e3a1-a48d-4798-bddf-80f56ebe6179
ModelInvariantUuid:aa1735ba-7308-4fe8-8035-272250225a50
ModelName:Vfw7e12243b862d.compute.nodes.heat.vfw
ModelUuid:69e97ab0-f11d-48cb-957d-aa7e10916287
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8d09a274-a37d-494b-a8f4-f51455e6e4ed
ModelInvariantUuid:307a8754-aa15-4597-a57d-a722caf731fe
ModelName:vFW 7e12243b-862d-nodes.vsnCvfc
ModelUuid:6806f048-1fbe-4ab0-adb2-55867513d64d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c824d892-6aba-4cd9-ace5-4d54e7036105
ModelInvariantUuid:c0205d62-b9bf-42fb-90bc-f0a985c27de0
ModelName:Vfw7e12243b862d.compute.nodes.heat.vsn
ModelUuid:2c046f53-7493-4f36-b278-686f9f9561a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8b228e71-fbd3-4711-81c0-24eae9d374c6
ModelInvariantUuid:9dd99ccd-b33f-4e77-bc6f-223b88bada2d
ModelName:vFW 7e12243b-862d-nodes.vpgCvfc
ModelUuid:f466df2e-ce0e-456e-b078-d5a9dbe29e4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:58ea9cd5-037e-476c-a5df-011b7b480aa9
ModelInvariantUuid:0b58612f-75f0-4222-8e1f-4c108f87d51a
ModelName:Vfw7e12243b862d.compute.nodes.heat.vpg
ModelUuid:742afa2f-dd3a-40df-b51e-014d1a2853de
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=?
2021-10-25T05:25:00.996Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b470754-0e87-42ad-b4e4-b77632fa4c19
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=?
2021-10-25T05:25:01.089Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||vFW 7e12243b-862d 0
2021-10-25T05:25:01.096Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b470754-0e87-42ad-b4e4-b77632fa4c19
2021-10-25T05:25:01.096Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 085fcee8-725a-4a36-b34d-11a65de905f3 from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:01.096Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:25:01.097Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:01.353Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:25:01.354Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json 085fcee8-725a-4a36-b34d-11a65de905f3 785
2021-10-25T05:25:01.354Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json ASDC sendASDCNotification
2021-10-25T05:25:01.355Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:01.355Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:25:01.355Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:01.358Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:01.358Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139501354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:25:01.458Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:01.459Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:01.459Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:01.471Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:01.472Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:02.359Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7e12243b862d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8974f624-7484-4249-8660-de298bf3a78f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71b61504-0ec2-475d-a46c-1d8555b1a61a",
"vfModuleModelCustomizationUUID": "1c1f3ad4-2cd2-41a9-951e-caf2532cdb54",
"isBase": true,
"artifacts": [
"c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7",
"a5836270-99f5-4621-8ebe-8588a4ae106e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-25T05:25:02.373Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e12243b862d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71b61504-0ec2-475d-a46c-1d8555b1a61a
VfModuleModelInvariantUUID:8974f624-7484-4249-8660-de298bf3a78f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7
,
a5836270-99f5-4621-8ebe-8588a4ae106e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7e12243b862d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8974f624-7484-4249-8660-de298bf3a78f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71b61504-0ec2-475d-a46c-1d8555b1a61a",
"vfModuleModelCustomizationUUID": "1c1f3ad4-2cd2-41a9-951e-caf2532cdb54",
"isBase": true,
"artifacts": [
"c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7",
"a5836270-99f5-4621-8ebe-8588a4ae106e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7e12243b862d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71b61504-0ec2-475d-a46c-1d8555b1a61a
VfModuleModelInvariantUUID:8974f624-7484-4249-8660-de298bf3a78f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7
,
a5836270-99f5-4621-8ebe-8588a4ae106e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7 from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:25:02.375Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:02.428Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml c53ad2c2-fb3c-44ee-8dfc-beee64b7ceb7 20368
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:02.429Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:25:02.430Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:02.431Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:02.431Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139502429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:25:02.532Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:25:02.532Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:02.533Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:02.546Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:02.547Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:03.433Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5836270-99f5-4621-8ebe-8588a4ae106e from URL: /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:03.433Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:25:03.433Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:03.482Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env a5836270-99f5-4621-8ebe-8588a4ae106e 2098
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:25:03.483Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:03.485Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:03.486Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139503483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:25:03.586Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:03.587Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:03.587Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:03.602Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:03.602Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:04.486Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6f77134f-6f2f-40e6-8f25-efe4e4c7de69
2021-10-25T05:25:04.487Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7e12243b-862d 0 6b470754-0e87-42ad-b4e4-b77632fa4c19 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=?
2021-10-25T05:25:04.522Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26b7cc27, org.onap.sdc.toscaparser.api.parameters.Input@6fd2c051, org.onap.sdc.toscaparser.api.parameters.Input@1ac1403e, org.onap.sdc.toscaparser.api.parameters.Input@47fb835f, org.onap.sdc.toscaparser.api.parameters.Input@5f35a973]
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4b26ba7e-b246-42a3-b55f-66fd5194837e
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b26ba7e-b246-42a3-b55f-66fd5194837e matches Tosca VF Customization UUID: 4b26ba7e-b246-42a3-b55f-66fd5194837e
2021-10-25T05:25:04.525Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4b26ba7e-b246-42a3-b55f-66fd5194837e 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=?
2021-10-25T05:25:04.531Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.531Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.532Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4b26ba7e-b246-42a3-b55f-66fd5194837e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-25T05:25:04.532Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34ad8571
2021-10-25T05:25:04.533Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.533Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:25:04.533Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c1f3ad4-2cd2-41a9-951e-caf2532cdb54
2021-10-25T05:25:04.534Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c1f3ad4-2cd2-41a9-951e-caf2532cdb54
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=?
2021-10-25T05:25:04.539Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.539Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.539Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:04.540Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.541Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:04.542Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.542Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca722f8-1db4-4a68-a6d3-d435ef27805e
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=?
2021-10-25T05:25:04.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.549Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8d09a274-a37d-494b-a8f4-f51455e6e4ed
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=?
2021-10-25T05:25:04.552Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.553Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.553Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.554Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.555Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-25T05:25:04.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b228e71-fbd3-4711-81c0-24eae9d374c6
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=?
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Node template vFW 7e12243b-862d 0 is matching search criteria
2021-10-25T05:25:04.560Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7e12243b-862d 0] matching following query criteria: sdcType=VF, customizationUUID=4b26ba7e-b246-42a3-b55f-66fd5194837e
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=?
2021-10-25T05:25:04.561Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.561Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6f77134f-6f2f-40e6-8f25-efe4e4c7de69: vFW 7e12243b-862d
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.562Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-10-25 05-21-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:25:04.563Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-10-25 05-21-16
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 (?, ?, ?, ?, ?)
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7e12243b-862d 6b470754-0e87-42ad-b4e4-b77632fa4c19 1 ASDC deployResourceStructure
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json ASDC sendASDCNotification
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json
2021-10-25T05:25:04.843Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:04.844Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:04.845Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:04.845Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139504843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:25:04.946Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:04.946Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:04.947Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:04.961Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:04.961Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:05.846Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-25T05:25:05.846Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml
2021-10-25T05:25:05.846Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:05.847Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:05.848Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:05.848Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139505846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:25:05.949Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:25:05.950Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:05.950Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:05.965Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:05.965Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:06.849Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-25T05:25:06.850Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env
2021-10-25T05:25:06.850Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:06.850Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:06.852Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:06.852Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139506849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:25:06.952Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:06.953Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:06.953Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:06.965Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:06.966Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:07.852Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar ASDC sendASDCNotification
2021-10-25T05:25:07.854Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar
2021-10-25T05:25:07.854Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:25:07.854Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:07.856Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:07.856Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139507852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:25:07.956Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:07.957Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:07.957Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:07.971Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:07.971Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:08.858Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6577af9d-9474-41c1-8221-1199237eb291
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:25:08.877Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6577af9d-9474-41c1-8221-1199237eb291
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:25:08.882Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:25:08.883Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:25:08.884Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:25:08.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:25:38.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6577af9d-9474-41c1-8221-1199237eb291 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:25:38.904Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6577af9d-9474-41c1-8221-1199237eb291 and serviceModelVersionId: 6f77134f-6f2f-40e6-8f25-efe4e4c7de69
2021-10-25T05:25:38.904Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c52a619f-deda-4130-8e29-76eb2efada26
2021-10-25T05:25:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:25:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:25:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:48.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:48.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:25:48.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:25:48.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:25:52.311Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0
2021-10-25T05:25:52.403Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:25:52.993Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-25T05:25:53.038Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0|INFO|500||Invoke
2021-10-25T05:25:53.282Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-25T05:25:53.873Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0|INFO|500||InvokeReturn
2021-10-25T05:25:53.874Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c52a619f-deda-4130-8e29-76eb2efada26/model-vers/model-ver/6f77134f-6f2f-40e6-8f25-efe4e4c7de69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211025-05:25:53:291-7513], vertex-id=[229504], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:25:53 GMT], Content-Type=[application/json]}
2021-10-25T05:25:53.874Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:25:53.877Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:25:53.877Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||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=?
2021-10-25T05:25:53.882Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:25:53.889Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6577af9d-9474-41c1-8221-1199237eb291 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:25:53.890Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:25:53.890Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:53.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:53.892Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139553889,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:25:53.992Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:53.993Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:53.993Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:54.005Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:54.006Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:25:54.911Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:25:54.912Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:25:54.912Z|6577af9d-9474-41c1-8221-1199237eb291|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:55.542Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:55.543Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-25T05:25:55.543Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2591938f-7184-4380-9a01-61eca9ea5283","serviceName":"basic_onboard_teACgq","serviceVersion":"1.0","serviceUUID":"7d04fed5-f2d6-4da0-a6d4-e0a9526e749b","serviceDescription":"service","serviceInvariantUUID":"2656c774-c0f1-4c0c-942e-91b011a97cf8","resources":[{"resourceInstanceName":"basic_onboard_teACgq 0","resourceName":"basic_onboard_teACgq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40c714a3-450f-43c5-82d6-8f963a8387a9","resourceInvariantUUID":"6cd52209-bae7-48af-b35e-7fb6cc62edc5","resourceCustomizationUUID":"9471e456-d54b-4507-be16-3208404ab681","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml","artifactChecksum":"MjYyOWIxMzk4YmYyYzEwMGNlZDA2ODE2MTNiNzJjOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce5690d2-762d-46b2-ab15-fca408aa490e","artifactVersion":"1"},{"artifactName":"basic_onboard_teacgq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json","artifactChecksum":"MTYxZDJlOTE2NmY3NzNlNjE1ZjFhMDAzOTU0MjU2ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9da1b50c-d5d5-443c-8cff-a5a2956f6435","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"086b5e0a-8695-4185-9c7c-b61f9a30fc94","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"816f4caf-2a5a-459e-b468-773f4adbc682","artifactVersion":"2","generatedFromUUID":"dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTeacgq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml","artifactChecksum":"MzIyNGM4OTE0YjAwMjEzYmU3NmMxYWRmZjJmZjAwMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"551b81f2-d614-4501-9bba-c3eb21727bcd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTeacgq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar","artifactChecksum":"NTc1ZDU4NjM2YWFmM2UxYzEwYzNmNDJmYTEzYTc4MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"139c15b6-c2f4-4030-8e95-b35e09e428c9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:25:55.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:55.548Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:55.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:55.550Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:25:55.650Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:25:55.650Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:55.651Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:55.665Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:55.665Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:56.553Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:56.554Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:56.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:56.556Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:25:56.656Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:56.657Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:56.657Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:56.670Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:56.671Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:57.557Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:57.557Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:57.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:57.559Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:25:57.660Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:57.660Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:57.660Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:57.673Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:57.673Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:25:58.560Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:58.561Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:58.564Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:58.564Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:25:58.664Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:58.665Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:58.665Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:58.680Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:58.680Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:25:59.565Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:25:59.566Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:25:59.568Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:25:59.568Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-25T05:25:59.668Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:25:59.669Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:25:59.669Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:25:59.681Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:25:59.682Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:00.569Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:26:00.570Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:00.572Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:00.572Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:00.672Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:00.675Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:00.675Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:00.690Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:00.691Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:26:01.572Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:26:01.574Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:01.576Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:01.576Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:01.677Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:01.678Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:01.678Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:01.692Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:01.693Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:02.579Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"serviceName": "basic_onboard_teACgq",
"serviceVersion": "1.0",
"serviceUUID": "7d04fed5-f2d6-4da0-a6d4-e0a9526e749b",
"serviceDescription": "service",
"serviceInvariantUUID": "2656c774-c0f1-4c0c-942e-91b011a97cf8",
"resources": [
{
"resourceInstanceName": "basic_onboard_teACgq 0",
"resourceCustomizationUUID": "9471e456-d54b-4507-be16-3208404ab681",
"resourceName": "basic_onboard_teACgq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "40c714a3-450f-43c5-82d6-8f963a8387a9",
"resourceInvariantUUID": "6cd52209-bae7-48af-b35e-7fb6cc62edc5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_teacgq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"artifactChecksum": "MTYxZDJlOTE2NmY3NzNlNjE1ZjFhMDAzOTU0MjU2ZWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9da1b50c-d5d5-443c-8cff-a5a2956f6435",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "816f4caf-2a5a-459e-b468-773f4adbc682",
"generatedFromUUID": "dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "816f4caf-2a5a-459e-b468-773f4adbc682",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTeacgq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"artifactChecksum": "NTc1ZDU4NjM2YWFmM2UxYzEwYzNmNDJmYTEzYTc4MTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "139c15b6-c2f4-4030-8e95-b35e09e428c9"
}
],
"workloadContext": "Production"
}
2021-10-25T05:26:02.580Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:26:02.580Z|6577af9d-9474-41c1-8221-1199237eb291|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b ASDC
2021-10-25T05:26:02.582Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2591938f-7184-4380-9a01-61eca9ea5283
ServiceName:basic_onboard_teACgq
ServiceVersion:1.0
ServiceUUID:7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
ServiceInvariantUUID:2656c774-c0f1-4c0c-942e-91b011a97cf8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTeacgq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
ArtifactUUID:139c15b6-c2f4-4030-8e95-b35e09e428c9
ArtifactChecksum:NTc1ZDU4NjM2YWFmM2UxYzEwYzNmNDJmYTEzYTc4MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_teACgq 0
ResourceCustomizationUUID:9471e456-d54b-4507-be16-3208404ab681
ResourceInvariantUUID:6cd52209-bae7-48af-b35e-7fb6cc62edc5
ResourceName:basic_onboard_teACgq
ResourceType:VF
ResourceUUID:40c714a3-450f-43c5-82d6-8f963a8387a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_teacgq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
ArtifactUUID:9da1b50c-d5d5-443c-8cff-a5a2956f6435
ArtifactChecksum:MTYxZDJlOTE2NmY3NzNlNjE1ZjFhMDAzOTU0MjU2ZWY=
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/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8
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/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
ArtifactUUID:816f4caf-2a5a-459e-b468-773f4adbc682
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/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
ArtifactUUID:816f4caf-2a5a-459e-b468-773f4adbc682
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-25T05:26:02.583Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:02.626Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:26:02.627Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:26:02.627Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:26:02.628Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 139c15b6-c2f4-4030-8e95-b35e09e428c9 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:02.628Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:02.628Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:02.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar 139c15b6-c2f4-4030-8e95-b35e09e428c9 71357
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar ASDC sendASDCNotification
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:02.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:02.705Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:02.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:02.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139562704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:02.807Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:02.808Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:02.808Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:02.821Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:02.821Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:03.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:26:03.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-25T05:26:03.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 139c15b6-c2f4-4030-8e95-b35e09e428c9, URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar to file: /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.709Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.709Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:03.842Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2655671202626094401/Definitions/service-BasicOnboardTeacgq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-25T05:26:05.405Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.406Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_teACgq 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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||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-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-25T05:26:05.407Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:26:05.408Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.409Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-25T05:26:05.410Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.411Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:05.412Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is not matching search criteria
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:26:05.413Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddfe028c-20ce-41ff-a304-dce545f34a82
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.414Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:05.415Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_teACgq
Description:service
Model UUID:7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
Model Version:NULL
Model InvariantUuid:2656c774-c0f1-4c0c-942e-91b011a97cf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_teACgq
Model UUID:698de6a2-0b12-45e8-b26d-fd121cfa14ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6cd52209-bae7-48af-b35e-7fb6cc62edc5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9471e456-d54b-4507-be16-3208404ab681
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f2ffb28a-3996-42eb-bd1f-8a54c2d568ca
ModelName:BasicOnboardTeacgq..base_ubuntu18..module-0
ModelUuid:a2bcf7cf-a6f6-4094-a833-6fa05e965c8a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ddfe028c-20ce-41ff-a304-dce545f34a82
ModelInvariantUuid:1e76076a-660c-4ce1-89d4-b77fe3f32a0a
ModelName:basic_onboard_teACgq-nodes.ubuntu18Cvfc
ModelUuid:b7edb7f2-af38-4b7d-8402-0cb063412a10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9b7d7026-c888-47ac-b535-68dbd909513c
ModelInvariantUuid:5a66ffd5-7b26-4e5d-bded-877a1e4dbbdf
ModelName:BasicOnboardTeacgq.compute.nodes.heat.ubuntu18
ModelUuid:e737b4e7-406e-42ee-9f54-4c8738dbaabf
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=?
2021-10-25T05:26:05.421Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 40c714a3-450f-43c5-82d6-8f963a8387a9
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=?
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||basic_onboard_teACgq 0
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40c714a3-450f-43c5-82d6-8f963a8387a9
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9da1b50c-d5d5-443c-8cff-a5a2956f6435 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:05.424Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:05.470Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:05.470Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json 9da1b50c-d5d5-443c-8cff-a5a2956f6435 798
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json ASDC sendASDCNotification
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:05.471Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:05.473Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:05.473Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139565471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:05.575Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-25T05:26:05.575Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:05.575Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:05.587Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:05.587Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:06.474Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTeacgq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f2ffb28a-3996-42eb-bd1f-8a54c2d568ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2bcf7cf-a6f6-4094-a833-6fa05e965c8a",
"vfModuleModelCustomizationUUID": "d242e5a4-be87-4a3b-83ce-97c28a6fcd6a",
"isBase": true,
"artifacts": [
"dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8",
"816f4caf-2a5a-459e-b468-773f4adbc682"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-25T05:26:06.478Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTeacgq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2bcf7cf-a6f6-4094-a833-6fa05e965c8a
VfModuleModelInvariantUUID:f2ffb28a-3996-42eb-bd1f-8a54c2d568ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8
,
816f4caf-2a5a-459e-b468-773f4adbc682
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-25T05:26:06.480Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTeacgq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f2ffb28a-3996-42eb-bd1f-8a54c2d568ca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a2bcf7cf-a6f6-4094-a833-6fa05e965c8a",
"vfModuleModelCustomizationUUID": "d242e5a4-be87-4a3b-83ce-97c28a6fcd6a",
"isBase": true,
"artifacts": [
"dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8",
"816f4caf-2a5a-459e-b468-773f4adbc682"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-25T05:26:06.480Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTeacgq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2bcf7cf-a6f6-4094-a833-6fa05e965c8a
VfModuleModelInvariantUUID:f2ffb28a-3996-42eb-bd1f-8a54c2d568ca
VfModuleModelDescription:NULL
Artifacts UUID List:{
dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8
,
816f4caf-2a5a-459e-b468-773f4adbc682
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-25T05:26:06.481Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:06.481Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:06.481Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:06.526Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml dd9fbc60-b899-4fe7-aacd-4e0fdf113ce8 5033
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:06.527Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:06.529Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:06.529Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139566527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:06.629Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:06.630Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:06.630Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:06.643Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:06.643Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:26:07.530Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 816f4caf-2a5a-459e-b468-773f4adbc682 from URL: /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:07.531Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-25T05:26:07.531Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:07.576Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env 816f4caf-2a5a-459e-b468-773f4adbc682 909
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:26:07.577Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:07.579Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:07.579Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139567577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:07.679Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:07.680Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:07.680Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:07.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:07.692Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:08.580Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
2021-10-25T05:26:08.581Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_teACgq 0 40c714a3-450f-43c5-82d6-8f963a8387a9 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=?
2021-10-25T05:26:08.595Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71a82477, org.onap.sdc.toscaparser.api.parameters.Input@6cf3efdf, org.onap.sdc.toscaparser.api.parameters.Input@5a8f8cdc, org.onap.sdc.toscaparser.api.parameters.Input@46ba3917, org.onap.sdc.toscaparser.api.parameters.Input@7601362b]
2021-10-25T05:26:08.597Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.597Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.597Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-10-25T05:26:08.598Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9471e456-d54b-4507-be16-3208404ab681
2021-10-25T05:26:08.598Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9471e456-d54b-4507-be16-3208404ab681 matches Tosca VF Customization UUID: 9471e456-d54b-4507-be16-3208404ab681
2021-10-25T05:26:08.598Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9471e456-d54b-4507-be16-3208404ab681 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=?
2021-10-25T05:26:08.600Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.601Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.601Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9471e456-d54b-4507-be16-3208404ab681: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-25T05:26:08.601Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cb84ef9
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d242e5a4-be87-4a3b-83ce-97c28a6fcd6a
2021-10-25T05:26:08.602Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d242e5a4-be87-4a3b-83ce-97c28a6fcd6a
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=?
2021-10-25T05:26:08.604Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.604Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.604Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is not matching search criteria
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-25T05:26:08.605Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-25T05:26:08.606Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddfe028c-20ce-41ff-a304-dce545f34a82
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=?
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-25T05:26:08.608Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.609Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_teACgq 0 is matching search criteria
2021-10-25T05:26:08.609Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_teACgq 0] matching following query criteria: sdcType=VF, customizationUUID=9471e456-d54b-4507-be16-3208404ab681
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=?
2021-10-25T05:26:08.610Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b: basic_onboard_teACgq
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.611Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:26:08.612Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_teACgq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:26:08.613Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_teACgq
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 (?, ?, ?, ?, ?)
2021-10-25T05:26:08.698Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_teACgq 40c714a3-450f-43c5-82d6-8f963a8387a9 1 ASDC deployResourceStructure
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json ASDC sendASDCNotification
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:08.699Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:08.701Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:08.701Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139568699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:08.802Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:26:08.802Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:08.803Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:08.815Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:08.816Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:09.702Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-25T05:26:09.703Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml
2021-10-25T05:26:09.703Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:09.703Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:09.704Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:09.705Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139569702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:09.805Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:09.806Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:09.806Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:09.819Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:09.819Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:26:10.706Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-25T05:26:10.706Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env
2021-10-25T05:26:10.706Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:10.707Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:10.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:10.708Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139570705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:10.808Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:10.809Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:10.810Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:10.822Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:10.823Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:11.709Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar ASDC sendASDCNotification
2021-10-25T05:26:11.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar
2021-10-25T05:26:11.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:26:11.710Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:26:11.713Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:26:11.713Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139571709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:11.813Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:26:11.814Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:26:11.814Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:11.827Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:11.828Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:26:12.714Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:12.725Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:12.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:26:12.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:26:12.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:26:42.729Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:42.742Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:26:42.744Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:26:42.745Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:26:42.745Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:26:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:26:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:26:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:26:47.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:26:47.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:26:47.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139487951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139496188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139501354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139502429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139503483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139504843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/vfw7e12243b862d0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139505846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139503262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139505394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139505357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139499474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139506849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/resourceInstances/vfw7e12243b862d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139503262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139505394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139505357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139499474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139507852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211025052116/1.0/artifacts/service-Vfw20211025052116-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139503262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139505394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139499474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139505357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "dcae-sch",
"timestamp": 1635139508070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139503262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139505394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139505357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139499474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139508998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139509058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "dcae-sch",
"timestamp": 1635139508070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139503262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139505394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:47.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139505357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139499474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139508998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139509058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "dcae-sch",
"timestamp": 1635139508070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139503262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139510472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139505394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139505357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139499474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139508998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139509058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "dcae-sch",
"timestamp": 1635139508070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "ves-openapi-manager",
"timestamp": 1635139503262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139510472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139505394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139505357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139499474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139508998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139509058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "dcae-sch",
"timestamp": 1635139508070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139510472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139508998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139509058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "dcae-sch",
"timestamp": 1635139508070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139514069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139514065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139510472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139508998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139509058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "dcae-sch",
"timestamp": 1635139508070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "cds",
"timestamp": 1635139515074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.016Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.016Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139515069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139510472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139508998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139509058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "policy-id",
"timestamp": 1635139516072,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.035Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139510472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139516973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139510472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:26:48.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139517150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139518276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139519434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139519663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635139520437,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.057Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139520856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139521919,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.076Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-25T05:26:48.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635139522922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139523384,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "aai-ml",
"timestamp": 1635139524388,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.090Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:26:48.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139526164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139528172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:26:48.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "clamp",
"timestamp": 1635139529175,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:26:48.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2591938f-7184-4380-9a01-61eca9ea5283
2021-10-25T05:26:48.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2591938f-7184-4380-9a01-61eca9ea5283 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:27:12.745Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:27:12.757Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:27:12.760Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:27:12.761Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:27:12.766Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:27:42.766Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2591938f-7184-4380-9a01-61eca9ea5283 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:27:42.773Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2591938f-7184-4380-9a01-61eca9ea5283 and serviceModelVersionId: 7d04fed5-f2d6-4da0-a6d4-e0a9526e749b
2021-10-25T05:27:42.774Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2656c774-c0f1-4c0c-942e-91b011a97cf8
2021-10-25T05:27:42.774Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0
2021-10-25T05:27:42.780Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:27:42.822Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-25T05:27:42.823Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0|INFO|500||Invoke
2021-10-25T05:27:42.847Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-25T05:27:42.941Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0|INFO|500||InvokeReturn
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2656c774-c0f1-4c0c-942e-91b011a97cf8/model-vers/model-ver/7d04fed5-f2d6-4da0-a6d4-e0a9526e749b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211025-05:27:42:854-3977], vertex-id=[180272], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:27:42 GMT], Content-Type=[application/json]}
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:27:42.942Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||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=?
2021-10-25T05:27:42.946Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:27:42.946Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2591938f-7184-4380-9a01-61eca9ea5283 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:27:42.946Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:27:42.947Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:27:42.948Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:27:42.949Z|2591938f-7184-4380-9a01-61eca9ea5283|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139662946,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:27:43.049Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:27:43.050Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:27:43.050Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:27:43.066Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:27:43.067Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:27:43.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:43.965Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:27:43.965Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:27:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:27:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:27:47.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:27:47.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6577af9d-9474-41c1-8221-1199237eb291",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139553889,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:27:47.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "NOTIFIED"
}
2021-10-25T05:27:47.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:27:47.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139554911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-10-25T05:27:47.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139562704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139565471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139566527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139567577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139568699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/basic_onboard_teacgq0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139569702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139570705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/resourceInstances/basic_onboard_teacgq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139571709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTeacgq/1.0/artifacts/service-BasicOnboardTeacgq-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:27:47.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:27:53.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:27:53.512Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:27:53.513Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:27:53.513Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:28:03.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:28:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:28:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:28:47.951Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:28:47.953Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:28:47.953Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:28:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:28:48.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:28:48.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-25T05:28:48.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2591938f-7184-4380-9a01-61eca9ea5283",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635139662946,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:28:48.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:28:57.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:29:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:29:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:29:47.951Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:29:47.953Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:29:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:29:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:29:57.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:29:57.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:30:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:30:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:30:47.951Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:30:47.952Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:30:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:30:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:30:57.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:30:57.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:31:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:31:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:31:47.952Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:31:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:31:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:31:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:31:57.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:31:57.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:32:47.951Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:32:47.951Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:32:47.951Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:32:47.953Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:32:47.953Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:32:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:32:57.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:32:57.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:33:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:33:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:33:47.952Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:33:47.953Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:33:47.954Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:33:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:33:57.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:33:57.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:34:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:34:47.953Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:34:47.953Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:34:47.953Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:34:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:34:57.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:34:57.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:47.951Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:35:47.951Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:35:47.951Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:35:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:35:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:48.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:48.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "cds",
"timestamp": 1635140144474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "ves-openapi-manager",
"timestamp": 1635140143262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635140139058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "aai-ml",
"timestamp": 1635140138998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "policy-id",
"timestamp": 1635140145357,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:35:48.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:48.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:35:48.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"63a25b37-70f1-419c-ac12-70dbf0875c58","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bf9cca45-68eb-436b-bd6c-b2e183403f33","serviceDescription":"service","serviceInvariantUUID":"f72b672a-ead7-4da4-9615-b609ff035fe8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ce5a0d60-0f55-4baf-a816-fb076de5c418","resourceInvariantUUID":"511a90fc-42b9-41df-bb01-e466233237a9","resourceCustomizationUUID":"4272c166-b474-4700-9c82-ed5f9e831a8b","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MmNmZmI3ZTU1YzVkMWZjNDA0MTU4YzNkYmNjNmZkODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d03faadc-0ad3-4384-b3b2-48753572e06b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODhlMDE3MGE2MTJlYTIwZTBiMjRiY2NkNmZhZTBiYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae8c543f-7d7f-4d18-b76b-f2dbbe604dde","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:35:48.582Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:35:48.582Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:48.584Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:48.584Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140147951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:35:48.684Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:35:48.685Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:48.686Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:48.698Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:48.698Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:35:49.585Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:35:49.585Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:49.587Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:49.587Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140147951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:35:49.688Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:35:49.689Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:49.689Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:49.702Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:49.702Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:35:50.589Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bf9cca45-68eb-436b-bd6c-b2e183403f33",
"serviceDescription": "service",
"serviceInvariantUUID": "f72b672a-ead7-4da4-9615-b609ff035fe8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4272c166-b474-4700-9c82-ed5f9e831a8b",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ce5a0d60-0f55-4baf-a816-fb076de5c418",
"resourceInvariantUUID": "511a90fc-42b9-41df-bb01-e466233237a9",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ODhlMDE3MGE2MTJlYTIwZTBiMjRiY2NkNmZhZTBiYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ae8c543f-7d7f-4d18-b76b-f2dbbe604dde"
}
],
"workloadContext": "Production"
}
2021-10-25T05:35:50.589Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:35:50.589Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf9cca45-68eb-436b-bd6c-b2e183403f33 ASDC
2021-10-25T05:35:50.589Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:63a25b37-70f1-419c-ac12-70dbf0875c58
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bf9cca45-68eb-436b-bd6c-b2e183403f33
ServiceInvariantUUID:f72b672a-ead7-4da4-9615-b609ff035fe8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:ae8c543f-7d7f-4d18-b76b-f2dbbe604dde
ArtifactChecksum:ODhlMDE3MGE2MTJlYTIwZTBiMjRiY2NkNmZhZTBiYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4272c166-b474-4700-9c82-ed5f9e831a8b
ResourceInvariantUUID:511a90fc-42b9-41df-bb01-e466233237a9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ce5a0d60-0f55-4baf-a816-fb076de5c418
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-25T05:35:50.589Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf9cca45-68eb-436b-bd6c-b2e183403f33 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae8c543f-7d7f-4d18-b76b-f2dbbe604dde from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:35:50.627Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:50.765Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ae8c543f-7d7f-4d18-b76b-f2dbbe604dde 52170
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:35:50.769Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:50.771Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:50.771Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140150769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:35:50.871Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:35:50.872Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:50.872Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:50.885Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:50.885Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:35:51.772Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:35:51.773Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:35:51.773Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ae8c543f-7d7f-4d18-b76b-f2dbbe604dde, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:51.773Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-25T05:35:51.774Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:51.774Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:51.858Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7805412937450717357/Definitions/service-BasicNetwork-template.yml
2021-10-25T05:35:52.243Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.244Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.245Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.246Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bf9cca45-68eb-436b-bd6c-b2e183403f33
Model Version:NULL
Model InvariantUuid:f72b672a-ead7-4da4-9615-b609ff035fe8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:511a90fc-42b9-41df-bb01-e466233237a9
Model UUID:51cde103-c5ce-4026-8fa7-d34c28f428ef
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4272c166-b474-4700-9c82-ed5f9e831a8b
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2021-10-25T05:35:52.253Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: ce5a0d60-0f55-4baf-a816-fb076de5c418
2021-10-25T05:35:52.254Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||No resources found for Service: bf9cca45-68eb-436b-bd6c-b2e183403f33
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=?
2021-10-25T05:35:52.259Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||
2021-10-25T05:35:52.259Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-25T05:35:52.260Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||No resources found for Service: bf9cca45-68eb-436b-bd6c-b2e183403f33
2021-10-25T05:35:52.260Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bf9cca45-68eb-436b-bd6c-b2e183403f33
2021-10-25T05:35:52.260Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-25T05:35:52.261Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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=?
2021-10-25T05:35:52.266Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37b6d231, org.onap.sdc.toscaparser.api.parameters.Input@9a75c35, org.onap.sdc.toscaparser.api.parameters.Input@2d19f7fd, org.onap.sdc.toscaparser.api.parameters.Input@6f90a51c, org.onap.sdc.toscaparser.api.parameters.Input@6eb6c585]
2021-10-25T05:35:52.267Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bf9cca45-68eb-436b-bd6c-b2e183403f33: Generic NeutronNet
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.268Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.295Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.296Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:35:52.296Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:35:52.296Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-25T05:35:52.361Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-25T05:35:52.362Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:35:52.363Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:35:52.363Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140152361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:35:52.464Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:35:52.464Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:35:52.464Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:35:52.477Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:35:52.478Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:35:53.364Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:35:53.376Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:35:53.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:35:53.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:35:53.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:36:23.379Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:23.392Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:23.395Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:36:23.395Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:36:23.395Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:36:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:36:47.953Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:36:47.953Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:36:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:36:47.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:36:47.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "ves-openapi-manager",
"timestamp": 1635140143262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:36:47.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:36:53.396Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:53.407Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:36:53.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:36:53.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:36:53.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:37:23.410Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:23.425Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:23.429Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:37:23.429Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:37:23.430Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:37:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:37:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:37:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:37:47.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:37:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:37:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635140139058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:37:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:37:53.430Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:53.443Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:37:53.446Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:37:53.446Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:37:53.446Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:38:23.447Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:23.461Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:23.463Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:38:23.463Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-25T05:38:23.463Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-25T05:38:47.953Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:38:47.954Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:38:47.954Z||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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:38:47.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:38:47.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "aai-ml",
"timestamp": 1635140138998,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "cds",
"timestamp": 1635140144474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "policy-id",
"timestamp": 1635140145357,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140147951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "dcae-sch",
"timestamp": 1635140148070,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "cds",
"timestamp": 1635140149557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635140149560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "aai-ml",
"timestamp": 1635140149566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140147951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "policy-id",
"timestamp": 1635140149561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:38:47.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "dcae-sch",
"timestamp": 1635140148070,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:47.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "cds",
"timestamp": 1635140150561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:47.994Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:47.994Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "policy-id",
"timestamp": 1635140150566,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140150769,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635140150471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635140151108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "policy-id",
"timestamp": 1635140151569,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.016Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635140150471,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:38:48.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:48.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635140152111,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.033Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.033Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140152361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "aai-ml",
"timestamp": 1635140154662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "aai-ml",
"timestamp": 1635140155665,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.050Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.050Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:48.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "clamp",
"timestamp": 1635140165394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "clamp",
"timestamp": 1635140165394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "clamp",
"timestamp": 1635140176791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "clamp",
"timestamp": 1635140178278,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-25T05:38:48.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "clamp",
"timestamp": 1635140179281,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:48.066Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63a25b37-70f1-419c-ac12-70dbf0875c58
2021-10-25T05:38:48.067Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63a25b37-70f1-419c-ac12-70dbf0875c58 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:38:53.464Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:53.476Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:38:53.480Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:38:53.481Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:38:53.481Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-25T05:38:53.481Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-25T05:38:53.485Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-25T05:39:23.485Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63a25b37-70f1-419c-ac12-70dbf0875c58 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-25T05:39:23.492Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63a25b37-70f1-419c-ac12-70dbf0875c58 and serviceModelVersionId: bf9cca45-68eb-436b-bd6c-b2e183403f33
2021-10-25T05:39:23.493Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f72b672a-ead7-4da4-9615-b609ff035fe8
2021-10-25T05:39:23.494Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0
2021-10-25T05:39:23.499Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-25T05:39:23.539Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|INFO|500||Invoke
2021-10-25T05:39:23.539Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[63a25b37-70f1-419c-ac12-70dbf0875c58], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c18b777-6fcf-4195-9ab1-6b3be607f2c3], X-ECOMP-RequestID=[63a25b37-70f1-419c-ac12-70dbf0875c58], X-TransactionId=[], X-ONAP-RequestID=[63a25b37-70f1-419c-ac12-70dbf0875c58], Content-Type=[application/merge-patch+json]}
2021-10-25T05:39:23.560Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-25T05:39:23.791Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?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/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211025-05:39:23:570-17128], vertex-id=[217128], Content-Length=[0], Date=[Mon, 25 Oct 2021 05:39:23 GMT], Content-Type=[application/json]}
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f72b672a-ead7-4da4-9615-b609ff035fe8/model-vers/model-ver/bf9cca45-68eb-436b-bd6c-b2e183403f33?depth=0|INFO|500||InvokeReturn
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-25T05:39:23.792Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||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=?
2021-10-25T05:39:23.796Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-25T05:39:23.796Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63a25b37-70f1-419c-ac12-70dbf0875c58 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-25T05:39:23.796Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-25T05:39:23.797Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:23.798Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:23.798Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "63a25b37-70f1-419c-ac12-70dbf0875c58",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140363796,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-25T05:39:23.899Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-25T05:39:23.899Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:23.899Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:23.916Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:23.916Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-25T05:39:24.811Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-25T05:39:24.812Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-25T05:39:24.812Z|63a25b37-70f1-419c-ac12-70dbf0875c58|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 xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:29.831Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:29.832Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-25T05:39:29.832Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"44d4aab4-953b-465c-a4b4-9b5282f48c63","serviceName":"Demo_pNF_vEX2vZpMgOcSd5dJbkVt","serviceVersion":"1.0","serviceUUID":"6e062c82-b988-4d05-bc9d-6ce878b3042e","serviceDescription":"catalog service description","serviceInvariantUUID":"9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57","resources":[{"resourceInstanceName":"pNF 6dd6a3ec-5041 0","resourceName":"pNF 6dd6a3ec-5041","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b1cf5120-b7fe-4408-8c62-e89b694446ae","resourceInvariantUUID":"07cd32d4-347e-4e56-b244-610475505291","resourceCustomizationUUID":"b926efdc-2f18-440b-be6b-65ac99b91ccf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml","artifactChecksum":"OTQ4ODAzMWMxNTY5Yzg0MzkwZDhlZmEyZmUwYWY4YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3675876-fce3-4ac2-97a7-ee0890166f5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar","artifactChecksum":"ODJjYjMyYmM0MDFhNWZlYjY4NTdjYWNmNjcxYTI3MWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2fb9fd36-d4bd-4092-9047-6be26e52183e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc5eb7c0-31d9-461e-b409-5f4487df313c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml","artifactChecksum":"MzU5Yjc1MjJjNDQyNzg4NTQ3MDNlMGI1Y2RlZmM1ZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a9b310f3-f317-4b00-a8b4-185a149fb10d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"444e9b9f-3dc8-44d1-a1f1-17b19bdc325b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"87bf1f69-2c62-4058-a32c-aab8d9b2a66b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml","artifactChecksum":"MmE2YjhkZTI2MjcwZmQ5YTkxOTY5Y2ZlZTllOWY1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb41f956-e611-46d9-a8a3-9895a2a6965d","artifactVersion":"1"},{"artifactName":"service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar","artifactChecksum":"YmJjNGMwNzQ2MWFmNDdlNGRlOTdmMjViMTc2YmQzNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5945be2a-6296-4951-98ca-4df6ba8f041c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-25T05:39:29.835Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:29.835Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:29.837Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:29.837Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:39:29.937Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:29.938Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:29.938Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:29.950Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:29.951Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:30.837Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:30.838Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:30.840Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:30.840Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:39:30.940Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:30.941Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:30.941Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:30.954Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:30.954Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:31.840Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:31.841Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:31.844Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:31.844Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:39:31.944Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:39:31.945Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:31.945Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:31.958Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:31.958Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:39:32.845Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:32.846Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:32.849Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:32.849Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:39:32.949Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:32.950Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:32.950Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:32.963Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:32.964Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:33.851Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:33.851Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:33.853Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:33.853Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:39:33.954Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:33.954Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:33.955Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:33.966Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:33.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:34.854Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:34.854Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:34.856Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:34.856Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/resourceInstances/pnf6dd6a3ec50410/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:39:34.957Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:34.958Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:34.958Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:34.973Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:34.974Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:35.857Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:35.858Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:35.860Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:35.860Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-25T05:39:35.960Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:35.961Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:35.961Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:35.976Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:35.976Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:39:36.860Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-25T05:39:36.861Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:36.863Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:36.864Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140364811,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
"status": "NOTIFIED"
}
2021-10-25T05:39:36.964Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-25T05:39:36.964Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:36.964Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:36.979Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:36.979Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-25T05:39:37.864Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"serviceName": "Demo_pNF_vEX2vZpMgOcSd5dJbkVt",
"serviceVersion": "1.0",
"serviceUUID": "6e062c82-b988-4d05-bc9d-6ce878b3042e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57",
"resources": [
{
"resourceInstanceName": "pNF 6dd6a3ec-5041 0",
"resourceCustomizationUUID": "b926efdc-2f18-440b-be6b-65ac99b91ccf",
"resourceName": "pNF 6dd6a3ec-5041",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b1cf5120-b7fe-4408-8c62-e89b694446ae",
"resourceInvariantUUID": "07cd32d4-347e-4e56-b244-610475505291",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
"artifactChecksum": "YmJjNGMwNzQ2MWFmNDdlNGRlOTdmMjViMTc2YmQzNWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5945be2a-6296-4951-98ca-4df6ba8f041c"
}
],
"workloadContext": "Production"
}
2021-10-25T05:39:37.865Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-25T05:39:37.865Z|63a25b37-70f1-419c-ac12-70dbf0875c58|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6e062c82-b988-4d05-bc9d-6ce878b3042e ASDC
2021-10-25T05:39:37.865Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44d4aab4-953b-465c-a4b4-9b5282f48c63
ServiceName:Demo_pNF_vEX2vZpMgOcSd5dJbkVt
ServiceVersion:1.0
ServiceUUID:6e062c82-b988-4d05-bc9d-6ce878b3042e
ServiceInvariantUUID:9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
ArtifactUUID:5945be2a-6296-4951-98ca-4df6ba8f041c
ArtifactChecksum:YmJjNGMwNzQ2MWFmNDdlNGRlOTdmMjViMTc2YmQzNWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6dd6a3ec-5041 0
ResourceCustomizationUUID:b926efdc-2f18-440b-be6b-65ac99b91ccf
ResourceInvariantUUID:07cd32d4-347e-4e56-b244-610475505291
ResourceName:pNF 6dd6a3ec-5041
ResourceType:PNF
ResourceUUID:b1cf5120-b7fe-4408-8c62-e89b694446ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-25T05:39:37.865Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e062c82-b988-4d05-bc9d-6ce878b3042e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-25T05:39:37.892Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5945be2a-6296-4951-98ca-4df6ba8f041c from URL: /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-25T05:39:37.893Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:38.357Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-25T05:39:38.360Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar 5945be2a-6296-4951-98ca-4df6ba8f041c 82539
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar ASDC sendASDCNotification
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-25T05:39:38.361Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-25T05:39:38.362Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-25T05:39:38.362Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "44d4aab4-953b-465c-a4b4-9b5282f48c63",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635140378361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-25T05:39:38.462Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-25T05:39:38.463Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-25T05:39:38.463Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xph91Fk4HcZNG7YF) ...
2021-10-25T05:39:38.476Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-25T05:39:38.476Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-25T05:39:39.363Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-25T05:39:39.364Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-25T05:39:39.364Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5945be2a-6296-4951-98ca-4df6ba8f041c, URL: /sdc/v1/catalog/services/DemoPnfVex2vzpmgocsd5djbkvt/1.0/artifacts/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar to file: /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.365Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.365Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.365Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:39.453Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11609973182256984429/Definitions/service-DemoPnfVex2vzpmgocsd5djbkvt-template.yml
2021-10-25T05:39:40.148Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||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-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||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-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6dd6a3ec-5041 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-DemoPnfVex2vzpmgocsd5djbkvt-csar.csar
2021-10-25T05:39:40.149Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Node template pNF 6dd6a3ec-5041 0 is matching search criteria
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6dd6a3ec-5041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.150Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Node template pNF 6dd6a3ec-5041 0 is matching search criteria
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6dd6a3ec-5041 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.151Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.152Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_vEX2vZpMgOcSd5dJbkVt
Description:catalog service description
Model UUID:6e062c82-b988-4d05-bc9d-6ce878b3042e
Model Version:NULL
Model InvariantUuid:9b3b4dfd-be12-4c5b-b4f7-8bfb8fbbce57
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=?
2021-10-25T05:39:40.159Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: b1cf5120-b7fe-4408-8c62-e89b694446ae
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=?
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||pNF 6dd6a3ec-5041 0
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b1cf5120-b7fe-4408-8c62-e89b694446ae
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6e062c82-b988-4d05-bc9d-6ce878b3042e
2021-10-25T05:39:40.162Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6e062c82-b988-4d05-bc9d-6ce878b3042e
2021-10-25T05:39:40.163Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6dd6a3ec-5041 0 b1cf5120-b7fe-4408-8c62-e89b694446ae 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=?
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e6da2a8, org.onap.sdc.toscaparser.api.parameters.Input@1d75c8a0, org.onap.sdc.toscaparser.api.parameters.Input@1ebde3e1, org.onap.sdc.toscaparser.api.parameters.Input@1b55fa39, org.onap.sdc.toscaparser.api.parameters.Input@58ee7319]
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_vEX2vZpMgOcSd5dJbkVt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6e062c82-b988-4d05-bc9d-6ce878b3042e: pNF 6dd6a3ec-5041
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||INFO|500||Processing PNF resource: b1cf5120-b7fe-4408-8c62-e89b694446ae
2021-10-25T05:39:40.168Z|44d4aab4-953b-465c-a4b4-9b5282f48c63|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery