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-27T01:56:28.473Z||main|||||INFO|500||The following profiles are active: basic
2021-10-27T01:56:40.601Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-27T01:56:40.602Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-27T01:56:40.738Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-27T01:56:43.878Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-27T01:56:44.093Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-27T01:56:44.564Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-27T01:56:44.573Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-27T01:56:44.675Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-27T01:56:44.849Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-27T01:56:45.385Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-27T01:56:46.604Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-27T01:56:49.051Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-27T01:56:49.103Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-27T01:56:49.639Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-27T01:56:49.910Z||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-27T01:56:51.455Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-27T01:56:52.727Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-27T01:56:52.749Z||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$$c179a1e7.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-27T01:56:52.750Z||main|||||WARN|500||The sdc end point is not alive
2021-10-27T01:56:56.450Z||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-27T01:56:59.951Z||main|||||WARN|500||---
2021-10-27T01:56:59.952Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-27T01:56:59.952Z||main|||||WARN|500||---
2021-10-27T01:57:00.544Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-27T01:57:06.245Z||main|||||INFO|500||Started Application in 43.408 seconds (JVM running for 44.818)
2021-10-27T01:57:06.263Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T01:57:06.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T01:57:06.276Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T01:57:06.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T01:57:06.417Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae3e0a28-2edf-4e1e-b114-e3f863104d8e url= /sdc/v1/artifactTypes
2021-10-27T01:57:06.418Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T01:57:06.702Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T01:57:06.737Z||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-27T01:57:06.762Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T01:57:06.770Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-27T01:57:08.016Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T01:57:08.038Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e32265d9-086c-4e16-a2df-78fafa82480c url= /sdc/v1/registerForDistribution
2021-10-27T01:57:08.632Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e32265d9-086c-4e16-a2df-78fafa82480c url= /sdc/v1/registerForDistribution
2021-10-27T01:57:08.632Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-27T01:57:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T01:57:08.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T01:57:08.649Z||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-27T01:57:08.649Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T01:57:08.649Z||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-27T01:57:08.650Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T01:57:08.651Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-27T01:57:20.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T01:57:20.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T01:58:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T01:58:08.643Z||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-27T01:58:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T01:58:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T01:58:08.647Z||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-27T01:58:08.647Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T01:58:18.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T01:58:18.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T01:59:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T01:59:08.643Z||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-27T01:59:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T01:59:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T01:59:08.646Z||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-27T01:59:08.647Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T01:59:18.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T01:59:18.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:00:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:00:08.643Z||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-27T02:00:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:00:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:00:08.646Z||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-27T02:00:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:00:18.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:00:18.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:01:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:01:08.644Z||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-27T02:01:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:01:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:01:08.645Z||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-27T02:01:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:01:18.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:01:18.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:02:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:02:08.643Z||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-27T02:02:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:02:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:02:08.646Z||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-27T02:02:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:02:18.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:02:18.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:03:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:03:08.643Z||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-27T02:03:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:03:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:03:08.645Z||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-27T02:03:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:03:18.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:03:18.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:04:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:04:08.643Z||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-27T02:04:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:04:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:04:08.645Z||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-27T02:04:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:04:18.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:04:18.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:05:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:05:08.644Z||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-27T02:05:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:05:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:05:08.645Z||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-27T02:05:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:05:18.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:05:18.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:06:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:06:08.643Z||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-27T02:06:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:06:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:06:08.645Z||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-27T02:06:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:06:18.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:06:18.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:06:40.390Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-27T02:07:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:07:08.643Z||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-27T02:07:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:07:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:07:08.645Z||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-27T02:07:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:07:18.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:07:18.207Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:08:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:08:08.643Z||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-27T02:08:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:08:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:08:08.645Z||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-27T02:08:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:08:18.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:08:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:09:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:09:08.643Z||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-27T02:09:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:09:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:09:08.645Z||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-27T02:09:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:09:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:09:18.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:10:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:10:08.643Z||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-27T02:10:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:10:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:10:08.645Z||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-27T02:10:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:10:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:10:18.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:11:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:11:08.643Z||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-27T02:11:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:11:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:11:08.645Z||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-27T02:11:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:11:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:11:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:12:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:12:08.643Z||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-27T02:12:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:12:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:12:08.645Z||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-27T02:12:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:12:18.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:12:18.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:13:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:13:08.643Z||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-27T02:13:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:13:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:13:08.645Z||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-27T02:13:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:13:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:13:18.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:14:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:14:08.643Z||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-27T02:14:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:14:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:14:08.645Z||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-27T02:14:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:14:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:14:18.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:15:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:15:08.643Z||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-27T02:15:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:15:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:15:08.645Z||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-27T02:15:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:15:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:15:18.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:16:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:16:08.643Z||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-27T02:16:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:16:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:16:08.645Z||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-27T02:16:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:16:18.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:16:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:17:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:17:08.643Z||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-27T02:17:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:17:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:17:08.645Z||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-27T02:17:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:17:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:17:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:18:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:18:08.643Z||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-27T02:18:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:18:08.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:18:08.645Z||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-27T02:18:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:18:18.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:18:18.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:19:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:19:08.643Z||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-27T02:19:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:19:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:19:08.645Z||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-27T02:19:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:19:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:19:18.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:20:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:20:08.643Z||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-27T02:20:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:20:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:20:08.645Z||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-27T02:20:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:20:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:20:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:21:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:21:08.643Z||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-27T02:21:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:21:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:21:08.645Z||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-27T02:21:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:21:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:21:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:22:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:22:08.643Z||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-27T02:22:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:22:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:22:08.645Z||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-27T02:22:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:22:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:22:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:23:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:23:08.644Z||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-27T02:23:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:23:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:23:08.645Z||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-27T02:23:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:23:18.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:23:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:24:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:24:08.643Z||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-27T02:24:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:24:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:24:08.645Z||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-27T02:24:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:24:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:24:18.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:25:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:25:08.643Z||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-27T02:25:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:25:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:25:08.645Z||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-27T02:25:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:25:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:25:18.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:26:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:26:08.643Z||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-27T02:26:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:26:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:26:08.645Z||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-27T02:26:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:26:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:26:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:27:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:27:08.643Z||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-27T02:27:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:27:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:27:08.646Z||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-27T02:27:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:27:18.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:27:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:28:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:28:08.643Z||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-27T02:28:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:28:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:28:08.645Z||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-27T02:28:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:28:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:28:18.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:29:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:29:08.643Z||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-27T02:29:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:29:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:29:08.645Z||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-27T02:29:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:29:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:29:18.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:30:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:30:08.643Z||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-27T02:30:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:30:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:30:08.645Z||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-27T02:30:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:30:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:30:18.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:31:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:31:08.643Z||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-27T02:31:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:31:08.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:31:08.645Z||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-27T02:31:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:31:18.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:31:18.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:32:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:32:08.643Z||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-27T02:32:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:32:08.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:32:08.645Z||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-27T02:32:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:32:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:32:18.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:33:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:33:08.643Z||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-27T02:33:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:33:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:33:08.645Z||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-27T02:33:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:33:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:33:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:34:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:34:08.643Z||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-27T02:34:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:34:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:34:08.645Z||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-27T02:34:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:34:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:34:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:35:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:35:08.643Z||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-27T02:35:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:35:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:35:08.645Z||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-27T02:35:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:35:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:35:18.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:36:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:36:08.643Z||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-27T02:36:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:36:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:36:08.645Z||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-27T02:36:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:36:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:36:18.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:37:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:37:08.643Z||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-27T02:37:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:37:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:37:08.645Z||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-27T02:37:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:37:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:37:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:38:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:38:08.643Z||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-27T02:38:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:38:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:38:08.645Z||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-27T02:38:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:38:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:38:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:39:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:39:08.643Z||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-27T02:39:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:39:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:39:08.645Z||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-27T02:39:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:39:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:39:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:40:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:40:08.643Z||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-27T02:40:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:40:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:40:08.645Z||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-27T02:40:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:40:18.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:40:18.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:41:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:41:08.643Z||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-27T02:41:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:41:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:41:08.645Z||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-27T02:41:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:41:18.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:41:18.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:42:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:42:08.643Z||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-27T02:42:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:42:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:42:08.645Z||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-27T02:42:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:42:18.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:42:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:43:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:43:08.643Z||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-27T02:43:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:43:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:43:08.645Z||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-27T02:43:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:43:18.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:43:18.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:44:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:44:08.643Z||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-27T02:44:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:44:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:44:08.645Z||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-27T02:44:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:44:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:44:18.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:45:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:45:08.643Z||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-27T02:45:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:45:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:45:08.645Z||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-27T02:45:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:45:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:45:18.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:46:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:46:08.643Z||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-27T02:46:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:46:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:46:08.645Z||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-27T02:46:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:46:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:46:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:47:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:47:08.643Z||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-27T02:47:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:47:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:47:08.645Z||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-27T02:47:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:47:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:47:18.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:48:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:48:08.643Z||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-27T02:48:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:48:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:48:08.645Z||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-27T02:48:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:48:18.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:48:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:49:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:49:08.643Z||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-27T02:49:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:49:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:49:08.645Z||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-27T02:49:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:49:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:49:18.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:50:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:50:08.643Z||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-27T02:50:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:50:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:50:08.645Z||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-27T02:50:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:50:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:50:18.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:51:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:51:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:51:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:51:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:51:08.645Z||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-27T02:51:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:51:18.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:51:18.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:52:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:52:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:52:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:52:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:52:08.645Z||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-27T02:52:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:52:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:52:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:53:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:53:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:53:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:53:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:53:08.645Z||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-27T02:53:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:53:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:53:18.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:54:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:54:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:54:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:54:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:54:08.645Z||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-27T02:54:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:54:18.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:54:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:55:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:55:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:55:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:55:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:55:08.645Z||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-27T02:55:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:55:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:55:18.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:56:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:56:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:56:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:56:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:56:08.645Z||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-27T02:56:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:56:18.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:56:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:57:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:57:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:57:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:57:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:57:08.645Z||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-27T02:57:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:57:18.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:57:18.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:58:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:58:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:58:08.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:58:08.645Z||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-27T02:58:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:58:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:58:18.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:58:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:59:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:59:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T02:59:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T02:59:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T02:59:08.645Z||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-27T02:59:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T02:59:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T02:59:18.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:00:08.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:00:08.643Z||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-27T03:00:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:00:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:00:08.645Z||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-27T03:00:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:00:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:00:18.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:01:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:01:08.643Z||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-27T03:01:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:01:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:01:08.645Z||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-27T03:01:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:01:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:01:18.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:02:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:02:08.643Z||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-27T03:02:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:02:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:02:08.645Z||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-27T03:02:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:02:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:02:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:03:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:03:08.643Z||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-27T03:03:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:03:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:03:08.645Z||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-27T03:03:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:03:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:03:18.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:04:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:04:08.643Z||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-27T03:04:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:04:08.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:04:08.646Z||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-27T03:04:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:04:18.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:04:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:05:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:05:08.643Z||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-27T03:05:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:05:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:05:08.645Z||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-27T03:05:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:05:18.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:05:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:06:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:06:08.643Z||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-27T03:06:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:06:08.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:06:08.646Z||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-27T03:06:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:06:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:06:18.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:07:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:07:08.643Z||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-27T03:07:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:07:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:07:08.645Z||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-27T03:07:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:07:18.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:07:18.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:08:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:08:08.643Z||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-27T03:08:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:08:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:08:08.645Z||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-27T03:08:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:08:18.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:08:18.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:09:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:09:08.643Z||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-27T03:09:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:09:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:09:08.645Z||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-27T03:09:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:09:18.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:09:18.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:10:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:10:08.643Z||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-27T03:10:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:10:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:10:08.645Z||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-27T03:10:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:10:18.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:10:18.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:11:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:11:08.643Z||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-27T03:11:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:11:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:11:08.645Z||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-27T03:11:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:11:18.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:11:18.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:12:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:12:08.643Z||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-27T03:12:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:12:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:12:08.645Z||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-27T03:12:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:12:18.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:12:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:13:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:13:08.643Z||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-27T03:13:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:13:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:13:08.645Z||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-27T03:13:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:13:18.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:13:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:14:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:14:08.643Z||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-27T03:14:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:14:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:14:08.645Z||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-27T03:14:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:14:18.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:14:18.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:15:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:15:08.643Z||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-27T03:15:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:15:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:15:08.645Z||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-27T03:15:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:15:18.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:15:18.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:16:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:16:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:16:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:16:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:16:08.645Z||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-27T03:16:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:16:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:16:18.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:17:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:17:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:17:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:17:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:17:08.645Z||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-27T03:17:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:17:18.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:17:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:18:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:18:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:18:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:18:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:18:08.645Z||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-27T03:18:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:18:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:18:18.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:19:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:19:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:19:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:19:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:19:08.645Z||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-27T03:19:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:19:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:19:18.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:20:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:20:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:20:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:20:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:20:08.645Z||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-27T03:20:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:20:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:20:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:21:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:21:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:21:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:21:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:21:08.645Z||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-27T03:21:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:21:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:21:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:22:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:22:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:22:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:22:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:22:08.645Z||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-27T03:22:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:22:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:22:18.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:23:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:23:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:23:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:23:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:23:08.645Z||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-27T03:23:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:23:18.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:23:18.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:24:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:24:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:24:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:24:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:24:08.645Z||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-27T03:24:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:24:18.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:24:18.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:25:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:25:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:25:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:25:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:25:08.645Z||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-27T03:25:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:25:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:25:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:26:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:26:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:26:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:26:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:26:08.645Z||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-27T03:26:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:26:18.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:26:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:27:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:27:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:27:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:27:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:27:08.645Z||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-27T03:27:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:27:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:27:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:28:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:28:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:28:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:28:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:28:08.645Z||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-27T03:28:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:28:18.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:28:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:29:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:29:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:29:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:29:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:29:08.645Z||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-27T03:29:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:29:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:29:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:30:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:30:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:30:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:30:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:30:08.645Z||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-27T03:30:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:30:18.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:30:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:31:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:31:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:31:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:31:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:31:08.645Z||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-27T03:31:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:31:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:31:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:32:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:32:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:32:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:32:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:32:08.645Z||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-27T03:32:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:32:18.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:32:18.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:33:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:33:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T03:33:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T03:33:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:33:08.645Z||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-27T03:33:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:33:18.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:33:18.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:34:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:34:08.643Z||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-27T03:34:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:34:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:34:08.646Z||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-27T03:34:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:34:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:34:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:35:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:35:08.643Z||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-27T03:35:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:35:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:35:08.645Z||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-27T03:35:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:35:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:35:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:36:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:36:08.643Z||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-27T03:36:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:36:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:36:08.645Z||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-27T03:36:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:36:18.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:36:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:37:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:37:08.643Z||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-27T03:37:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:37:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:37:08.645Z||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-27T03:37:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:37:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:37:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:38:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:38:08.643Z||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-27T03:38:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:38:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:38:08.645Z||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-27T03:38:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:38:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:38:18.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:39:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:39:08.643Z||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-27T03:39:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:39:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:39:08.645Z||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-27T03:39:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:39:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:39:18.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:40:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:40:08.643Z||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-27T03:40:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:40:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:40:08.645Z||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-27T03:40:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:40:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:40:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:41:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:41:08.643Z||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-27T03:41:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:41:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:41:08.645Z||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-27T03:41:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:41:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:41:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:42:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:42:08.643Z||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-27T03:42:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:42:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:42:08.645Z||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-27T03:42:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:42:18.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:42:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:43:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:43:08.643Z||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-27T03:43:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:43:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:43:08.645Z||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-27T03:43:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:43:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:43:18.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:44:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:44:08.643Z||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-27T03:44:08.644Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:44:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:44:08.645Z||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-27T03:44:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:44:18.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:44:18.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:45:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:45:08.643Z||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-27T03:45:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:45:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:45:08.645Z||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-27T03:45:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:45:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:45:18.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:46:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:46:08.643Z||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-27T03:46:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:46:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:46:08.645Z||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-27T03:46:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:46:18.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:46:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:47:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:47:08.643Z||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-27T03:47:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:47:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:47:08.645Z||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-27T03:47:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:47:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:47:18.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:48:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:48:08.643Z||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-27T03:48:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:48:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:48:08.645Z||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-27T03:48:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:48:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:48:18.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:49:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:49:08.643Z||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-27T03:49:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:49:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:49:08.645Z||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-27T03:49:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:49:18.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:49:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:50:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:50:08.643Z||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-27T03:50:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:50:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:50:08.645Z||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-27T03:50:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:50:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:50:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:51:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:51:08.642Z||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-27T03:51:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:51:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:51:08.645Z||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-27T03:51:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:51:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:51:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:52:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:52:08.643Z||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-27T03:52:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:52:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:52:08.645Z||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-27T03:52:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:52:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:52:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:53:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:53:08.642Z||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-27T03:53:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:53:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:53:08.645Z||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-27T03:53:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:53:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:53:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:54:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:54:08.643Z||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-27T03:54:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:54:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:54:08.645Z||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-27T03:54:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:54:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:54:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:55:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:55:08.643Z||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-27T03:55:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:55:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:55:08.645Z||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-27T03:55:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:55:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:55:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:56:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:56:08.643Z||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-27T03:56:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:56:08.647Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:56:08.647Z||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-27T03:56:08.647Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:56:18.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:56:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:57:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:57:08.643Z||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-27T03:57:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:57:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:57:08.645Z||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-27T03:57:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:57:18.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:57:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:58:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:58:08.643Z||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-27T03:58:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:58:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:58:08.645Z||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-27T03:58:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:58:18.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:58:18.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:59:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:59:08.643Z||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-27T03:59:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:59:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T03:59:08.645Z||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-27T03:59:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T03:59:18.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T03:59:18.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:00:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:00:08.642Z||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-27T04:00:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:00:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:00:08.645Z||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-27T04:00:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:00:18.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:00:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:01:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:01:08.643Z||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-27T04:01:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:01:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:01:08.645Z||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-27T04:01:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:01:18.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:01:18.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:02:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:02:08.642Z||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-27T04:02:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:02:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:02:08.645Z||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-27T04:02:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:02:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:02:18.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:03:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:03:08.643Z||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-27T04:03:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:03:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:03:08.645Z||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-27T04:03:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:03:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:03:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:04:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:04:08.642Z||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-27T04:04:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:04:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:04:08.645Z||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-27T04:04:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:04:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:04:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:05:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:05:08.643Z||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-27T04:05:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:05:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:05:08.645Z||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-27T04:05:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:05:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:05:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:06:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:06:08.643Z||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-27T04:06:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:06:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:06:08.645Z||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-27T04:06:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:06:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:06:18.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:07:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:07:08.643Z||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-27T04:07:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:07:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:07:08.645Z||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-27T04:07:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:07:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:07:18.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:08:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:08:08.642Z||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-27T04:08:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:08:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:08:08.645Z||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-27T04:08:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:08:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:08:18.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:09:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:09:08.642Z||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-27T04:09:08.642Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:09:08.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:09:08.645Z||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-27T04:09:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:09:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:09:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:10:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:10:08.643Z||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-27T04:10:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:10:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:10:08.645Z||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-27T04:10:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:10:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:10:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:11:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:11:08.642Z||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-27T04:11:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:11:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:11:08.645Z||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-27T04:11:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:11:18.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:11:18.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:12:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:12:08.643Z||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-27T04:12:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:12:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:12:08.645Z||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-27T04:12:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:12:18.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:12:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:13:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:13:08.642Z||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-27T04:13:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:13:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:13:08.645Z||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-27T04:13:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:13:18.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:13:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:14:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:14:08.643Z||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-27T04:14:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:14:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:14:08.645Z||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-27T04:14:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:14:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:14:18.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:15:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:15:08.642Z||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-27T04:15:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:15:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:15:08.645Z||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-27T04:15:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:15:18.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:15:18.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:16:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:16:08.643Z||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-27T04:16:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:16:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:16:08.645Z||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-27T04:16:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:16:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:16:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:17:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:17:08.642Z||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-27T04:17:08.642Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:17:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:17:08.645Z||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-27T04:17:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:17:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:17:18.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:18:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:18:08.643Z||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-27T04:18:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:18:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:18:08.645Z||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-27T04:18:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:18:18.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:18:18.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:19:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:19:08.642Z||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-27T04:19:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:19:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:19:08.645Z||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-27T04:19:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:19:18.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:19:18.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:20:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:20:08.642Z||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-27T04:20:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:20:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:20:08.645Z||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-27T04:20:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:20:18.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:20:18.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:21:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:21:08.642Z||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-27T04:21:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:21:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:21:08.645Z||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-27T04:21:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:21:18.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:21:18.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:22:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:22:08.642Z||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-27T04:22:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:22:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:22:08.645Z||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-27T04:22:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:22:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:22:18.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:23:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:23:08.643Z||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-27T04:23:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:23:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:23:08.645Z||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-27T04:23:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:23:18.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:23:18.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:24:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:24:08.643Z||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-27T04:24:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:24:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:24:08.645Z||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-27T04:24:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:24:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:24:18.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:25:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:25:08.643Z||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-27T04:25:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:25:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:25:08.645Z||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-27T04:25:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:25:18.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:25:18.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:26:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:26:08.642Z||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-27T04:26:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:26:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:26:08.645Z||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-27T04:26:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:26:18.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:26:18.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:27:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:27:08.642Z||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-27T04:27:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:27:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:27:08.646Z||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-27T04:27:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:27:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:27:18.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:28:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:28:08.642Z||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-27T04:28:08.642Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:28:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:28:08.645Z||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-27T04:28:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:28:18.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:28:18.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:29:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:29:08.643Z||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-27T04:29:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:29:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:29:08.645Z||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-27T04:29:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:29:18.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:29:18.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:30:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:30:08.643Z||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-27T04:30:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:30:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:30:08.645Z||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-27T04:30:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:30:18.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:30:18.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:31:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:31:08.643Z||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-27T04:31:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:31:08.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:31:08.645Z||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-27T04:31:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:31:18.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:31:18.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:32:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:32:08.644Z||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-27T04:32:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:32:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:32:08.645Z||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-27T04:32:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:32:18.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:32:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:33:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:33:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:33:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:33:08.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:33:08.645Z||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-27T04:33:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:33:18.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:33:18.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:34:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:34:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:34:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:34:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:34:08.645Z||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-27T04:34:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:34:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:34:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:35:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:35:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:35:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:35:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:35:08.645Z||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-27T04:35:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:35:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:35:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:36:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:36:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:36:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:36:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:36:08.645Z||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-27T04:36:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:36:18.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:36:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:37:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:37:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:37:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:37:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:37:08.645Z||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-27T04:37:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:37:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:37:18.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:38:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:38:08.644Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:38:08.644Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:38:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:38:08.645Z||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-27T04:38:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:38:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:38:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:39:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:39:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:39:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:39:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:39:08.645Z||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-27T04:39:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:39:18.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:39:18.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:40:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:40:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:40:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:40:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:40:08.645Z||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-27T04:40:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:40:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:40:18.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:41:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:41:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:41:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:41:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:41:08.645Z||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-27T04:41:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:41:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:41:18.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:42:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:42:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:42:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:42:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:42:08.645Z||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-27T04:42:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:42:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:42:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:43:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:43:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:43:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:43:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:43:08.645Z||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-27T04:43:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:43:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:43:18.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:44:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:44:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:44:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:44:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:44:08.645Z||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-27T04:44:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:44:18.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:44:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:45:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:45:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:45:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:45:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:45:08.645Z||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-27T04:45:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:45:18.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:45:18.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:46:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:46:08.644Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:46:08.644Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:46:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:46:08.645Z||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-27T04:46:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:46:18.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:46:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:47:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:47:08.643Z||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-27T04:47:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:47:08.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:47:08.645Z||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-27T04:47:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:47:18.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:47:18.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:48:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:48:08.643Z||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-27T04:48:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:48:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:48:08.645Z||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-27T04:48:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:48:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:48:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:49:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:49:08.642Z||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-27T04:49:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:49:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:49:08.645Z||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-27T04:49:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:49:18.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:49:18.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:50:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:50:08.643Z||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-27T04:50:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:50:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:50:08.645Z||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-27T04:50:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:50:18.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:50:18.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:51:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:51:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:51:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:51:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:51:08.645Z||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-27T04:51:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:51:18.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:51:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:52:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:52:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:52:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:52:08.645Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:52:08.645Z||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-27T04:52:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:52:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:52:18.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:53:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:53:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:53:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:53:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:53:08.645Z||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-27T04:53:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:53:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:53:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:54:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:54:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:54:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:54:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:54:08.645Z||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-27T04:54:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:54:18.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:54:18.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:55:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:55:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:55:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:55:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:55:08.645Z||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-27T04:55:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:55:18.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:55:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:56:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:56:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:56:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:56:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:56:08.645Z||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-27T04:56:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:56:18.206Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:56:18.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:57:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:57:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:57:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:57:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:57:08.645Z||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-27T04:57:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:57:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:57:18.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:58:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:58:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:58:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:58:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:58:08.645Z||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-27T04:58:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:58:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:58:18.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:59:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:59:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T04:59:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T04:59:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T04:59:08.645Z||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-27T04:59:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T04:59:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T04:59:18.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:00:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:00:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:00:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:00:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:00:08.645Z||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-27T05:00:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:00:18.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:00:18.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:01:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:01:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:01:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:01:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:01:08.645Z||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-27T05:01:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:01:18.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:01:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:02:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:02:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:02:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:02:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:02:08.645Z||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-27T05:02:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:02:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:02:18.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:03:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:03:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:03:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:03:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:03:08.645Z||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-27T05:03:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:03:18.204Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:03:18.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:04:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:04:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:04:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:04:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:04:08.645Z||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-27T05:04:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:04:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:04:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:05:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:05:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:05:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:05:08.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:05:08.645Z||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-27T05:05:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:05:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:05:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:06:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:06:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:06:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:06:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:06:08.645Z||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-27T05:06:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:06:18.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:06:18.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:07:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:07:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:07:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:07:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:07:08.645Z||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-27T05:07:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:07:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:07:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:08:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:08:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:08:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:08:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:08:08.645Z||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-27T05:08:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:08:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:08:18.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:09:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:09:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:09:08.644Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:09:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:09:08.645Z||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-27T05:09:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:09:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:09:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:10:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:10:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:10:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:10:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:10:08.645Z||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-27T05:10:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:10:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:10:18.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:11:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:11:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:11:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:11:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:11:08.645Z||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-27T05:11:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:11:18.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:11:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:12:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:12:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:12:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:12:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:12:08.645Z||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-27T05:12:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:12:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:12:18.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:13:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:13:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:13:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:13:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:13:08.645Z||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-27T05:13:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:13:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:13:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:14:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:14:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:14:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:14:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:14:08.645Z||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-27T05:14:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:14:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:14:18.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:15:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:15:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:15:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:15:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:15:08.645Z||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-27T05:15:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:15:18.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:15:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:16:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:16:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:16:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:16:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:16:08.645Z||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-27T05:16:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:16:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:16:18.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:17:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:17:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:17:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:17:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:17:08.645Z||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-27T05:17:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:17:18.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:17:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:18:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:18:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:18:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:18:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:18:08.645Z||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-27T05:18:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:18:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:18:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:19:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:19:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:19:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:19:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:19:08.645Z||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-27T05:19:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:19:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:19:18.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:20:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:20:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:20:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:20:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:20:08.645Z||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-27T05:20:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:20:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:20:18.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:21:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:21:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:21:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:21:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:21:08.645Z||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-27T05:21:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:21:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:21:18.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:22:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:22:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:22:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:22:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:22:08.645Z||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-27T05:22:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:22:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:22:18.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:23:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:23:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:23:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:23:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:23:08.645Z||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-27T05:23:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:23:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:23:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:24:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:24:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:24:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:24:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:24:08.645Z||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-27T05:24:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:24:18.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:24:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:25:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:25:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:25:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:25:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:25:08.645Z||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-27T05:25:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:25:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:25:18.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:26:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:26:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:26:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:26:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:26:08.645Z||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-27T05:26:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:26:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:26:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:27:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:27:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:27:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:27:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:27:08.645Z||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-27T05:27:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:27:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:27:18.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:28:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:28:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:28:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:28:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:28:08.645Z||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-27T05:28:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:28:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:28:18.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:29:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:29:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:29:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:29:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:29:08.645Z||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-27T05:29:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:29:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:29:18.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:30:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:30:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:30:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:30:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:30:08.645Z||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-27T05:30:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:30:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:30:18.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:31:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:31:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:31:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:31:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:31:08.645Z||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-27T05:31:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:31:18.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:31:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:32:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:32:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:32:08.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:32:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:32:08.645Z||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-27T05:32:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:32:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:32:18.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:33:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:33:08.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:33:08.645Z||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-27T05:33:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:12.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:12.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-27T05:33:12.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"14441023-2739-4be2-b6f9-f4e5ca4ca8d7","serviceName":"vFW 2021-10-27 05-29-37","serviceVersion":"1.0","serviceUUID":"326949d1-e5e3-4597-b0d0-b249794811a4","serviceDescription":"catalog service description","serviceInvariantUUID":"1ce9eef6-8547-407a-9277-1b729e3d250a","resources":[{"resourceInstanceName":"vFW bcbfb258-afdf 0","resourceName":"vFW bcbfb258-afdf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61743ea2-c657-4976-8c24-0c47b6e548c7","resourceInvariantUUID":"f44b2ddf-ca20-4497-9069-9528b8bf43e9","resourceCustomizationUUID":"f1853efe-80bc-4ddf-9b84-44e4b4f08f4b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml","artifactChecksum":"OGUxYTdkZGRhMTlhOGQwMTM4YWQ4ZjU2MmJhN2VmNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"636d2a27-f8af-45ba-97b4-2d2145c195b0","artifactVersion":"1"},{"artifactName":"vfwbcbfb258afdf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json","artifactChecksum":"NzhjZTYyMWM0ZjNhNTI0NDdmMjU5MmQ2ODYxNjViNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2769aa39-c8b5-46a7-89e4-83a0c8e76f8a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"af4f825f-350c-458d-8965-692d9c06d0c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmYxYWVhZGYyN2RkZGMzZDc2M2VhNDhmZjBjN2I5OWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef2d7299-7df8-43b9-91c3-6fc7ab088892","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f15fc91-0bdb-4236-a66a-133abe62993c","artifactVersion":"2","generatedFromUUID":"af4f825f-350c-458d-8965-692d9c06d0c7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211027052937-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml","artifactChecksum":"ODQwYmNmNDQwZmVlMjkwMjAzOGUyNGU4MjJlYTg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a597a9f-96d1-453a-a20b-9c1dc06c48ca","artifactVersion":"1"},{"artifactName":"service-Vfw20211027052937-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar","artifactChecksum":"ZmU1NDBiNWIyM2RmODU3OWU0ZGVjMTkzYzRlYTc5MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"119cf4c9-978f-48d9-b04e-cda7153d2519","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T05:33:12.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:33:12.984Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:13.003Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:13.003Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:33:13.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:13.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:33:13.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312786305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:33:13.324Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 1 ms
2021-10-27T05:33:13.327Z||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-27T05:33:13.328Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:33:13.341Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:13.342Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:14.326Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:33:14.326Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:14.327Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:14.327Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:33:14.428Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:14.428Z||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-27T05:33:14.428Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:14.449Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:14.449Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:15.328Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:33:15.329Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:15.331Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:15.331Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:33:15.432Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:15.432Z||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-27T05:33:15.433Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:15.449Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:15.450Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:33:16.332Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:33:16.333Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:16.335Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:16.335Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:33:16.435Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:16.436Z||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-27T05:33:16.436Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:16.449Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:16.449Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:17.336Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:33:17.336Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:17.339Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:17.339Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-27T05:33:17.439Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:17.440Z||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-27T05:33:17.440Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:17.453Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:17.454Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:18.339Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:33:18.340Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:18.342Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:18.343Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:33:18.443Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:18.444Z||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-27T05:33:18.444Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:18.465Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:18.465Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:19.343Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:33:19.344Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:19.346Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:19.346Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:33:19.446Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:19.447Z||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-27T05:33:19.448Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:19.478Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:19.479Z||pool-9-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:33:20.348Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"serviceName": "vFW 2021-10-27 05-29-37",
"serviceVersion": "1.0",
"serviceUUID": "326949d1-e5e3-4597-b0d0-b249794811a4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ce9eef6-8547-407a-9277-1b729e3d250a",
"resources": [
{
"resourceInstanceName": "vFW bcbfb258-afdf 0",
"resourceCustomizationUUID": "f1853efe-80bc-4ddf-9b84-44e4b4f08f4b",
"resourceName": "vFW bcbfb258-afdf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "61743ea2-c657-4976-8c24-0c47b6e548c7",
"resourceInvariantUUID": "f44b2ddf-ca20-4497-9069-9528b8bf43e9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbcbfb258afdf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"artifactChecksum": "NzhjZTYyMWM0ZjNhNTI0NDdmMjU5MmQ2ODYxNjViNzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2769aa39-c8b5-46a7-89e4-83a0c8e76f8a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "af4f825f-350c-458d-8965-692d9c06d0c7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f15fc91-0bdb-4236-a66a-133abe62993c",
"generatedFromUUID": "af4f825f-350c-458d-8965-692d9c06d0c7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f15fc91-0bdb-4236-a66a-133abe62993c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211027052937-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"artifactChecksum": "ZmU1NDBiNWIyM2RmODU3OWU0ZGVjMTkzYzRlYTc5MzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "119cf4c9-978f-48d9-b04e-cda7153d2519"
}
],
"workloadContext": "Production"
}
2021-10-27T05:33:20.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T05:33:20.349Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 326949d1-e5e3-4597-b0d0-b249794811a4 ASDC
2021-10-27T05:33:20.667Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:14441023-2739-4be2-b6f9-f4e5ca4ca8d7
ServiceName:vFW 2021-10-27 05-29-37
ServiceVersion:1.0
ServiceUUID:326949d1-e5e3-4597-b0d0-b249794811a4
ServiceInvariantUUID:1ce9eef6-8547-407a-9277-1b729e3d250a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211027052937-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar
ArtifactUUID:119cf4c9-978f-48d9-b04e-cda7153d2519
ArtifactChecksum:ZmU1NDBiNWIyM2RmODU3OWU0ZGVjMTkzYzRlYTc5MzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bcbfb258-afdf 0
ResourceCustomizationUUID:f1853efe-80bc-4ddf-9b84-44e4b4f08f4b
ResourceInvariantUUID:f44b2ddf-ca20-4497-9069-9528b8bf43e9
ResourceName:vFW bcbfb258-afdf
ResourceType:VF
ResourceUUID:61743ea2-c657-4976-8c24-0c47b6e548c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbcbfb258afdf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json
ArtifactUUID:2769aa39-c8b5-46a7-89e4-83a0c8e76f8a
ArtifactChecksum:NzhjZTYyMWM0ZjNhNTI0NDdmMjU5MmQ2ODYxNjViNzc=
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/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml
ArtifactUUID:af4f825f-350c-458d-8965-692d9c06d0c7
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/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env
ArtifactUUID:6f15fc91-0bdb-4236-a66a-133abe62993c
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/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env
ArtifactUUID:6f15fc91-0bdb-4236-a66a-133abe62993c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-27T05:33:20.667Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 326949d1-e5e3-4597-b0d0-b249794811a4 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-27T05:33:20.960Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:33:20.961Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T05:33:20.962Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T05:33:20.962Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 119cf4c9-978f-48d9-b04e-cda7153d2519 from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:20.962Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:33:20.963Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:21.840Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:33:21.863Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar 119cf4c9-978f-48d9-b04e-cda7153d2519 98778
2021-10-27T05:33:21.865Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar ASDC sendASDCNotification
2021-10-27T05:33:21.865Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:21.866Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:33:21.867Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:21.868Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:21.868Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312801864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:33:21.968Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:21.969Z||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-27T05:33:21.969Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:21.980Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:21.980Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:22.869Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:33:22.870Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T05:33:22.871Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 119cf4c9-978f-48d9-b04e-cda7153d2519, URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar to file: /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:22.871Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211027052937-csar.csar
2021-10-27T05:33:23.059Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:23.059Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:23.702Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17971408911243592765/Definitions/service-Vfw20211027052937-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-27T05:33:27.135Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bcbfb258-afdf 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-Vfw20211027052937-csar.csar
2021-10-27T05:33:27.142Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T05:33:27.150Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.151Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:27.159Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:27.159Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T05:33:27.160Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T05:33:27.163Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:33:27.163Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.163Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria
2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T05:33:27.177Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.177Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:27.177Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:27.178Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.181Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:27.181Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria
2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f60f468a-f295-4261-8742-50da03235022
2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria
2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d755eda-403d-49cd-96e4-8f7cf6dcf1b2
2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria
2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6e81456-66e0-4202-9ce2-af698049e954
2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-27 05-29-37
Description:catalog service description
Model UUID:326949d1-e5e3-4597-b0d0-b249794811a4
Model Version:NULL
Model InvariantUuid:1ce9eef6-8547-407a-9277-1b729e3d250a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bcbfb258-afdf
Model UUID:424c4561-23b4-4ea3-ba9b-f49ea52729ee
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f44b2ddf-ca20-4497-9069-9528b8bf43e9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f1853efe-80bc-4ddf-9b84-44e4b4f08f4b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3dda02d3-0d4b-41ed-8549-6e1f2f87f963
ModelName:VfwBcbfb258Afdf..base_vfw..module-0
ModelUuid:b79efa8d-cfb1-447e-a519-d32a44293cd4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f60f468a-f295-4261-8742-50da03235022
ModelInvariantUuid:d40e5c35-5cfd-4334-a83f-773a4f54b9af
ModelName:vFW bcbfb258-afdf-nodes.vfwCvfc
ModelUuid:f1b5c380-1f6c-49f3-ba76-ad9287c41cdd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:794c63b3-e5be-4eb1-b586-08970e69b3c5
ModelInvariantUuid:3f198cc7-02b0-46bb-a307-ed242a5a6669
ModelName:VfwBcbfb258Afdf.compute.nodes.heat.vfw
ModelUuid:6a5475fb-bd5c-42f7-965b-f5792f59b6a3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6d755eda-403d-49cd-96e4-8f7cf6dcf1b2
ModelInvariantUuid:e9bf7611-0d36-4db1-ad75-56c3aa137269
ModelName:vFW bcbfb258-afdf-nodes.vsnCvfc
ModelUuid:ffd1914e-8bc7-489f-ad30-b4fa973a4cdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fea5e7b1-61e2-4dfe-9dc5-4581f72bbef2
ModelInvariantUuid:9e9c4923-68fc-4e28-a484-e9b7d427e8fd
ModelName:VfwBcbfb258Afdf.compute.nodes.heat.vsn
ModelUuid:1c4c6c29-d6a0-4662-8ccb-1b9b8a813f6c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b6e81456-66e0-4202-9ce2-af698049e954
ModelInvariantUuid:12eb2312-46dc-40ab-92c1-be13a2d9ab67
ModelName:vFW bcbfb258-afdf-nodes.vpgCvfc
ModelUuid:60ac3929-7c19-42e4-8c57-29a437845e55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:86c15eef-ee8f-4dd9-9d66-5e01c78728ad
ModelInvariantUuid:eae308fe-5f44-4fb4-a1e9-f2436789855b
ModelName:VfwBcbfb258Afdf.compute.nodes.heat.vpg
ModelUuid:3a2c5971-3b2c-4367-a745-71f5d2c055f0
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-27T05:33:27.256Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61743ea2-c657-4976-8c24-0c47b6e548c7
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-27T05:33:27.376Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||vFW bcbfb258-afdf 0
2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61743ea2-c657-4976-8c24-0c47b6e548c7
2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2769aa39-c8b5-46a7-89e4-83a0c8e76f8a from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json
2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json
2021-10-27T05:33:27.545Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json 2769aa39-c8b5-46a7-89e4-83a0c8e76f8a 785
2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json ASDC sendASDCNotification
2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json
2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:33:27.547Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:27.549Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:27.549Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312807546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:33:27.649Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:27.650Z||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-27T05:33:27.651Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:27.661Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:27.662Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:28.550Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBcbfb258Afdf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3dda02d3-0d4b-41ed-8549-6e1f2f87f963",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b79efa8d-cfb1-447e-a519-d32a44293cd4",
"vfModuleModelCustomizationUUID": "5a2d825e-5772-4b1f-93c7-33c32396edd2",
"isBase": true,
"artifacts": [
"af4f825f-350c-458d-8965-692d9c06d0c7",
"6f15fc91-0bdb-4236-a66a-133abe62993c"
],
"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-27T05:33:28.567Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcbfb258Afdf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b79efa8d-cfb1-447e-a519-d32a44293cd4
VfModuleModelInvariantUUID:3dda02d3-0d4b-41ed-8549-6e1f2f87f963
VfModuleModelDescription:NULL
Artifacts UUID List:{
af4f825f-350c-458d-8965-692d9c06d0c7
,
6f15fc91-0bdb-4236-a66a-133abe62993c
}
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-27T05:33:28.572Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBcbfb258Afdf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3dda02d3-0d4b-41ed-8549-6e1f2f87f963",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b79efa8d-cfb1-447e-a519-d32a44293cd4",
"vfModuleModelCustomizationUUID": "5a2d825e-5772-4b1f-93c7-33c32396edd2",
"isBase": true,
"artifacts": [
"af4f825f-350c-458d-8965-692d9c06d0c7",
"6f15fc91-0bdb-4236-a66a-133abe62993c"
],
"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-27T05:33:28.572Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcbfb258Afdf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b79efa8d-cfb1-447e-a519-d32a44293cd4
VfModuleModelInvariantUUID:3dda02d3-0d4b-41ed-8549-6e1f2f87f963
VfModuleModelDescription:NULL
Artifacts UUID List:{
af4f825f-350c-458d-8965-692d9c06d0c7
,
6f15fc91-0bdb-4236-a66a-133abe62993c
}
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-27T05:33:28.572Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af4f825f-350c-458d-8965-692d9c06d0c7 from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml
2021-10-27T05:33:28.573Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:33:28.573Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml
2021-10-27T05:33:28.740Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:33:28.745Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml af4f825f-350c-458d-8965-692d9c06d0c7 20368
2021-10-27T05:33:28.745Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-27T05:33:28.745Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml
2021-10-27T05:33:28.747Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:33:28.747Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:28.749Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:28.753Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312808745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:33:28.850Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T05:33:28.850Z||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-27T05:33:28.851Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:28.869Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:28.870Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:33:29.754Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f15fc91-0bdb-4236-a66a-133abe62993c from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env
2021-10-27T05:33:29.754Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:33:29.755Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env
2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env 6f15fc91-0bdb-4236-a66a-133abe62993c 2098
2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env
2021-10-27T05:33:30.025Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:33:30.025Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:30.027Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:30.028Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312810024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:33:30.128Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:30.128Z||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-27T05:33:30.128Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:30.142Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:30.142Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:31.028Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 326949d1-e5e3-4597-b0d0-b249794811a4
2021-10-27T05:33:31.029Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bcbfb258-afdf 0 61743ea2-c657-4976-8c24-0c47b6e548c7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T05:33:31.064Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27167c50, org.onap.sdc.toscaparser.api.parameters.Input@52b4f26, org.onap.sdc.toscaparser.api.parameters.Input@59d173aa, org.onap.sdc.toscaparser.api.parameters.Input@74a6e471, org.onap.sdc.toscaparser.api.parameters.Input@6046e249]
2021-10-27T05:33:31.067Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f1853efe-80bc-4ddf-9b84-44e4b4f08f4b
2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1853efe-80bc-4ddf-9b84-44e4b4f08f4b matches Tosca VF Customization UUID: f1853efe-80bc-4ddf-9b84-44e4b4f08f4b
2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f1853efe-80bc-4ddf-9b84-44e4b4f08f4b 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-27T05:33:31.073Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.073Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.074Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f1853efe-80bc-4ddf-9b84-44e4b4f08f4b: {\"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-27T05:33:31.074Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ec3b5c8
2021-10-27T05:33:31.074Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.075Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T05:33:31.075Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a2d825e-5772-4b1f-93c7-33c32396edd2
2021-10-27T05:33:31.076Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a2d825e-5772-4b1f-93c7-33c32396edd2
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-27T05:33:31.080Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.080Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:31.080Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:31.081Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.081Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:31.081Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria
2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.084Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f60f468a-f295-4261-8742-50da03235022
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-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d755eda-403d-49cd-96e4-8f7cf6dcf1b2
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-27T05:33:31.098Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.099Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:31.099Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6e81456-66e0-4202-9ce2-af698049e954
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-27T05:33:31.104Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria
2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=f1853efe-80bc-4ddf-9b84-44e4b4f08f4b
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-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 326949d1-e5e3-4597-b0d0-b249794811a4: vFW bcbfb258-afdf
2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.108Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:33:31.108Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:33:31.108Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-10-27 05-29-37
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-27T05:33:31.408Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bcbfb258-afdf 61743ea2-c657-4976-8c24-0c47b6e548c7 1 ASDC deployResourceStructure
2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json ASDC sendASDCNotification
2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json
2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:31.410Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:31.411Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312811409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T05:33:31.511Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:31.512Z||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-27T05:33:31.512Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:31.524Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:31.525Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:32.412Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-27T05:33:32.412Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml
2021-10-27T05:33:32.412Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:33:32.413Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:32.414Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:32.415Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312812412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T05:33:32.515Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:32.516Z||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-27T05:33:32.516Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:32.529Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:32.530Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:33.416Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-27T05:33:33.416Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env
2021-10-27T05:33:33.416Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:33:33.417Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:33.420Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:33.421Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312813416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-27T05:33:33.520Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T05:33:33.521Z||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-27T05:33:33.521Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:33.537Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:33.537Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:34.421Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar ASDC sendASDCNotification
2021-10-27T05:33:34.422Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar
2021-10-27T05:33:34.422Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:33:34.422Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:33:34.424Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:33:34.424Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312814421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:33:34.524Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:33:34.525Z||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-27T05:33:34.525Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:33:34.538Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:34.539Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:33:35.425Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:33:35.454Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:33:35.457Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:33:35.457Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T05:33:35.457Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T05:34:05.458Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:34:05.470Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:34:05.472Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:34:05.472Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T05:34:05.473Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T05:34:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:34:08.645Z||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-27T05:34:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:34:08.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:34:08.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:34:08.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "dcae-sch",
"timestamp": 1635312789935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:34:08.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:34:35.473Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:34:35.485Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:34:35.487Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:34:35.488Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T05:34:35.488Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T05:35:05.488Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:35:05.498Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:35:05.501Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:35:05.501Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T05:35:05.502Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T05:35:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:35:08.645Z||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-27T05:35:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:35:08.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:35:08.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:35:08.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312788815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:35:08.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:35:35.502Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:35:35.514Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:35:35.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:35:35.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T05:35:35.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T05:36:05.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:36:05.528Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:36:05.530Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:36:05.530Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T05:36:05.530Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T05:36:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:36:08.645Z||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-27T05:36:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:36:08.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:36:08.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312786305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "dcae-sch",
"timestamp": 1635312789935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312788815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312786305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "dcae-sch",
"timestamp": 1635312789935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312788815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312786305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "dcae-sch",
"timestamp": 1635312789935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312788815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312786305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "dcae-sch",
"timestamp": 1635312789935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312788815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312797236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312786305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "dcae-sch",
"timestamp": 1635312789935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312788815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312797236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312786305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "dcae-sch",
"timestamp": 1635312789935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312788815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312788642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312798935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312799134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312797236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312798935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312799134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312800175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312797236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312801065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312801087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312798935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312799134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312800175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312801864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312797236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312802093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312802533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312798935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312799134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312800175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312797236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "policy-id",
"timestamp": 1635312803097,
"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-27T05:36:08.709Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
2021-10-27T05:36:08.709Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 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-27T05:36:08.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312798935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312799134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312800175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312797236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312804164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312798935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312799134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312800175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312805320,
"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-27T05:36:08.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
2021-10-27T05:36:08.726Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 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-27T05:36:08.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312805491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312798935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312799134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312800175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312806323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "cds",
"timestamp": 1635312806504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-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-27T05:36:08.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
2021-10-27T05:36:08.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 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-27T05:36:08.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312800175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312806868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312807546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312808745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312808231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312808231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312810024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312808231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312811409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312808231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312812324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312812412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312808231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312813330,
"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-27T05:36:08.767Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
2021-10-27T05:36:08.767Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 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-27T05:36:08.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312813416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312808231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635312814421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312808231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312816615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312820889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312820176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312812236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312821964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312820176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312812236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "clamp",
"timestamp": 1635312822968,
"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-27T05:36:08.790Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
2021-10-27T05:36:08.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 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-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312820176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312812236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312820176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312812236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312820176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312812236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312820176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312812236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312826305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "ves-openapi-manager",
"timestamp": 1635312820176,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312812236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312826305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312828549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312826305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312828815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "cds",
"timestamp": 1635312829553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T05:36:08.822Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a
2021-10-27T05:36:08.822Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a 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-27T05:36:08.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312829141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312826305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312828815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "dcae-sch",
"timestamp": 1635312829935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312829141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312826305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312828815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "dcae-sch",
"timestamp": 1635312829935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312829141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312826305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312828815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "dcae-sch",
"timestamp": 1635312829935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312829141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312832784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312826305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312828815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "dcae-sch",
"timestamp": 1635312829935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312829141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "aai-ml",
"timestamp": 1635312833790,
"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-27T05:36:08.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
2021-10-27T05:36:08.848Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 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-27T05:36:08.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312834161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312828815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "dcae-sch",
"timestamp": 1635312829935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312829141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312835368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312828815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312828935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "dcae-sch",
"timestamp": 1635312829935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312829141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "dcae-sch",
"timestamp": 1635312829935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312836651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312836731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312836967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312837689,
"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-27T05:36:08.871Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a
2021-10-27T05:36:08.871Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a 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-27T05:36:08.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312837735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635312838693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "policy-id",
"timestamp": 1635312838739,
"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-27T05:36:08.889Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a
2021-10-27T05:36:08.890Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a 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-27T05:36:08.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312838231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312839841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312838231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635312840845,
"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-27T05:36:08.904Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a
2021-10-27T05:36:08.904Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a 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-27T05:36:08.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312838231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312838231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312842864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312838231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312838231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:36:08.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312844874,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:36:08.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312838231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:36:08.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "clamp",
"timestamp": 1635312845877,
"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-27T05:36:08.926Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a
2021-10-27T05:36:08.926Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a 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-27T05:36:08.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:36:08.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312845963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:36:08.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:36:35.531Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:36:35.549Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7
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-27T05:36:35.552Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-27T05:36:35.560Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T05:37:05.561Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 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-27T05:37:05.574Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and serviceModelVersionId: 326949d1-e5e3-4597-b0d0-b249794811a4
2021-10-27T05:37:05.574Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ce9eef6-8547-407a-9277-1b729e3d250a
2021-10-27T05:37:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:37:08.645Z||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-27T05:37:08.646Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:09.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:09.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:37:09.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312854736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:37:09.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:37:09.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:37:09.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "aai-ml",
"timestamp": 1635312855740,
"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-27T05:37:09.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a
2021-10-27T05:37:09.183Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a 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-27T05:37:25.206Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0
2021-10-27T05:37:25.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T05:37:25.926Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|INFO|500||Invoke
2021-10-27T05:37:25.933Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[14441023-2739-4be2-b6f9-f4e5ca4ca8d7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f987a86e-f4c2-4513-8e98-170a52e0cbfc], X-ECOMP-RequestID=[14441023-2739-4be2-b6f9-f4e5ca4ca8d7], X-TransactionId=[], X-ONAP-RequestID=[14441023-2739-4be2-b6f9-f4e5ca4ca8d7], Content-Type=[application/merge-patch+json]}
2021-10-27T05:37:26.066Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-27T05:37:26.338Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?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/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-05:37:26:075-51776], vertex-id=[180336], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:37:26 GMT], Content-Type=[application/json]}
2021-10-27T05:37:26.340Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-27T05:37:26.340Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|INFO|500||InvokeReturn
2021-10-27T05:37:26.343Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T05:37:26.344Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-27T05:37:26.348Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||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-27T05:37:26.357Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T05:37:26.358Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T05:37:26.359Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:26.361Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:26.361Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313046357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T05:37:26.461Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T05:37:26.462Z||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-27T05:37:26.462Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:26.476Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:26.476Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T05:37:27.375Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:37:27.376Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:37:27.376Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:31.791Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:31.792Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-27T05:37:31.793Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e02733f-2023-4a71-b14c-dc223ae4020a","serviceName":"basic_onboard_mfLQYy","serviceVersion":"1.0","serviceUUID":"dd6d776e-67ce-4866-91aa-38659f7c82b5","serviceDescription":"service","serviceInvariantUUID":"ba51980f-133f-4829-b8b8-b0171895b7a1","resources":[{"resourceInstanceName":"basic_onboard_mfLQYy 0","resourceName":"basic_onboard_mfLQYy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0152b78-a8a4-400c-a4b8-02ce1543c470","resourceInvariantUUID":"143e7397-ceba-45a2-b7e6-e13fad284e5f","resourceCustomizationUUID":"c0043e38-0763-421a-89e2-abea189ed6ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml","artifactChecksum":"YWVmNzFhY2E0MTQ4MThkYjVkMDhhYzczMWNkN2ZlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2e48da4-45c6-46ff-bcff-4a6062652679","artifactVersion":"1"},{"artifactName":"basic_onboard_mflqyy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json","artifactChecksum":"MTUyYzIzNjRkNTEwMDNkZTgzNjMzZjJlOTNmMDJiOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"376dc4fa-f78e-48e8-9b0a-b103c08dd107","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a54ce0c3-42b0-4f82-adf3-6f2bf1929934","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa0c08cb-6660-45d8-a88d-b7de812f929b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb637cca-4d2a-4f7b-93a8-2ef035256aa9","artifactVersion":"2","generatedFromUUID":"a54ce0c3-42b0-4f82-adf3-6f2bf1929934"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMflqyy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml","artifactChecksum":"ZDZiMTlmMDYyZmM5N2M0MWVkYWZlOTFjZWE1NzY3YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ae02625-31d3-4d2e-a3c8-fd49c181a0b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMflqyy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar","artifactChecksum":"YzBmZTNlNjUwZTFhMjUwZGYxMDRlOTY0M2E3NjE3NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f091dd4-641e-4f00-b948-4436ce6b9286","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T05:37:31.796Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:37:31.796Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:31.799Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:31.799Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:37:31.899Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:31.900Z||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-27T05:37:31.900Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:31.913Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:31.914Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:32.800Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:37:32.800Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:32.802Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:32.802Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:37:32.902Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:32.903Z||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-27T05:37:32.903Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:32.916Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:32.916Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:37:33.803Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:37:33.803Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:33.805Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:33.805Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:37:33.906Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:33.907Z||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-27T05:37:33.907Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:33.921Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:33.922Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:34.806Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:37:34.807Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:34.809Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:34.809Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:37:34.910Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-27T05:37:34.911Z||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-27T05:37:34.911Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:34.923Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:34.924Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:35.810Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:37:35.811Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:35.812Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:35.812Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-27T05:37:35.912Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:35.913Z||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-27T05:37:35.913Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:35.927Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:35.927Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:36.812Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:37:36.813Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:36.815Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:36.815Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:37:36.916Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-27T05:37:36.917Z||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-27T05:37:36.917Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:36.932Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:36.932Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:37:37.816Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:37:37.817Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:37.818Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:37.819Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:37:37.919Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:37.919Z||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-27T05:37:37.920Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:37.931Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:37.932Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:38.820Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"serviceName": "basic_onboard_mfLQYy",
"serviceVersion": "1.0",
"serviceUUID": "dd6d776e-67ce-4866-91aa-38659f7c82b5",
"serviceDescription": "service",
"serviceInvariantUUID": "ba51980f-133f-4829-b8b8-b0171895b7a1",
"resources": [
{
"resourceInstanceName": "basic_onboard_mfLQYy 0",
"resourceCustomizationUUID": "c0043e38-0763-421a-89e2-abea189ed6ce",
"resourceName": "basic_onboard_mfLQYy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a0152b78-a8a4-400c-a4b8-02ce1543c470",
"resourceInvariantUUID": "143e7397-ceba-45a2-b7e6-e13fad284e5f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mflqyy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"artifactChecksum": "MTUyYzIzNjRkNTEwMDNkZTgzNjMzZjJlOTNmMDJiOTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "376dc4fa-f78e-48e8-9b0a-b103c08dd107",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a54ce0c3-42b0-4f82-adf3-6f2bf1929934",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb637cca-4d2a-4f7b-93a8-2ef035256aa9",
"generatedFromUUID": "a54ce0c3-42b0-4f82-adf3-6f2bf1929934"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cb637cca-4d2a-4f7b-93a8-2ef035256aa9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMflqyy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"artifactChecksum": "YzBmZTNlNjUwZTFhMjUwZGYxMDRlOTY0M2E3NjE3NzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f091dd4-641e-4f00-b948-4436ce6b9286"
}
],
"workloadContext": "Production"
}
2021-10-27T05:37:38.820Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T05:37:38.820Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dd6d776e-67ce-4866-91aa-38659f7c82b5 ASDC
2021-10-27T05:37:38.821Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7e02733f-2023-4a71-b14c-dc223ae4020a
ServiceName:basic_onboard_mfLQYy
ServiceVersion:1.0
ServiceUUID:dd6d776e-67ce-4866-91aa-38659f7c82b5
ServiceInvariantUUID:ba51980f-133f-4829-b8b8-b0171895b7a1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMflqyy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar
ArtifactUUID:6f091dd4-641e-4f00-b948-4436ce6b9286
ArtifactChecksum:YzBmZTNlNjUwZTFhMjUwZGYxMDRlOTY0M2E3NjE3NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mfLQYy 0
ResourceCustomizationUUID:c0043e38-0763-421a-89e2-abea189ed6ce
ResourceInvariantUUID:143e7397-ceba-45a2-b7e6-e13fad284e5f
ResourceName:basic_onboard_mfLQYy
ResourceType:VF
ResourceUUID:a0152b78-a8a4-400c-a4b8-02ce1543c470
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mflqyy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json
ArtifactUUID:376dc4fa-f78e-48e8-9b0a-b103c08dd107
ArtifactChecksum:MTUyYzIzNjRkNTEwMDNkZTgzNjMzZjJlOTNmMDJiOTc=
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/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a54ce0c3-42b0-4f82-adf3-6f2bf1929934
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/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env
ArtifactUUID:cb637cca-4d2a-4f7b-93a8-2ef035256aa9
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/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env
ArtifactUUID:cb637cca-4d2a-4f7b-93a8-2ef035256aa9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-27T05:37:38.821Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd6d776e-67ce-4866-91aa-38659f7c82b5 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-27T05:37:38.857Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f091dd4-641e-4f00-b948-4436ce6b9286 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:39.358Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar 6f091dd4-641e-4f00-b948-4436ce6b9286 71366
2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar ASDC sendASDCNotification
2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:37:39.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:39.366Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:39.366Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313059363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:37:39.466Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:39.466Z||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-27T05:37:39.466Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:39.484Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:39.485Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:40.366Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:37:40.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6f091dd4-641e-4f00-b948-4436ce6b9286, URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar to file: /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:40.755Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7831187161626665049/Definitions/service-BasicOnboardMflqyy-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-27T05:37:42.070Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mfLQYy 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-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is not matching search criteria
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is not matching search criteria
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fa4e286f-a39e-485b-beb6-7627d38fcdec
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mfLQYy
Description:service
Model UUID:dd6d776e-67ce-4866-91aa-38659f7c82b5
Model Version:NULL
Model InvariantUuid:ba51980f-133f-4829-b8b8-b0171895b7a1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mfLQYy
Model UUID:26b68f0c-388b-430a-88a5-4ed23e86d4c5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:143e7397-ceba-45a2-b7e6-e13fad284e5f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c0043e38-0763-421a-89e2-abea189ed6ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e16d5712-5147-40a3-ba76-17aeccb9481c
ModelName:BasicOnboardMflqyy..base_ubuntu18..module-0
ModelUuid:f07742d3-68e3-4169-8e44-d2d5ecb91b6d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fa4e286f-a39e-485b-beb6-7627d38fcdec
ModelInvariantUuid:d6e61e5c-b97e-4533-bd64-852a4096d653
ModelName:basic_onboard_mfLQYy-nodes.ubuntu18Cvfc
ModelUuid:c395c74f-1584-416a-bd7b-ea185e6ef06c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9853417e-6c7b-423e-abd8-b0a79554b22a
ModelInvariantUuid:682ae3c4-8afb-4dea-9e1d-333eaf95655a
ModelName:BasicOnboardMflqyy.compute.nodes.heat.ubuntu18
ModelUuid:39693d74-d38a-4b6f-bc52-f25a3ceb9513
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-27T05:37:42.080Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a0152b78-a8a4-400c-a4b8-02ce1543c470
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-27T05:37:42.082Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||basic_onboard_mfLQYy 0
2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0152b78-a8a4-400c-a4b8-02ce1543c470
2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 376dc4fa-f78e-48e8-9b0a-b103c08dd107 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json
2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json
2021-10-27T05:37:42.227Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:37:42.228Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json 376dc4fa-f78e-48e8-9b0a-b103c08dd107 798
2021-10-27T05:37:42.228Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json ASDC sendASDCNotification
2021-10-27T05:37:42.229Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json
2021-10-27T05:37:42.229Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:37:42.229Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:42.236Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:42.236Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313062228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:37:42.336Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:42.337Z||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-27T05:37:42.337Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:42.350Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:42.351Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:43.237Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMflqyy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e16d5712-5147-40a3-ba76-17aeccb9481c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f07742d3-68e3-4169-8e44-d2d5ecb91b6d",
"vfModuleModelCustomizationUUID": "f878f1f3-1430-45b5-a730-95599fa61ef3",
"isBase": true,
"artifacts": [
"a54ce0c3-42b0-4f82-adf3-6f2bf1929934",
"cb637cca-4d2a-4f7b-93a8-2ef035256aa9"
],
"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-27T05:37:43.241Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMflqyy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f07742d3-68e3-4169-8e44-d2d5ecb91b6d
VfModuleModelInvariantUUID:e16d5712-5147-40a3-ba76-17aeccb9481c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a54ce0c3-42b0-4f82-adf3-6f2bf1929934
,
cb637cca-4d2a-4f7b-93a8-2ef035256aa9
}
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-27T05:37:43.244Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMflqyy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e16d5712-5147-40a3-ba76-17aeccb9481c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f07742d3-68e3-4169-8e44-d2d5ecb91b6d",
"vfModuleModelCustomizationUUID": "f878f1f3-1430-45b5-a730-95599fa61ef3",
"isBase": true,
"artifacts": [
"a54ce0c3-42b0-4f82-adf3-6f2bf1929934",
"cb637cca-4d2a-4f7b-93a8-2ef035256aa9"
],
"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-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMflqyy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f07742d3-68e3-4169-8e44-d2d5ecb91b6d
VfModuleModelInvariantUUID:e16d5712-5147-40a3-ba76-17aeccb9481c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a54ce0c3-42b0-4f82-adf3-6f2bf1929934
,
cb637cca-4d2a-4f7b-93a8-2ef035256aa9
}
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-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a54ce0c3-42b0-4f82-adf3-6f2bf1929934 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml
2021-10-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml
2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml a54ce0c3-42b0-4f82-adf3-6f2bf1929934 5033
2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml
2021-10-27T05:37:43.445Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:37:43.445Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:43.447Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:43.447Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313063444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:37:43.547Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:43.548Z||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-27T05:37:43.548Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:43.563Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:43.563Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:37:44.447Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cb637cca-4d2a-4f7b-93a8-2ef035256aa9 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env
2021-10-27T05:37:44.448Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T05:37:44.448Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env
2021-10-27T05:37:44.554Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env cb637cca-4d2a-4f7b-93a8-2ef035256aa9 909
2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env
2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:44.557Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:44.557Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313064555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:37:44.658Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T05:37:44.658Z||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-27T05:37:44.658Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:44.671Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:44.671Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:45.558Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: dd6d776e-67ce-4866-91aa-38659f7c82b5
2021-10-27T05:37:45.559Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mfLQYy 0 a0152b78-a8a4-400c-a4b8-02ce1543c470 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T05:37:45.568Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36982d80, org.onap.sdc.toscaparser.api.parameters.Input@4b762f1b, org.onap.sdc.toscaparser.api.parameters.Input@2385dcf8, org.onap.sdc.toscaparser.api.parameters.Input@568aeb6f, org.onap.sdc.toscaparser.api.parameters.Input@21893813]
2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c0043e38-0763-421a-89e2-abea189ed6ce
2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0043e38-0763-421a-89e2-abea189ed6ce matches Tosca VF Customization UUID: c0043e38-0763-421a-89e2-abea189ed6ce
2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c0043e38-0763-421a-89e2-abea189ed6ce 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-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c0043e38-0763-421a-89e2-abea189ed6ce: {\"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-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9174bdb
2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f878f1f3-1430-45b5-a730-95599fa61ef3
2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f878f1f3-1430-45b5-a730-95599fa61ef3
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-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is not matching search criteria
2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fa4e286f-a39e-485b-beb6-7627d38fcdec
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-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.579Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria
2021-10-27T05:37:45.579Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=c0043e38-0763-421a-89e2-abea189ed6ce
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-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid dd6d776e-67ce-4866-91aa-38659f7c82b5: basic_onboard_mfLQYy
2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.582Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:37:45.582Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:37:45.582Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_mfLQYy
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-27T05:37:45.639Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mfLQYy a0152b78-a8a4-400c-a4b8-02ce1543c470 1 ASDC deployResourceStructure
2021-10-27T05:37:45.639Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json ASDC sendASDCNotification
2021-10-27T05:37:45.640Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json
2021-10-27T05:37:45.640Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:37:45.640Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:45.641Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:45.642Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313065639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T05:37:45.742Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:45.743Z||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-27T05:37:45.743Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:45.758Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:45.759Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:46.643Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-27T05:37:46.643Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml
2021-10-27T05:37:46.643Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:37:46.644Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:46.646Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:46.646Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313066642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T05:37:46.746Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:46.747Z||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-27T05:37:46.747Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:46.761Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:46.762Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:47.646Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-27T05:37:47.647Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env
2021-10-27T05:37:47.647Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:37:47.648Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:47.650Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:47.650Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313067646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-27T05:37:47.750Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:47.751Z||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-27T05:37:47.751Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:47.763Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:47.763Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:48.650Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar ASDC sendASDCNotification
2021-10-27T05:37:48.651Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar
2021-10-27T05:37:48.651Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:37:48.651Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:37:48.653Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:37:48.653Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313068650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:37:48.753Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:37:48.754Z||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-27T05:37:48.754Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:37:48.767Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:48.767Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:37:49.654Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e02733f-2023-4a71-b14c-dc223ae4020a
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-27T05:37:49.667Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e02733f-2023-4a71-b14c-dc223ae4020a
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-27T05:37:49.671Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:37:49.673Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:37:49.673Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:37:49.673Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-27T05:37:49.680Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T05:38:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:08.645Z||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-27T05:38:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:38:09.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:38:09.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313046357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T05:38:09.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313047375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313059363,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313062228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313063444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313064555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313065639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313066642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313067646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313068650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:38:09.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:38:19.681Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e02733f-2023-4a71-b14c-dc223ae4020a 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-27T05:38:19.686Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e02733f-2023-4a71-b14c-dc223ae4020a and serviceModelVersionId: dd6d776e-67ce-4866-91aa-38659f7c82b5
2021-10-27T05:38:19.687Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba51980f-133f-4829-b8b8-b0171895b7a1
2021-10-27T05:38:19.688Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0
2021-10-27T05:38:19.693Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T05:38:19.732Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?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-27T05:38:19.733Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0|INFO|500||Invoke
2021-10-27T05:38:19.764Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-27T05:38:20.362Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0|INFO|500||InvokeReturn
2021-10-27T05:38:20.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-05:38:19:771-16947], vertex-id=[168144], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:38:19 GMT], Content-Type=[application/json]}
2021-10-27T05:38:20.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T05:38:20.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T05:38:20.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-27T05:38:20.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-27T05:38:20.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e02733f-2023-4a71-b14c-dc223ae4020a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T05:38:20.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T05:38:20.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:38:20.369Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:38:20.370Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313100367,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T05:38:20.477Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-27T05:38:20.478Z||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-27T05:38:20.478Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:38:20.494Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:38:20.495Z||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-27T05:38:21.387Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:21.388Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:38:21.388Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:38:30.936Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:38:30.936Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:30.937Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:38:30.937Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:38:40.485Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:38:40.485Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:40.486Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-27T05:38:40.486Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:38:50.028Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:38:50.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:50.030Z||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-27T05:38:50.030Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:38:59.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:39:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:39:08.642Z||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-27T05:39:08.642Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:39:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:39:08.645Z||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-27T05:39:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:39:09.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:39:09.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T05:39:09.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313100367,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T05:39:09.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:39:18.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:40:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:40:08.642Z||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-27T05:40:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:40:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:40:08.645Z||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-27T05:40:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:40:18.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:40:18.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:41:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:41:08.642Z||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-27T05:41:08.642Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:41:08.644Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:41:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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-27T05:41:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:41:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:41:18.190Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:42:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:42:08.642Z||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-27T05:42:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:42:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:42:08.645Z||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-27T05:42:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:42:18.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:42:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:43:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:43:08.643Z||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-27T05:43:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:43:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:43:08.645Z||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-27T05:43:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:43:18.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:43:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:44:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:44:08.643Z||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-27T05:44:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:44:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:44:08.645Z||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-27T05:44:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:44:18.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:44:18.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:45:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:45:08.643Z||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-27T05:45:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:45:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:45:08.645Z||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-27T05:45:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:45:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:45:18.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:46:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:46:08.642Z||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-27T05:46:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:46:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:46:08.645Z||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-27T05:46:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:46:18.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:46:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:47:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:47:08.643Z||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-27T05:47:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:47:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:47:08.645Z||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-27T05:47:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:47:18.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:47:18.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:48:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:48:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:48:08.645Z||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-27T05:48:08.645Z||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-27T05:48:08.648Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:48:08.648Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:48:18.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:48:18.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:49:08.643Z||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-27T05:49:08.643Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:49:08.645Z||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-27T05:49:08.645Z||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 bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:09.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:09.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "cds",
"timestamp": 1635313712236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313720175,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "cds",
"timestamp": 1635313712236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313720175,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "cds",
"timestamp": 1635313722927,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "cds",
"timestamp": 1635313723934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T05:49:09.100Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264
2021-10-27T05:49:09.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 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-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635313726305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635313726305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "policy-id",
"timestamp": 1635313728815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635313728935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "clamp",
"timestamp": 1635313729134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "policy-id",
"timestamp": 1635313728815,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "dcae-sch",
"timestamp": 1635313729935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635313728935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "clamp",
"timestamp": 1635313729134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "dcae-sch",
"timestamp": 1635313729935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635313732185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "policy-id",
"timestamp": 1635313732167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "policy-id",
"timestamp": 1635313733171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:49:09.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635313733739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:49:09.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "policy-id",
"timestamp": 1635313734178,
"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-27T05:49:09.128Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264
2021-10-27T05:49:09.129Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 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-27T05:49:09.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635313734742,
"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-27T05:49:09.147Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264
2021-10-27T05:49:09.148Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 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-27T05:49:09.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313727236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313727236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313727236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "aai-ml",
"timestamp": 1635313738231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313727236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "aai-ml",
"timestamp": 1635313738231,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313727236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313740175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313727236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "aai-ml",
"timestamp": 1635313741474,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:09.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313740175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "clamp",
"timestamp": 1635313742020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313727236,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313740175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313740175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313744237,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313740175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "clamp",
"timestamp": 1635313745022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:49:09.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "cds",
"timestamp": 1635313745253,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T05:49:09.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25
2021-10-27T05:49:09.183Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 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-27T05:49:09.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313740175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "clamp",
"timestamp": 1635313746025,
"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-27T05:49:09.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264
2021-10-27T05:49:09.200Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 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-27T05:49:09.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "ves-openapi-manager",
"timestamp": 1635313740175,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635313746305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "aai-ml",
"timestamp": 1635313746936,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "aai-ml",
"timestamp": 1635313747940,
"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-27T05:49:09.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264
2021-10-27T05:49:09.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 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-27T05:49:09.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635313746305,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:49:09.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T05:49:09.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T05:49:09.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d67fe017-19b6-4e7a-b1de-040b3f41a264","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0966bd45-1bde-454a-97ca-c221ffc48e61","serviceDescription":"service","serviceInvariantUUID":"514468c7-2954-4bba-b706-9626d5cbc08c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0b9b6f3b-324e-4daf-9d1e-144a5646e4af","resourceInvariantUUID":"f23f96f5-3c1a-4e67-9203-915c9d0d6b9c","resourceCustomizationUUID":"8bc5bf49-7dc0-4142-97a9-b5f7ae259018","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":"MzdhMmYzMTk1M2EwZWZmOWI5NTQxYWE1N2EzZmM1OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85182d18-e9c6-403f-9fef-958c78e038c4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzAwYTMwN2QxMzFiMzdkMTZmMGU2NTIxOWQwNmM1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32b70637-c07a-4352-86d6-3f1cc5472ccf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T05:49:09.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:09.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:09.285Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:09.285Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:09.382Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-27T05:49:09.383Z||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-27T05:49:09.383Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:09.396Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:09.396Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:49:10.286Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:10.287Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:10.289Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:10.289Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:10.389Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:10.390Z||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-27T05:49:10.390Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:10.404Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:10.405Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:49:11.291Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0966bd45-1bde-454a-97ca-c221ffc48e61",
"serviceDescription": "service",
"serviceInvariantUUID": "514468c7-2954-4bba-b706-9626d5cbc08c",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8bc5bf49-7dc0-4142-97a9-b5f7ae259018",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0b9b6f3b-324e-4daf-9d1e-144a5646e4af",
"resourceInvariantUUID": "f23f96f5-3c1a-4e67-9203-915c9d0d6b9c",
"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": "YzAwYTMwN2QxMzFiMzdkMTZmMGU2NTIxOWQwNmM1YjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32b70637-c07a-4352-86d6-3f1cc5472ccf"
}
],
"workloadContext": "Production"
}
2021-10-27T05:49:11.291Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T05:49:11.291Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0966bd45-1bde-454a-97ca-c221ffc48e61 ASDC
2021-10-27T05:49:11.292Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d67fe017-19b6-4e7a-b1de-040b3f41a264
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0966bd45-1bde-454a-97ca-c221ffc48e61
ServiceInvariantUUID:514468c7-2954-4bba-b706-9626d5cbc08c
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:32b70637-c07a-4352-86d6-3f1cc5472ccf
ArtifactChecksum:YzAwYTMwN2QxMzFiMzdkMTZmMGU2NTIxOWQwNmM1YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8bc5bf49-7dc0-4142-97a9-b5f7ae259018
ResourceInvariantUUID:f23f96f5-3c1a-4e67-9203-915c9d0d6b9c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0b9b6f3b-324e-4daf-9d1e-144a5646e4af
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-27T05:49:11.292Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0966bd45-1bde-454a-97ca-c221ffc48e61 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-27T05:49:11.325Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 32b70637-c07a-4352-86d6-3f1cc5472ccf from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T05:49:11.469Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 32b70637-c07a-4352-86d6-3f1cc5472ccf 52177
2021-10-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:49:11.474Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:11.476Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:11.476Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313751473,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:11.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:11.576Z||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-27T05:49:11.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:11.592Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:11.593Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:12.476Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:49:12.477Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 32b70637-c07a-4352-86d6-3f1cc5472ccf, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T05:49:12.574Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP710288747557294247/Definitions/service-BasicNetwork-template.yml
2021-10-27T05:49:13.039Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T05:49:13.042Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:49:13.042Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.042Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.045Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.045Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.045Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0966bd45-1bde-454a-97ca-c221ffc48e61
Model Version:NULL
Model InvariantUuid:514468c7-2954-4bba-b706-9626d5cbc08c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f23f96f5-3c1a-4e67-9203-915c9d0d6b9c
Model UUID:364470be-caa9-446a-8693-21bd51ee1f37
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8bc5bf49-7dc0-4142-97a9-b5f7ae259018
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-27T05:49:13.047Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 0b9b6f3b-324e-4daf-9d1e-144a5646e4af
2021-10-27T05:49:13.048Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||No resources found for Service: 0966bd45-1bde-454a-97ca-c221ffc48e61
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-27T05:49:13.051Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||
2021-10-27T05:49:13.051Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-27T05:49:13.051Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0966bd45-1bde-454a-97ca-c221ffc48e61
2021-10-27T05:49:13.052Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0966bd45-1bde-454a-97ca-c221ffc48e61
2021-10-27T05:49:13.052Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-27T05:49:13.052Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.055Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e81f80f, org.onap.sdc.toscaparser.api.parameters.Input@99c7e57, org.onap.sdc.toscaparser.api.parameters.Input@5f504acb, org.onap.sdc.toscaparser.api.parameters.Input@6712539f, org.onap.sdc.toscaparser.api.parameters.Input@6b29ef2]
2021-10-27T05:49:13.056Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0966bd45-1bde-454a-97ca-c221ffc48e61: Generic NeutronNet
2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.058Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.058Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.087Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.087Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.139Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-27T05:49:13.139Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.140Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:13.140Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T05:49:13.140Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:13.141Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:13.141Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313753139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T05:49:13.242Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:13.243Z||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-27T05:49:13.243Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:13.261Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:13.262Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:14.142Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d67fe017-19b6-4e7a-b1de-040b3f41a264
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-27T05:49:14.156Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d67fe017-19b6-4e7a-b1de-040b3f41a264
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-27T05:49:14.159Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T05:49:14.161Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:14.168Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T05:49:44.168Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d67fe017-19b6-4e7a-b1de-040b3f41a264 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-27T05:49:44.175Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d67fe017-19b6-4e7a-b1de-040b3f41a264 and serviceModelVersionId: 0966bd45-1bde-454a-97ca-c221ffc48e61
2021-10-27T05:49:44.175Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 514468c7-2954-4bba-b706-9626d5cbc08c
2021-10-27T05:49:44.176Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0
2021-10-27T05:49:44.180Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T05:49:44.219Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|INFO|500||Invoke
2021-10-27T05:49:44.219Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d67fe017-19b6-4e7a-b1de-040b3f41a264], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41a05b5b-a506-4ee3-aa45-023ad1942c74], X-ECOMP-RequestID=[d67fe017-19b6-4e7a-b1de-040b3f41a264], X-TransactionId=[], X-ONAP-RequestID=[d67fe017-19b6-4e7a-b1de-040b3f41a264], Content-Type=[application/merge-patch+json]}
2021-10-27T05:49:44.248Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-27T05:49:44.462Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?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/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211027-05:49:44:257-60633], vertex-id=[184400], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:49:44 GMT], Content-Type=[application/json]}
2021-10-27T05:49:44.462Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-27T05:49:44.463Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|INFO|500||InvokeReturn
2021-10-27T05:49:44.463Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T05:49:44.463Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:44.468Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||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-27T05:49:44.468Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d67fe017-19b6-4e7a-b1de-040b3f41a264 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T05:49:44.468Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T05:49:44.469Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:44.470Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:44.471Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313784468,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T05:49:44.571Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:44.571Z||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-27T05:49:44.571Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:44.592Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:44.593Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T05:49:45.487Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T05:49:45.487Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b6b47026-c8ed-4c70-8ed9-27332dd5327c","serviceDescription":"service","serviceInvariantUUID":"ffe00b65-2667-4f32-91a1-6ccba21589b0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f65d7cf3-1cb6-494c-b2d9-293495132981","resourceInvariantUUID":"93906535-a504-4661-b874-2d935b653595","resourceCustomizationUUID":"269dba37-6869-42eb-addf-06683b54262e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MTY5Nzg0MWRmZDNjNjYyMmIxNmY0M2E0ODZmYjUwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8de10f2b-9fdf-4adf-b480-9d2c2b3dccc7","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MWY2OGZkYzI1NGZiMjdmY2JmYTQ2N2MzOGQzYWZlYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da3ff995-3fc6-4650-b9d3-7d52000540fe","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c182195-4295-4290-9ffe-27495a692f85","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8fe55be4-eb66-4207-b08f-7fdac51e3091","artifactVersion":"2","generatedFromUUID":"fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjNhMmE3OGQyNGJmYWIxZWFiMTdkNDFhOTAzNzM3NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c54d30f0-facb-484d-9012-3973165d200e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGZhZWQxNThlMGVjNjQ1ZGZkOGFjMGRhYTQ4NzRkYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae4af702-4338-4c45-9c89-9de373803c13","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T05:49:45.488Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:45.488Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:45.490Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:45.490Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:45.591Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:45.591Z||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-27T05:49:45.592Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:45.612Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:45.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:46.490Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:46.491Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:46.494Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:46.494Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T05:49:46.594Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:46.595Z||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-27T05:49:46.596Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:46.611Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:46.612Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:49:47.494Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:47.495Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:47.497Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:47.497Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-27T05:49:47.597Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:47.598Z||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-27T05:49:47.598Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:47.610Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:47.610Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:48.497Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:48.498Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:48.500Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:48.500Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:48.600Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:48.601Z||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-27T05:49:48.601Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:48.614Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:48.614Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T05:49:49.501Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:49.501Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:49.503Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:49.503Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-27T05:49:49.603Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:49.604Z||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-27T05:49:49.604Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:49.619Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:49.620Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:50.503Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:50.504Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:50.506Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:50.506Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T05:49:50.606Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:50.607Z||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-27T05:49:50.607Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:50.656Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:50.657Z||pool-45-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:51.506Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T05:49:51.507Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:51.509Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:51.509Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313748642,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T05:49:51.610Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:51.610Z||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-27T05:49:51.611Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:51.631Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:51.632Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:52.511Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "b6b47026-c8ed-4c70-8ed9-27332dd5327c",
"serviceDescription": "service",
"serviceInvariantUUID": "ffe00b65-2667-4f32-91a1-6ccba21589b0",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "269dba37-6869-42eb-addf-06683b54262e",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f65d7cf3-1cb6-494c-b2d9-293495132981",
"resourceInvariantUUID": "93906535-a504-4661-b874-2d935b653595",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MWY2OGZkYzI1NGZiMjdmY2JmYTQ2N2MzOGQzYWZlYWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "da3ff995-3fc6-4650-b9d3-7d52000540fe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8fe55be4-eb66-4207-b08f-7fdac51e3091",
"generatedFromUUID": "fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8fe55be4-eb66-4207-b08f-7fdac51e3091",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MGZhZWQxNThlMGVjNjQ1ZGZkOGFjMGRhYTQ4NzRkYTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ae4af702-4338-4c45-9c89-9de373803c13"
}
],
"workloadContext": "Production"
}
2021-10-27T05:49:52.511Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T05:49:52.511Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6b47026-c8ed-4c70-8ed9-27332dd5327c ASDC
2021-10-27T05:49:52.512Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b6b47026-c8ed-4c70-8ed9-27332dd5327c
ServiceInvariantUUID:ffe00b65-2667-4f32-91a1-6ccba21589b0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:ae4af702-4338-4c45-9c89-9de373803c13
ArtifactChecksum:MGZhZWQxNThlMGVjNjQ1ZGZkOGFjMGRhYTQ4NzRkYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:269dba37-6869-42eb-addf-06683b54262e
ResourceInvariantUUID:93906535-a504-4661-b874-2d935b653595
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f65d7cf3-1cb6-494c-b2d9-293495132981
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:da3ff995-3fc6-4650-b9d3-7d52000540fe
ArtifactChecksum:MWY2OGZkYzI1NGZiMjdmY2JmYTQ2N2MzOGQzYWZlYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8fe55be4-eb66-4207-b08f-7fdac51e3091
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:8fe55be4-eb66-4207-b08f-7fdac51e3091
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-27T05:49:52.512Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6b47026-c8ed-4c70-8ed9-27332dd5327c 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-27T05:49:52.545Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:49:52.545Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ae4af702-4338-4c45-9c89-9de373803c13 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T05:49:52.671Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ae4af702-4338-4c45-9c89-9de373803c13 70875
2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T05:49:52.676Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T05:49:52.678Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T05:49:52.678Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635313792675,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T05:49:52.779Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T05:49:52.779Z||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-27T05:49:52.780Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ...
2021-10-27T05:49:52.798Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:52.799Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-27T05:49:53.679Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T05:49:53.680Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T05:49:53.680Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ae4af702-4338-4c45-9c89-9de373803c13, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:53.681Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-27T05:49:53.681Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:53.681Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:53.905Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6059698763475529389/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-27T05:49:55.113Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery