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-30T01:54:31.505Z||main|||||INFO|500||The following profiles are active: basic
2021-10-30T01:54:40.815Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-30T01:54:40.816Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-30T01:54:40.886Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-30T01:54:42.982Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-30T01:54:43.187Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-30T01:54:43.531Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-30T01:54:43.955Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-30T01:54:44.049Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-30T01:54:44.174Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-30T01:54:44.564Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-30T01:54:45.628Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-30T01:54:47.601Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-30T01:54:47.645Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-30T01:54:48.012Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-30T01:54:48.211Z||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-30T01:54:49.354Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-30T01:54:50.363Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-30T01:54:50.382Z||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$$90fab671.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-30T01:54:50.383Z||main|||||WARN|500||The sdc end point is not alive
2021-10-30T01:54:52.787Z||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-30T01:54:55.055Z||main|||||WARN|500||---
2021-10-30T01:54:55.055Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-30T01:54:55.056Z||main|||||WARN|500||---
2021-10-30T01:54:55.413Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-30T01:54:59.433Z||main|||||INFO|500||Started Application in 31.885 seconds (JVM running for 32.912)
2021-10-30T01:54:59.445Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-30T01:54:59.445Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-30T01:54:59.477Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-30T01:54:59.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-30T01:54:59.542Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4e325cc-1301-447b-b642-370e2a1f0f75 url= /sdc/v1/artifactTypes
2021-10-30T01:54:59.542Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-30T01:54:59.804Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-30T01:54:59.827Z||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-30T01:54:59.849Z||scheduling-1|||||DEBUG|500||create keys
2021-10-30T01:54:59.856Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-30T01:54:59.894Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:54:59.909Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ac524b1-af62-4c5d-a4ed-2a942eec4d9b url= /sdc/v1/registerForDistribution
2021-10-30T01:55:00.050Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ac524b1-af62-4c5d-a4ed-2a942eec4d9b url= /sdc/v1/registerForDistribution
2021-10-30T01:55:00.050Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-30T01:55:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:55:00.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:55:00.062Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-30T01:55:00.063Z||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-30T01:55:00.063Z||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-30T01:55:00.063Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:55:00.063Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:55:12.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:55:12.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:56:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:56:00.057Z||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-30T01:56:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:56:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:56:00.058Z||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-30T01:56:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:56:09.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:56:09.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:57:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:57:00.057Z||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-30T01:57:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:57:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:57:00.058Z||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-30T01:57:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:57:09.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:57:09.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:58:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:58:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T01:58:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T01:58:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:58:00.059Z||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-30T01:58:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:58:09.609Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:58:09.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:59:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:59:00.057Z||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-30T01:59:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:59:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T01:59:00.059Z||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-30T01:59:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T01:59:09.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T01:59:09.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:00:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:00:00.057Z||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-30T02:00:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:00:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:00:00.058Z||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-30T02:00:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:00:09.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:00:09.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:01:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:01:00.057Z||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-30T02:01:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:01:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:01:00.058Z||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-30T02:01:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:01:09.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:01:09.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:02:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:02:00.057Z||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-30T02:02:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:02:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:02:00.059Z||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-30T02:02:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:02:09.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:02:09.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:03:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:03:00.057Z||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-30T02:03:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:03:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:03:00.059Z||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-30T02:03:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:03:09.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:03:09.659Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:04:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:04:00.057Z||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-30T02:04:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:04:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:04:00.058Z||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-30T02:04:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:04:09.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:04:09.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:04:35.628Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-30T02:05:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:05:00.057Z||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-30T02:05:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:05:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:05:00.058Z||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-30T02:05:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:05:09.606Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:05:09.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:06:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:06:00.057Z||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-30T02:06:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:06:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:06:00.059Z||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-30T02:06:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:06:09.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:06:09.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:07:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:07:00.057Z||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-30T02:07:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:07:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:07:00.058Z||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-30T02:07:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:07:09.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:07:09.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:08:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:08:00.057Z||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-30T02:08:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:08:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:08:00.058Z||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-30T02:08:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:08:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:08:09.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:09:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:09:00.057Z||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-30T02:09:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:09:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:09:00.058Z||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-30T02:09:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:09:09.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:09:09.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:10:00.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:10:00.057Z||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-30T02:10:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:10:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:10:00.058Z||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-30T02:10:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:10:09.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:10:09.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:11:00.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:11:00.057Z||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-30T02:11:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:11:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:11:00.059Z||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-30T02:11:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:11:09.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:11:09.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:12:00.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:12:00.057Z||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-30T02:12:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:12:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:12:00.058Z||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-30T02:12:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:12:09.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:12:09.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:13:00.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:13:00.057Z||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-30T02:13:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:13:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:13:00.058Z||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-30T02:13:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:13:09.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:13:09.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:14:00.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:14:00.057Z||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-30T02:14:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:14:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:14:00.058Z||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-30T02:14:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:14:09.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:14:09.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:15:00.056Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:15:00.057Z||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-30T02:15:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:15:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:15:00.058Z||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-30T02:15:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:15:09.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:15:09.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:16:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:16:00.057Z||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-30T02:16:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:16:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:16:00.059Z||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-30T02:16:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:16:09.603Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:16:09.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:17:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:17:00.057Z||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-30T02:17:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:17:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:17:00.058Z||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-30T02:17:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:17:09.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:17:09.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:18:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:18:00.057Z||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-30T02:18:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:18:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:18:00.058Z||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-30T02:18:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:18:09.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:18:09.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:19:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:19:00.057Z||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-30T02:19:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:19:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:19:00.058Z||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-30T02:19:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:19:09.605Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:19:09.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:20:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:20:00.057Z||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-30T02:20:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:20:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:20:00.058Z||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-30T02:20:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:20:09.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:20:09.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:21:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:21:00.057Z||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-30T02:21:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:21:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:21:00.058Z||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-30T02:21:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:21:09.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:21:09.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:22:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:22:00.057Z||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-30T02:22:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:22:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:22:00.058Z||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-30T02:22:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:22:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:22:09.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:23:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:23:00.057Z||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-30T02:23:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:23:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:23:00.058Z||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-30T02:23:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:23:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:23:09.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:24:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:24:00.057Z||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-30T02:24:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:24:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:24:00.058Z||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-30T02:24:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:24:09.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:24:09.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:25:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:25:00.057Z||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-30T02:25:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:25:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:25:00.058Z||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-30T02:25:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:25:09.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:25:09.608Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:26:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:26:00.057Z||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-30T02:26:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:26:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:26:00.058Z||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-30T02:26:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:26:09.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:26:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:27:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:27:00.057Z||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-30T02:27:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:27:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:27:00.059Z||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-30T02:27:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:27:09.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:27:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:28:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:28:00.057Z||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-30T02:28:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:28:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:28:00.058Z||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-30T02:28:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:28:09.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:28:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:29:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:29:00.057Z||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-30T02:29:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:29:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:29:00.058Z||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-30T02:29:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:29:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:29:09.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:30:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:30:00.057Z||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-30T02:30:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:30:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:30:00.058Z||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-30T02:30:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:30:09.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:30:09.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:31:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:31:00.057Z||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-30T02:31:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:31:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:31:00.058Z||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-30T02:31:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:31:09.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:31:09.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:32:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:32:00.057Z||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-30T02:32:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:32:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:32:00.058Z||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-30T02:32:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:32:09.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:32:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:33:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:33:00.057Z||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-30T02:33:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:33:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:33:00.058Z||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-30T02:33:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:33:09.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:33:09.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:34:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:34:00.057Z||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-30T02:34:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:34:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:34:00.058Z||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-30T02:34:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:34:09.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:34:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:35:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:35:00.057Z||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-30T02:35:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:35:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:35:00.058Z||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-30T02:35:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:35:09.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:35:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:36:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:36:00.057Z||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-30T02:36:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:36:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:36:00.058Z||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-30T02:36:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:36:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:36:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:37:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:37:00.057Z||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-30T02:37:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:37:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:37:00.058Z||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-30T02:37:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:37:09.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:37:09.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:38:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:38:00.057Z||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-30T02:38:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:38:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:38:00.058Z||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-30T02:38:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:38:09.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:38:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:39:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:39:00.057Z||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-30T02:39:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:39:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:39:00.058Z||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-30T02:39:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:39:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:39:09.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:40:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:40:00.057Z||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-30T02:40:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:40:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:40:00.058Z||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-30T02:40:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:40:09.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:40:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:41:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:41:00.057Z||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-30T02:41:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:41:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:41:00.058Z||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-30T02:41:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:41:09.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:41:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:42:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:42:00.057Z||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-30T02:42:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:42:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:42:00.058Z||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-30T02:42:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:42:09.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:42:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:43:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:43:00.057Z||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-30T02:43:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:43:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:43:00.058Z||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-30T02:43:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:43:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:43:09.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:44:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:44:00.057Z||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-30T02:44:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:44:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:44:00.058Z||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-30T02:44:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:44:09.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:44:09.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:45:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:45:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:45:00.058Z||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-30T02:45:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:45:00.058Z||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-30T02:45:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:45:09.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:45:09.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:46:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:46:00.057Z||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-30T02:46:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:46:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:46:00.058Z||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-30T02:46:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:46:09.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:46:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:47:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:47:00.058Z||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-30T02:47:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:47:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:47:00.058Z||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-30T02:47:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:47:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:47:09.606Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:48:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:48:00.057Z||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-30T02:48:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:48:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:48:00.058Z||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-30T02:48:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:48:09.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:48:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:49:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:49:00.057Z||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-30T02:49:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:49:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:49:00.058Z||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-30T02:49:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:49:09.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:49:09.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:50:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:50:00.057Z||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-30T02:50:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:50:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:50:00.058Z||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-30T02:50:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:50:09.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:50:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:51:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:51:00.057Z||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-30T02:51:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:51:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:51:00.058Z||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-30T02:51:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:51:09.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:51:09.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:52:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:52:00.057Z||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-30T02:52:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:52:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:52:00.058Z||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-30T02:52:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:52:09.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:52:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:53:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:53:00.057Z||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-30T02:53:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:53:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:53:00.058Z||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-30T02:53:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:53:09.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:53:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:54:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:54:00.057Z||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-30T02:54:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:54:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:54:00.058Z||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-30T02:54:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:54:09.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:54:09.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:55:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:55:00.057Z||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-30T02:55:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:55:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:55:00.058Z||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-30T02:55:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:55:09.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:55:09.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:56:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:56:00.057Z||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-30T02:56:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:56:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:56:00.058Z||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-30T02:56:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:56:09.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:56:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:57:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:57:00.057Z||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-30T02:57:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:57:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:57:00.058Z||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-30T02:57:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:57:09.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:57:09.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:58:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:58:00.057Z||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-30T02:58:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:58:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:58:00.058Z||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-30T02:58:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:58:09.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:58:09.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:59:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:59:00.057Z||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-30T02:59:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:59:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T02:59:00.058Z||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-30T02:59:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T02:59:09.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T02:59:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:00:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:00:00.057Z||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-30T03:00:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:00:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:00:00.058Z||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-30T03:00:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:00:09.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:00:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:01:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:01:00.057Z||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-30T03:01:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:01:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:01:00.058Z||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-30T03:01:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:01:09.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:01:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:02:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:02:00.057Z||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-30T03:02:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:02:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:02:00.058Z||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-30T03:02:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:02:09.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:02:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:03:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:03:00.057Z||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-30T03:03:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:03:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:03:00.058Z||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-30T03:03:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:03:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:03:09.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:04:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:04:00.057Z||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-30T03:04:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:04:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:04:00.058Z||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-30T03:04:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:04:09.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:04:09.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:05:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:05:00.057Z||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-30T03:05:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:05:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:05:00.058Z||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-30T03:05:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:05:09.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:05:09.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:06:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:06:00.057Z||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-30T03:06:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:06:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:06:00.058Z||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-30T03:06:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:06:09.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:06:09.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:07:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:07:00.057Z||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-30T03:07:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:07:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:07:00.058Z||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-30T03:07:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:07:09.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:07:09.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:08:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:08:00.057Z||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-30T03:08:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:08:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:08:00.058Z||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-30T03:08:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:08:09.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:08:09.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:09:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:09:00.057Z||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-30T03:09:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:09:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:09:00.058Z||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-30T03:09:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:09:09.605Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:09:09.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:10:00.056Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:10:00.057Z||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-30T03:10:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:10:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:10:00.058Z||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-30T03:10:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:10:09.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:10:09.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:11:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:11:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T03:11:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T03:11:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:11:00.059Z||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-30T03:11:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:11:09.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:11:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:12:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:12:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T03:12:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T03:12:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:12:00.058Z||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-30T03:12:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:12:09.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:12:09.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:13:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:13:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T03:13:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T03:13:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:13:00.058Z||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-30T03:13:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:13:09.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:13:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:14:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:14:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T03:14:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T03:14:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:14:00.058Z||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-30T03:14:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:14:09.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:14:09.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:15:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:15:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T03:15:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T03:15:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:15:00.058Z||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-30T03:15:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:15:09.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:15:09.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:16:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:16:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T03:16:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T03:16:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:16:00.058Z||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-30T03:16:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:16:09.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:16:09.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:17:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:17:00.057Z||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-30T03:17:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:17:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:17:00.058Z||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-30T03:17:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:17:09.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:17:09.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:18:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:18:00.057Z||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-30T03:18:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:18:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:18:00.058Z||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-30T03:18:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:18:09.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:18:09.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:19:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:19:00.057Z||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-30T03:19:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:19:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:19:00.058Z||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-30T03:19:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:19:09.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:19:09.606Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:20:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:20:00.057Z||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-30T03:20:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:20:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:20:00.058Z||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-30T03:20:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:20:09.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:20:09.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:21:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:21:00.057Z||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-30T03:21:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:21:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:21:00.058Z||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-30T03:21:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:21:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:21:09.607Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:22:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:22:00.057Z||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-30T03:22:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:22:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:22:00.058Z||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-30T03:22:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:22:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:22:09.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:23:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:23:00.057Z||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-30T03:23:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:23:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:23:00.058Z||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-30T03:23:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:23:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:23:09.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:24:00.056Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:24:00.057Z||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-30T03:24:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:24:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:24:00.058Z||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-30T03:24:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:24:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:24:09.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:25:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:25:00.057Z||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-30T03:25:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:25:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:25:00.058Z||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-30T03:25:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:25:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:25:09.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:26:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:26:00.057Z||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-30T03:26:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:26:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:26:00.058Z||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-30T03:26:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:26:09.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:26:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:27:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:27:00.057Z||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-30T03:27:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:27:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:27:00.058Z||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-30T03:27:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:27:09.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:27:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:28:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:28:00.057Z||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-30T03:28:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:28:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:28:00.058Z||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-30T03:28:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:28:09.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:28:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:29:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:29:00.057Z||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-30T03:29:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:29:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:29:00.058Z||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-30T03:29:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:29:09.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:29:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:30:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:30:00.057Z||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-30T03:30:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:30:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:30:00.058Z||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-30T03:30:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:30:09.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:30:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:31:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:31:00.057Z||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-30T03:31:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:31:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:31:00.058Z||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-30T03:31:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:31:09.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:31:09.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:32:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:32:00.057Z||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-30T03:32:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:32:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:32:00.058Z||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-30T03:32:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:32:09.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:32:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:33:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:33:00.057Z||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-30T03:33:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:33:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:33:00.058Z||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-30T03:33:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:33:09.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:33:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:34:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:34:00.057Z||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-30T03:34:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:34:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:34:00.058Z||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-30T03:34:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:34:09.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:34:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:35:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:35:00.057Z||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-30T03:35:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:35:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:35:00.058Z||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-30T03:35:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:35:09.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:35:09.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:36:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:36:00.057Z||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-30T03:36:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:36:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:36:00.058Z||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-30T03:36:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:36:09.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:36:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:37:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:37:00.057Z||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-30T03:37:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:37:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:37:00.058Z||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-30T03:37:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:37:09.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:37:09.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:38:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:38:00.057Z||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-30T03:38:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:38:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:38:00.058Z||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-30T03:38:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:38:09.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:38:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:39:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:39:00.057Z||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-30T03:39:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:39:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:39:00.058Z||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-30T03:39:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:39:09.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:39:09.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:40:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:40:00.057Z||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-30T03:40:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:40:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:40:00.058Z||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-30T03:40:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:40:09.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:40:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:41:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:41:00.057Z||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-30T03:41:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:41:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:41:00.058Z||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-30T03:41:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:41:09.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:41:09.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:42:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:42:00.057Z||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-30T03:42:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:42:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:42:00.058Z||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-30T03:42:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:42:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:42:09.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:43:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:43:00.057Z||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-30T03:43:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:43:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:43:00.058Z||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-30T03:43:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:43:09.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:43:09.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:44:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:44:00.057Z||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-30T03:44:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:44:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:44:00.058Z||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-30T03:44:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:44:09.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:44:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:45:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:45:00.057Z||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-30T03:45:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:45:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:45:00.058Z||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-30T03:45:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:45:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:45:09.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:46:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:46:00.057Z||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-30T03:46:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:46:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:46:00.058Z||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-30T03:46:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:46:09.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:46:09.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:47:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:47:00.057Z||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-30T03:47:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:47:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:47:00.058Z||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-30T03:47:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:47:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:47:09.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:48:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:48:00.057Z||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-30T03:48:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:48:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:48:00.058Z||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-30T03:48:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:48:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:48:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:49:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:49:00.057Z||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-30T03:49:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:49:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:49:00.058Z||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-30T03:49:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:49:09.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:49:09.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:50:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:50:00.057Z||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-30T03:50:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:50:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:50:00.058Z||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-30T03:50:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:50:09.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:50:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:51:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:51:00.057Z||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-30T03:51:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:51:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:51:00.058Z||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-30T03:51:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:51:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:51:09.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:52:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:52:00.057Z||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-30T03:52:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:52:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:52:00.058Z||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-30T03:52:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:52:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:52:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:53:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:53:00.057Z||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-30T03:53:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:53:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:53:00.058Z||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-30T03:53:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:53:09.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:53:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:54:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:54:00.057Z||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-30T03:54:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:54:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:54:00.058Z||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-30T03:54:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:54:09.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:54:09.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:55:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:55:00.057Z||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-30T03:55:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:55:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:55:00.058Z||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-30T03:55:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:55:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:55:09.605Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:56:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:56:00.057Z||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-30T03:56:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:56:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:56:00.058Z||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-30T03:56:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:56:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:56:09.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:57:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:57:00.057Z||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-30T03:57:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:57:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:57:00.058Z||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-30T03:57:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:57:09.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:57:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:58:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:58:00.057Z||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-30T03:58:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:58:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:58:00.058Z||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-30T03:58:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:58:09.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:58:09.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:59:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:59:00.057Z||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-30T03:59:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:59:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T03:59:00.058Z||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-30T03:59:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T03:59:09.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T03:59:09.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:00:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:00:00.057Z||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-30T04:00:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:00:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:00:00.058Z||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-30T04:00:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:00:09.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:00:09.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:01:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:01:00.057Z||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-30T04:01:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:01:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:01:00.058Z||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-30T04:01:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:01:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:01:09.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:02:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:02:00.057Z||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-30T04:02:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:02:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:02:00.058Z||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-30T04:02:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:02:09.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:02:09.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:03:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:03:00.057Z||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-30T04:03:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:03:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:03:00.058Z||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-30T04:03:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:03:09.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:03:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:04:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:04:00.057Z||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-30T04:04:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:04:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:04:00.058Z||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-30T04:04:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:04:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:04:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:05:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:05:00.057Z||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-30T04:05:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:05:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:05:00.058Z||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-30T04:05:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:05:09.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:05:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:06:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:06:00.057Z||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-30T04:06:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:06:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:06:00.058Z||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-30T04:06:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:06:09.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:06:09.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:07:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:07:00.057Z||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-30T04:07:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:07:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:07:00.058Z||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-30T04:07:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:07:09.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:07:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:08:00.056Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:08:00.057Z||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-30T04:08:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:08:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:08:00.058Z||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-30T04:08:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:08:09.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:08:09.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:09:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:09:00.057Z||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-30T04:09:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:09:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:09:00.058Z||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-30T04:09:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:09:09.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:09:09.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:10:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:10:00.057Z||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-30T04:10:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:10:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:10:00.058Z||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-30T04:10:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:10:09.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:10:09.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:11:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:11:00.057Z||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-30T04:11:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:11:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:11:00.058Z||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-30T04:11:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:11:09.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:11:09.605Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:12:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:12:00.057Z||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-30T04:12:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:12:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:12:00.058Z||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-30T04:12:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:12:09.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:12:09.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:13:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:13:00.057Z||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-30T04:13:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:13:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:13:00.058Z||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-30T04:13:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:13:09.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:13:09.607Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:14:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:14:00.057Z||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-30T04:14:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:14:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:14:00.058Z||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-30T04:14:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:14:09.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:14:09.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:15:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:15:00.057Z||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-30T04:15:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:15:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:15:00.058Z||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-30T04:15:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:15:09.601Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:15:09.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:16:00.056Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:16:00.057Z||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-30T04:16:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:16:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:16:00.058Z||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-30T04:16:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:16:09.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:16:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:17:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:17:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:17:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:17:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:17:00.058Z||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-30T04:17:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:17:09.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:17:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:18:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:18:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:18:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:18:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:18:00.058Z||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-30T04:18:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:18:09.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:18:09.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:19:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:19:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:19:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:19:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:19:00.058Z||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-30T04:19:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:19:09.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:19:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:20:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:20:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:20:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:20:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:20:00.058Z||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-30T04:20:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:20:09.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:20:09.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:21:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:21:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:21:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:21:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:21:00.058Z||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-30T04:21:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:21:09.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:21:09.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:22:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:22:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:22:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:22:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:22:00.058Z||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-30T04:22:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:22:09.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:22:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:23:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:23:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:23:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:23:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:23:00.058Z||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-30T04:23:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:23:09.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:23:09.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:24:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:24:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:24:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:24:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:24:00.058Z||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-30T04:24:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:24:09.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:24:09.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:25:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:25:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:25:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:25:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:25:00.058Z||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-30T04:25:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:25:09.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:25:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:26:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:26:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:26:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:26:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:26:00.058Z||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-30T04:26:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:26:09.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:26:09.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:27:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:27:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:27:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:27:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:27:00.058Z||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-30T04:27:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:27:09.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:27:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:28:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:28:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:28:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:28:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:28:00.058Z||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-30T04:28:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:28:09.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:28:09.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:29:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:29:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:29:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:29:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:29:00.058Z||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-30T04:29:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:29:09.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:29:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:30:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:30:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:30:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:30:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:30:00.058Z||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-30T04:30:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:30:09.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:30:09.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:31:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:31:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:31:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:31:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:31:00.058Z||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-30T04:31:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:31:09.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:31:09.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:32:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:32:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:32:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:32:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:32:00.058Z||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-30T04:32:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:32:09.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:32:09.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:33:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:33:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:33:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:33:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:33:00.058Z||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-30T04:33:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:33:09.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:33:09.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:34:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:34:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:34:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:34:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:34:00.058Z||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-30T04:34:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:34:09.605Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:34:09.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:35:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:35:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:35:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:35:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:35:00.058Z||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-30T04:35:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:35:09.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:35:09.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:36:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:36:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:36:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:36:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:36:00.058Z||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-30T04:36:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:36:09.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:36:09.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:37:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:37:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:37:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:37:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:37:00.058Z||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-30T04:37:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:37:09.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:37:09.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:38:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:38:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:38:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:38:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:38:00.058Z||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-30T04:38:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:38:09.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:38:09.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:39:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:39:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:39:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:39:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:39:00.058Z||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-30T04:39:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:39:09.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:39:09.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:40:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:40:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T04:40:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T04:40:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:40:00.058Z||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-30T04:40:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:40:09.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:40:09.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:41:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:41:00.057Z||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-30T04:41:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:41:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:41:00.058Z||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-30T04:41:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:41:09.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:41:09.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:42:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:42:00.057Z||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-30T04:42:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:42:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:42:00.058Z||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-30T04:42:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:42:09.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:42:09.607Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:43:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:43:00.057Z||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-30T04:43:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:43:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:43:00.058Z||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-30T04:43:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:43:09.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:43:09.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:44:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:44:00.057Z||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-30T04:44:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:44:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:44:00.058Z||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-30T04:44:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:44:09.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:44:09.606Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:45:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:45:00.057Z||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-30T04:45:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:45:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:45:00.058Z||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-30T04:45:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:45:09.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:45:09.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:46:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:46:00.057Z||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-30T04:46:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:46:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:46:00.058Z||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-30T04:46:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:46:09.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:46:09.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:47:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:47:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:47:00.058Z||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-30T04:47:00.058Z||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-30T04:47:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:47:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:47:09.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:47:09.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:48:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:48:00.057Z||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-30T04:48:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:48:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:48:00.058Z||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-30T04:48:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:48:09.603Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:48:09.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:49:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:49:00.057Z||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-30T04:49:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:49:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:49:00.058Z||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-30T04:49:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:49:09.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:49:09.604Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:50:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:50:00.057Z||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-30T04:50:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:50:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:50:00.058Z||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-30T04:50:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:50:09.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:50:09.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:51:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:51:00.057Z||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-30T04:51:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:51:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:51:00.058Z||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-30T04:51:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:51:09.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:51:09.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:52:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:52:00.057Z||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-30T04:52:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:52:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:52:00.058Z||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-30T04:52:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:52:09.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:52:09.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:53:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:53:00.057Z||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-30T04:53:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:53:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:53:00.058Z||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-30T04:53:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:53:09.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:53:09.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:54:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:54:00.057Z||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-30T04:54:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:54:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:54:00.058Z||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-30T04:54:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:54:09.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:54:09.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:55:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:55:00.057Z||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-30T04:55:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:55:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:55:00.058Z||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-30T04:55:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:55:09.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:55:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:56:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:56:00.057Z||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-30T04:56:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:56:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:56:00.058Z||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-30T04:56:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:56:09.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:56:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:57:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:57:00.057Z||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-30T04:57:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:57:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:57:00.058Z||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-30T04:57:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:57:09.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:57:09.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:58:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:58:00.057Z||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-30T04:58:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:58:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:58:00.058Z||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-30T04:58:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:58:09.602Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:58:09.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:59:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:59:00.057Z||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-30T04:59:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:59:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T04:59:00.058Z||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-30T04:59:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T04:59:09.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T04:59:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:00:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:00:00.057Z||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-30T05:00:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:00:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:00:00.058Z||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-30T05:00:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:00:09.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:00:09.610Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:01:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:01:00.057Z||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-30T05:01:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:01:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:01:00.058Z||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-30T05:01:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:01:09.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:01:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:02:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:02:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:02:00.059Z||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-30T05:02:00.059Z||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-30T05:02:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:02:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:02:09.608Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:02:09.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:03:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:03:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:03:00.058Z||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-30T05:03:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:03:00.058Z||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-30T05:03:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:03:09.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:03:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:04:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:04:00.057Z||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-30T05:04:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:04:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:04:00.058Z||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-30T05:04:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:04:09.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:04:09.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:05:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:05:00.057Z||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-30T05:05:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:05:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:05:00.058Z||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-30T05:05:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:05:09.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:05:09.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:06:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:06:00.057Z||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-30T05:06:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:06:00.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:06:00.058Z||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-30T05:06:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:06:09.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:06:09.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:07:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:07:00.057Z||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-30T05:07:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:07:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:07:00.058Z||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-30T05:07:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:07:09.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:07:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:08:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:08:00.057Z||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-30T05:08:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:08:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:08:00.058Z||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-30T05:08:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:08:09.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:08:09.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:09:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:09:00.057Z||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-30T05:09:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:09:00.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:09:00.058Z||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-30T05:09:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:09:09.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:09:09.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:10:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:10:00.057Z||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-30T05:10:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:10:00.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:10:00.058Z||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-30T05:10:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:10:09.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:10:09.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:11:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:11:00.057Z||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-30T05:11:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:11:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:11:00.058Z||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-30T05:11:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:11:09.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:11:09.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:12:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:12:00.057Z||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-30T05:12:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:12:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:12:00.058Z||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-30T05:12:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:12:09.602Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:12:09.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:13:00.056Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:13:00.057Z||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-30T05:13:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:13:00.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:13:00.058Z||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-30T05:13:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:13:09.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:13:09.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:14:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:14:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:14:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:14:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:14:00.058Z||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-30T05:14:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:14:09.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:14:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:15:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:15:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:15:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:15:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:15:00.058Z||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-30T05:15:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:15:09.602Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:15:09.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:16:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:16:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:16:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:16:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:16:00.058Z||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-30T05:16:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:16:09.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:16:09.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:17:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:17:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:17:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:17:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:17:00.058Z||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-30T05:17:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:17:09.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:17:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:18:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:18:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:18:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:18:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:18:00.058Z||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-30T05:18:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:18:09.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:18:09.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:19:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:19:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:19:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:19:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:19:00.058Z||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-30T05:19:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:19:09.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:19:09.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:20:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:20:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:20:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:20:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:20:00.058Z||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-30T05:20:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:20:09.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:20:09.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:21:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:21:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:21:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:21:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:21:00.058Z||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-30T05:21:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:21:09.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:21:09.603Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:00.056Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:22:00.057Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:22:00.057Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:22:00.058Z||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-30T05:22:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:22:00.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:00.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:00.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"37967407-d206-44ca-a34c-dd8132a367b7","serviceName":"vFW 2021-10-30 05-19-30","serviceVersion":"1.0","serviceUUID":"7610e319-72b9-410d-b54f-321e0486cdd8","serviceDescription":"catalog service description","serviceInvariantUUID":"c0181935-555f-4e89-8578-cce3d725f01a","resources":[{"resourceInstanceName":"vFW 40a0ab84-2c7e 0","resourceName":"vFW 40a0ab84-2c7e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99d09ed5-8ccb-467a-9aea-542116a3b051","resourceInvariantUUID":"40003b06-0678-44ce-a0bd-2c7ce511a813","resourceCustomizationUUID":"25da6d12-c35a-4944-81cd-a25f957a010d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml","artifactChecksum":"NWE3ZWQ2MWE4MGFjOWZiNGU2YmYxNzE0MTEwNGE4Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"adb84496-7ee4-4e38-9e3b-6ac36e2fecc6","artifactVersion":"1"},{"artifactName":"vfw40a0ab842c7e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json","artifactChecksum":"MjBkY2MyNWViMWE0NTNmZmYyY2Y0YzIwNDYyNzY5MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb8ca3ab-274d-4eaf-ba12-e740f87efe18","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0b50f4ea-733e-41e4-8f4b-153012370f65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdkZDAyYzgwYmViYWU3ODRmMzk1ZDFiN2E1NmRhNzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e027a5d-5f7a-4532-b9ba-6db927e953fb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"60e5dfee-7072-462b-8fa7-418baaad76c0","artifactVersion":"2","generatedFromUUID":"0b50f4ea-733e-41e4-8f4b-153012370f65"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211030051930-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml","artifactChecksum":"YjQxNGM5Mzc2OGQwNjgzNTU5NzVlYmViZmUxOGVhYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47982cc5-d679-45a4-9224-fd5a6485cca8","artifactVersion":"1"},{"artifactName":"service-Vfw20211030051930-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar","artifactChecksum":"NTA5NTBhYjA5NjI0OWE4ZDJlMDVlMzJjMGQyOTBjMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a55942d-25ca-47de-acf0-e643c2258d18","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T05:22:00.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571285954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.693Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:22:00.697Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:00.704Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:00.704Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571285612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "dcae-sch",
"timestamp": 1635571280311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571281669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571281654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571285612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "dcae-sch",
"timestamp": 1635571280311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571281669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571285954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571281654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571285612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "dcae-sch",
"timestamp": 1635571280311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571285954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571281669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571281654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571285612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "dcae-sch",
"timestamp": 1635571280311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571285954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571281669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571281654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571289877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571285612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571285954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571281669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "dcae-sch",
"timestamp": 1635571280311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571281654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571289877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571285612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571281669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "dcae-sch",
"timestamp": 1635571280311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571281654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571285954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571289877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571285612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571281669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571285954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "dcae-sch",
"timestamp": 1635571280311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571281654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571289877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571294397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571294406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.717Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571294394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571289877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "cds",
"timestamp": 1635571295411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-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-30T05:22:00.804Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-30T05:22:00.806Z||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-30T05:22:00.806Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
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-30T05:22:00.819Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:00.820Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-30T05:22:00.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37967407-d206-44ca-a34c-dd8132a367b7
2021-10-30T05:22:00.879Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37967407-d206-44ca-a34c-dd8132a367b7 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-30T05:22:00.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571295399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:00.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571289877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571295255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "policy-id",
"timestamp": 1635571296402,
"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-30T05:22:00.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37967407-d206-44ca-a34c-dd8132a367b7
2021-10-30T05:22:00.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37967407-d206-44ca-a34c-dd8132a367b7 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-30T05:22:00.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571289877,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571295255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571295255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571295255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571295255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571295255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571295255,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571302969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571304152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571305266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571305477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571305180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571306250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571305180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571306868,
"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-30T05:22:00.917Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37967407-d206-44ca-a34c-dd8132a367b7
2021-10-30T05:22:00.917Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37967407-d206-44ca-a34c-dd8132a367b7 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-30T05:22:00.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "aai-ml",
"timestamp": 1635571307254,
"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-30T05:22:00.927Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37967407-d206-44ca-a34c-dd8132a367b7
2021-10-30T05:22:00.927Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37967407-d206-44ca-a34c-dd8132a367b7 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-30T05:22:00.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571307485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:00.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571305180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571307873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:00.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "clamp",
"timestamp": 1635571308489,
"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-30T05:22:00.938Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37967407-d206-44ca-a34c-dd8132a367b7
2021-10-30T05:22:00.938Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37967407-d206-44ca-a34c-dd8132a367b7 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-30T05:22:00.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571305180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571305180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571305180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:00.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571305180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571312991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571317404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:00.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:22:00.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:22:00.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571318409,
"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-30T05:22:00.950Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37967407-d206-44ca-a34c-dd8132a367b7
2021-10-30T05:22:00.950Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37967407-d206-44ca-a34c-dd8132a367b7 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-30T05:22:01.707Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:22:01.708Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:01.709Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:01.709Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:22:01.809Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:01.810Z||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-30T05:22:01.810Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:01.822Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:01.822Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-30T05:22:02.709Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:22:02.710Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:02.711Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:02.711Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:22:02.811Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:02.812Z||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-30T05:22:02.812Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:02.824Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:02.824Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:03.712Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:22:03.712Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:03.713Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:03.714Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:03.814Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:03.814Z||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-30T05:22:03.814Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:03.827Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:03.827Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:04.714Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:22:04.715Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:04.716Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:04.716Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-30T05:22:04.816Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:04.817Z||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-30T05:22:04.817Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:04.831Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:04.831Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:05.716Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:22:05.717Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:05.719Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:05.719Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:22:05.819Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:05.819Z||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-30T05:22:05.819Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:05.832Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:05.832Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:06.719Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:22:06.720Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:06.721Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:06.721Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:22:06.821Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:06.822Z||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-30T05:22:06.822Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:06.833Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:06.833Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:07.723Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"serviceName": "vFW 2021-10-30 05-19-30",
"serviceVersion": "1.0",
"serviceUUID": "7610e319-72b9-410d-b54f-321e0486cdd8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c0181935-555f-4e89-8578-cce3d725f01a",
"resources": [
{
"resourceInstanceName": "vFW 40a0ab84-2c7e 0",
"resourceCustomizationUUID": "25da6d12-c35a-4944-81cd-a25f957a010d",
"resourceName": "vFW 40a0ab84-2c7e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "99d09ed5-8ccb-467a-9aea-542116a3b051",
"resourceInvariantUUID": "40003b06-0678-44ce-a0bd-2c7ce511a813",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw40a0ab842c7e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"artifactChecksum": "MjBkY2MyNWViMWE0NTNmZmYyY2Y0YzIwNDYyNzY5MDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cb8ca3ab-274d-4eaf-ba12-e740f87efe18",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0b50f4ea-733e-41e4-8f4b-153012370f65",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "60e5dfee-7072-462b-8fa7-418baaad76c0",
"generatedFromUUID": "0b50f4ea-733e-41e4-8f4b-153012370f65"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "60e5dfee-7072-462b-8fa7-418baaad76c0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211030051930-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"artifactChecksum": "NTA5NTBhYjA5NjI0OWE4ZDJlMDVlMzJjMGQyOTBjMTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a55942d-25ca-47de-acf0-e643c2258d18"
}
],
"workloadContext": "Production"
}
2021-10-30T05:22:07.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T05:22:07.724Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7610e319-72b9-410d-b54f-321e0486cdd8 ASDC
2021-10-30T05:22:07.798Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:37967407-d206-44ca-a34c-dd8132a367b7
ServiceName:vFW 2021-10-30 05-19-30
ServiceVersion:1.0
ServiceUUID:7610e319-72b9-410d-b54f-321e0486cdd8
ServiceInvariantUUID:c0181935-555f-4e89-8578-cce3d725f01a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211030051930-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar
ArtifactUUID:0a55942d-25ca-47de-acf0-e643c2258d18
ArtifactChecksum:NTA5NTBhYjA5NjI0OWE4ZDJlMDVlMzJjMGQyOTBjMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 40a0ab84-2c7e 0
ResourceCustomizationUUID:25da6d12-c35a-4944-81cd-a25f957a010d
ResourceInvariantUUID:40003b06-0678-44ce-a0bd-2c7ce511a813
ResourceName:vFW 40a0ab84-2c7e
ResourceType:VF
ResourceUUID:99d09ed5-8ccb-467a-9aea-542116a3b051
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw40a0ab842c7e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json
ArtifactUUID:cb8ca3ab-274d-4eaf-ba12-e740f87efe18
ArtifactChecksum:MjBkY2MyNWViMWE0NTNmZmYyY2Y0YzIwNDYyNzY5MDE=
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/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml
ArtifactUUID:0b50f4ea-733e-41e4-8f4b-153012370f65
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/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env
ArtifactUUID:60e5dfee-7072-462b-8fa7-418baaad76c0
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/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env
ArtifactUUID:60e5dfee-7072-462b-8fa7-418baaad76c0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-30T05:22:07.798Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7610e319-72b9-410d-b54f-321e0486cdd8 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-30T05:22:07.831Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:22:07.832Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T05:22:07.832Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T05:22:07.832Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0a55942d-25ca-47de-acf0-e643c2258d18 from URL: /sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:07.833Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:22:07.833Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:08.055Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:22:08.070Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar 0a55942d-25ca-47de-acf0-e643c2258d18 98944
2021-10-30T05:22:08.071Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar ASDC sendASDCNotification
2021-10-30T05:22:08.071Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:08.072Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:22:08.072Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:08.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:08.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571328070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:08.174Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:08.175Z||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-30T05:22:08.175Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:08.188Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:08.188Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-30T05:22:09.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:22:09.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T05:22:09.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0a55942d-25ca-47de-acf0-e643c2258d18, URL: /sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar to file: /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:09.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211030051930-csar.csar
2021-10-30T05:22:09.125Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:09.125Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:09.555Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3144005818845172164/Definitions/service-Vfw20211030051930-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-30T05:22:12.035Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 40a0ab84-2c7e 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-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.039Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:12.040Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T05:22:12.045Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.046Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:12.049Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:12.049Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T05:22:12.050Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:22:12.051Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.052Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:12.052Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:12.052Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T05:22:12.052Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:22:12.052Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.052Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:12.055Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.055Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is not matching search criteria
2021-10-30T05:22:12.055Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T05:22:12.055Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T05:22:12.055Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T05:22:12.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T05:22:12.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T05:22:12.058Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.058Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:12.058Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:12.058Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.058Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:12.072Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:12.072Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is not matching search criteria
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T05:22:12.073Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e0567a9-6384-48b6-8866-f1682b4a6f38
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.074Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T05:22:12.075Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a1209287-c549-43dd-9afb-5a25d91eb0dd
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is not matching search criteria
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T05:22:12.076Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98f3f826-b946-4585-95f5-a48988b8c10a
2021-10-30T05:22:12.077Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:12.078Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-30 05-19-30
Description:catalog service description
Model UUID:7610e319-72b9-410d-b54f-321e0486cdd8
Model Version:NULL
Model InvariantUuid:c0181935-555f-4e89-8578-cce3d725f01a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 40a0ab84-2c7e
Model UUID:f549f9d9-86c9-4015-b646-f59c0138378e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:40003b06-0678-44ce-a0bd-2c7ce511a813
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:25da6d12-c35a-4944-81cd-a25f957a010d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dc788b3b-8821-4d2b-89ed-467367af1c15
ModelName:Vfw40a0ab842c7e..base_vfw..module-0
ModelUuid:a0735b92-7511-4c22-8d7d-fe995304285f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4e0567a9-6384-48b6-8866-f1682b4a6f38
ModelInvariantUuid:0e8980a4-be01-42ee-bdf2-ad1ee737099f
ModelName:vFW 40a0ab84-2c7e-nodes.vfwCvfc
ModelUuid:692cf4c0-adac-419a-a473-57c501857595
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2632e4fd-eceb-415e-8ec3-29034969fc8c
ModelInvariantUuid:e09842ee-b180-42fe-b342-821ad4660a9b
ModelName:Vfw40a0ab842c7e.compute.nodes.heat.vfw
ModelUuid:f1fb9def-2ba6-4f6a-bb61-334aa833af50
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a1209287-c549-43dd-9afb-5a25d91eb0dd
ModelInvariantUuid:64668a41-c6fe-4b7d-befd-3ee2305a7409
ModelName:vFW 40a0ab84-2c7e-nodes.vsnCvfc
ModelUuid:8720ac50-4905-4259-8dbe-f2674bfcd58b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0114887f-88b7-448d-a56c-db881c61ad5f
ModelInvariantUuid:471b0093-06ff-4d16-a5d9-98accf063349
ModelName:Vfw40a0ab842c7e.compute.nodes.heat.vsn
ModelUuid:97256b32-9e9b-49bd-af84-46c43a8d66f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:98f3f826-b946-4585-95f5-a48988b8c10a
ModelInvariantUuid:12467b09-8093-47f4-8bd1-0cbcd253ff0e
ModelName:vFW 40a0ab84-2c7e-nodes.vpgCvfc
ModelUuid:3dd39bb6-a96d-4187-9442-5ff87dc048c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ca51de20-1e5a-4d99-be23-73552ed6cbb5
ModelInvariantUuid:acac0f7e-9208-4dc5-bbb8-6ef47268c230
ModelName:Vfw40a0ab842c7e.compute.nodes.heat.vpg
ModelUuid:c4e89ec3-5a99-4a5e-9707-68e744cc2a62
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-30T05:22:12.086Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 99d09ed5-8ccb-467a-9aea-542116a3b051
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-30T05:22:12.149Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||vFW 40a0ab84-2c7e 0
2021-10-30T05:22:12.155Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99d09ed5-8ccb-467a-9aea-542116a3b051
2021-10-30T05:22:12.155Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cb8ca3ab-274d-4eaf-ba12-e740f87efe18 from URL: /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json
2021-10-30T05:22:12.155Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:22:12.155Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json
2021-10-30T05:22:12.263Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:22:12.264Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json cb8ca3ab-274d-4eaf-ba12-e740f87efe18 785
2021-10-30T05:22:12.264Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json ASDC sendASDCNotification
2021-10-30T05:22:12.264Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json
2021-10-30T05:22:12.264Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:22:12.264Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:12.266Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:12.266Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571332264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:12.366Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:12.367Z||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-30T05:22:12.367Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:12.381Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:12.381Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:13.267Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw40a0ab842c7e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc788b3b-8821-4d2b-89ed-467367af1c15",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0735b92-7511-4c22-8d7d-fe995304285f",
"vfModuleModelCustomizationUUID": "a787e4ce-96a0-4e81-93f5-7d4ab5134434",
"isBase": true,
"artifacts": [
"0b50f4ea-733e-41e4-8f4b-153012370f65",
"60e5dfee-7072-462b-8fa7-418baaad76c0"
],
"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-30T05:22:13.279Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw40a0ab842c7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0735b92-7511-4c22-8d7d-fe995304285f
VfModuleModelInvariantUUID:dc788b3b-8821-4d2b-89ed-467367af1c15
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b50f4ea-733e-41e4-8f4b-153012370f65
,
60e5dfee-7072-462b-8fa7-418baaad76c0
}
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-30T05:22:13.281Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw40a0ab842c7e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "dc788b3b-8821-4d2b-89ed-467367af1c15",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0735b92-7511-4c22-8d7d-fe995304285f",
"vfModuleModelCustomizationUUID": "a787e4ce-96a0-4e81-93f5-7d4ab5134434",
"isBase": true,
"artifacts": [
"0b50f4ea-733e-41e4-8f4b-153012370f65",
"60e5dfee-7072-462b-8fa7-418baaad76c0"
],
"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-30T05:22:13.281Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw40a0ab842c7e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0735b92-7511-4c22-8d7d-fe995304285f
VfModuleModelInvariantUUID:dc788b3b-8821-4d2b-89ed-467367af1c15
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b50f4ea-733e-41e4-8f4b-153012370f65
,
60e5dfee-7072-462b-8fa7-418baaad76c0
}
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-30T05:22:13.281Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0b50f4ea-733e-41e4-8f4b-153012370f65 from URL: /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml
2021-10-30T05:22:13.281Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:22:13.281Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml
2021-10-30T05:22:13.365Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:22:13.366Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml 0b50f4ea-733e-41e4-8f4b-153012370f65 20368
2021-10-30T05:22:13.366Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-30T05:22:13.366Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml
2021-10-30T05:22:13.367Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:22:13.367Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:13.368Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:13.368Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571333366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:13.468Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:13.469Z||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-30T05:22:13.469Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:13.481Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:13.482Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:14.369Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 60e5dfee-7072-462b-8fa7-418baaad76c0 from URL: /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env
2021-10-30T05:22:14.369Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:22:14.369Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env
2021-10-30T05:22:14.407Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:22:14.407Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env 60e5dfee-7072-462b-8fa7-418baaad76c0 2098
2021-10-30T05:22:14.407Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-30T05:22:14.407Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env
2021-10-30T05:22:14.407Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:22:14.407Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:14.409Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:14.409Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571334407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:22:14.509Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:14.510Z||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-30T05:22:14.510Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:14.522Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:14.522Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:15.410Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7610e319-72b9-410d-b54f-321e0486cdd8
2021-10-30T05:22:15.410Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 40a0ab84-2c7e 0 99d09ed5-8ccb-467a-9aea-542116a3b051 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-30T05:22:15.435Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c3cac83, org.onap.sdc.toscaparser.api.parameters.Input@176dd2a6, org.onap.sdc.toscaparser.api.parameters.Input@68af6266, org.onap.sdc.toscaparser.api.parameters.Input@2822ce0a, org.onap.sdc.toscaparser.api.parameters.Input@71233739]
2021-10-30T05:22:15.437Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.437Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.437Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-10-30T05:22:15.437Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 25da6d12-c35a-4944-81cd-a25f957a010d
2021-10-30T05:22:15.438Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25da6d12-c35a-4944-81cd-a25f957a010d matches Tosca VF Customization UUID: 25da6d12-c35a-4944-81cd-a25f957a010d
2021-10-30T05:22:15.438Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 25da6d12-c35a-4944-81cd-a25f957a010d 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-30T05:22:15.441Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.442Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.442Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 25da6d12-c35a-4944-81cd-a25f957a010d: {\"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-30T05:22:15.443Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@337b5318
2021-10-30T05:22:15.443Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.443Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T05:22:15.443Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a787e4ce-96a0-4e81-93f5-7d4ab5134434
2021-10-30T05:22:15.444Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a787e4ce-96a0-4e81-93f5-7d4ab5134434
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-30T05:22:15.447Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.448Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:15.448Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is not matching search criteria
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T05:22:15.449Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.450Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e0567a9-6384-48b6-8866-f1682b4a6f38
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-30T05:22:15.455Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.455Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:15.455Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:15.455Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.456Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is not matching search criteria
2021-10-30T05:22:15.456Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T05:22:15.456Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T05:22:15.456Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T05:22:15.456Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.456Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.457Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a1209287-c549-43dd-9afb-5a25d91eb0dd
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-30T05:22:15.458Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.459Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:15.459Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:15.460Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.460Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-30T05:22:15.461Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-30T05:22:15.462Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-30T05:22:15.462Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98f3f826-b946-4585-95f5-a48988b8c10a
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-30T05:22:15.463Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.463Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:15.463Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:22:15.463Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.464Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Node template vFW 40a0ab84-2c7e 0 is matching search criteria
2021-10-30T05:22:15.464Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 40a0ab84-2c7e 0] matching following query criteria: sdcType=VF, customizationUUID=25da6d12-c35a-4944-81cd-a25f957a010d
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-30T05:22:15.465Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.465Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.466Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7610e319-72b9-410d-b54f-321e0486cdd8: vFW 40a0ab84-2c7e
2021-10-30T05:22:15.466Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.466Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.466Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.466Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.467Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.467Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.467Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.467Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.467Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:22:15.467Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-30 05-19-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:22:15.468Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-10-30 05-19-30
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-30T05:22:15.629Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 40a0ab84-2c7e 99d09ed5-8ccb-467a-9aea-542116a3b051 1 ASDC deployResourceStructure
2021-10-30T05:22:15.630Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json ASDC sendASDCNotification
2021-10-30T05:22:15.630Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json
2021-10-30T05:22:15.630Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:22:15.630Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:15.631Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:15.631Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571335630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:15.731Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:15.732Z||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-30T05:22:15.732Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:15.743Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:15.744Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T05:22:16.632Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-30T05:22:16.632Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml
2021-10-30T05:22:16.632Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:22:16.633Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:16.634Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:16.634Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571336632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:16.734Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:16.735Z||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-30T05:22:16.735Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:16.748Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:16.748Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-30T05:22:17.635Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-30T05:22:17.635Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env
2021-10-30T05:22:17.635Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:22:17.636Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:17.637Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:17.637Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571337635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:17.737Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:17.738Z||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-30T05:22:17.738Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:17.751Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:17.751Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:18.638Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar ASDC sendASDCNotification
2021-10-30T05:22:18.638Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar
2021-10-30T05:22:18.638Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:22:18.639Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:22:18.641Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:22:18.641Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571338638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:22:18.741Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:22:18.741Z||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-30T05:22:18.741Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:22:18.755Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:22:18.756Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:22:19.642Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37967407-d206-44ca-a34c-dd8132a367b7
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-30T05:22:19.655Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37967407-d206-44ca-a34c-dd8132a367b7
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-30T05:22:19.657Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:22:19.658Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:22:19.659Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:22:19.659Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T05:22:19.663Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T05:22:49.663Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37967407-d206-44ca-a34c-dd8132a367b7 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-30T05:22:49.672Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37967407-d206-44ca-a34c-dd8132a367b7 and serviceModelVersionId: 7610e319-72b9-410d-b54f-321e0486cdd8
2021-10-30T05:22:49.672Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0181935-555f-4e89-8578-cce3d725f01a
2021-10-30T05:23:00.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:23:00.058Z||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-30T05:23:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:23:00.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:23:00.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-30T05:23:00.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:23:00.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-30T05:23:01.187Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0181935-555f-4e89-8578-cce3d725f01a/model-vers/model-ver/7610e319-72b9-410d-b54f-321e0486cdd8?depth=0
2021-10-30T05:23:01.275Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T05:23:01.888Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0181935-555f-4e89-8578-cce3d725f01a/model-vers/model-ver/7610e319-72b9-410d-b54f-321e0486cdd8?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-30T05:23:01.892Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0181935-555f-4e89-8578-cce3d725f01a/model-vers/model-ver/7610e319-72b9-410d-b54f-321e0486cdd8?depth=0|INFO|500||Invoke
2021-10-30T05:23:02.017Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0181935-555f-4e89-8578-cce3d725f01a/model-vers/model-ver/7610e319-72b9-410d-b54f-321e0486cdd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-30T05:23:02.268Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0181935-555f-4e89-8578-cce3d725f01a/model-vers/model-ver/7610e319-72b9-410d-b54f-321e0486cdd8?depth=0|INFO|500||InvokeReturn
2021-10-30T05:23:02.268Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0181935-555f-4e89-8578-cce3d725f01a/model-vers/model-ver/7610e319-72b9-410d-b54f-321e0486cdd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211030-05:23:02:024-44915], vertex-id=[356592], Content-Length=[0], Date=[Sat, 30 Oct 2021 05:23:02 GMT], Content-Type=[application/json]}
2021-10-30T05:23:02.268Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-10-30T05:23:02.271Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T05:23:02.271Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T05:23:02.275Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-30T05:23:02.281Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37967407-d206-44ca-a34c-dd8132a367b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T05:23:02.281Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T05:23:02.282Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:23:02.283Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:23:02.283Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571382281,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T05:23:02.383Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T05:23:02.384Z||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-30T05:23:02.384Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:23:02.398Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:23:02.398Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-30T05:23:03.298Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:23:03.299Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:23:03.299Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:23:12.847Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:24:00.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:24:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:24:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:24:00.058Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:24:00.058Z||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-30T05:24:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:24:00.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:24:00.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:24:00.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-30T05:24:00.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571320056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:24:00.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571328070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571332264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571333366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571334407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571335630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/vfw40a0ab842c7e0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571336632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571337635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/resourceInstances/vfw40a0ab842c7e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571338638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211030051930/1.0/artifacts/service-Vfw20211030051930-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:24:00.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:24:09.611Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:25:00.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:25:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:25:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:25:00.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:25:00.058Z||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-30T05:25:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:25:00.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:25:00.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-30T05:25:00.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37967407-d206-44ca-a34c-dd8132a367b7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571382281,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T05:25:00.580Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:25:09.604Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:26:00.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:26:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:26:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:26:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:26:00.058Z||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-30T05:26:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:26:09.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:26:09.603Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:00.056Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:27:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:27:00.057Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:27:00.058Z||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-30T05:27:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:27:00.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:00.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:27:00.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571615255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:27:00.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:27:00.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:27:00.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571615954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:27:00.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:27:00.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:27:00.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571611669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:27:00.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:27:00.687Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:00.687Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-30T05:27:00.687Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0fcaa57-e38f-4ab4-b93a-3474504ea744","serviceName":"basic_onboard_XCOmJO","serviceVersion":"1.0","serviceUUID":"101c222d-81e5-4dd3-b73b-1274f02da70b","serviceDescription":"service","serviceInvariantUUID":"321c28e2-c07c-445a-b645-0477000ae77b","resources":[{"resourceInstanceName":"basic_onboard_XCOmJO 0","resourceName":"basic_onboard_XCOmJO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2aa86b97-0ec8-446e-9ff9-55e8edab41ca","resourceInvariantUUID":"ab206413-8708-496b-bc8b-8b900c1cc934","resourceCustomizationUUID":"3fe49310-299e-4314-ac22-7221a0a2ab1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml","artifactChecksum":"MmRjODY5ODJkMGQwYzliNTAzZDczNWVjMTBiMzUwYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"129bc297-e440-4671-bc5b-00d3a6d42ea1","artifactVersion":"1"},{"artifactName":"basic_onboard_xcomjo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json","artifactChecksum":"OWNlZTkxZjM5NmRlZjU0NTU2ZmZmNTBjZDM5ZmE4OTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd446931-7430-418d-b3b9-17e583775ada","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36a51618-4f47-4f95-87da-7d81bf389922","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c3142d4-6aed-4e32-af95-2bf0405fb156","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f703d2d2-91c4-442d-8d30-a86231b73736","artifactVersion":"2","generatedFromUUID":"36a51618-4f47-4f95-87da-7d81bf389922"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXcomjo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml","artifactChecksum":"MzVlODdmN2I5YThmN2VhYmI0Y2M3YTRkM2IwMThiMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"064313c1-09b8-44f8-b566-4123c6db8d6c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXcomjo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar","artifactChecksum":"NDJkNGRhOTU1YjRjYWZhOGY3OGM2ZGU4ZmU1MzNjZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc2438d5-8a68-41b9-9f3e-801f23fe7c95","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T05:27:00.690Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:27:00.690Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:00.691Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:00.691Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:27:00.791Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:00.792Z||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-30T05:27:00.792Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:00.804Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:00.805Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:01.692Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:27:01.692Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:01.694Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:01.694Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:27:01.794Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:01.794Z||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-30T05:27:01.794Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:01.806Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:01.807Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:02.694Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:27:02.695Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:02.697Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:02.697Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:27:02.797Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:02.797Z||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-30T05:27:02.797Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:02.811Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:02.811Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-30T05:27:03.698Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:27:03.698Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:03.699Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:03.699Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:27:03.800Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-30T05:27:03.800Z||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-30T05:27:03.800Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:03.812Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:03.812Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:04.700Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:27:04.700Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:04.702Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:04.702Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-30T05:27:04.802Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:04.802Z||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-30T05:27:04.802Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:04.815Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:04.815Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:05.702Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:27:05.703Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:05.704Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:05.704Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:27:05.804Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:05.804Z||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-30T05:27:05.805Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:05.816Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:05.817Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:06.704Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:27:06.705Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:06.706Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:06.706Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:27:06.806Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-30T05:27:06.807Z||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-30T05:27:06.807Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:06.821Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:06.821Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:07.707Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"serviceName": "basic_onboard_XCOmJO",
"serviceVersion": "1.0",
"serviceUUID": "101c222d-81e5-4dd3-b73b-1274f02da70b",
"serviceDescription": "service",
"serviceInvariantUUID": "321c28e2-c07c-445a-b645-0477000ae77b",
"resources": [
{
"resourceInstanceName": "basic_onboard_XCOmJO 0",
"resourceCustomizationUUID": "3fe49310-299e-4314-ac22-7221a0a2ab1a",
"resourceName": "basic_onboard_XCOmJO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2aa86b97-0ec8-446e-9ff9-55e8edab41ca",
"resourceInvariantUUID": "ab206413-8708-496b-bc8b-8b900c1cc934",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xcomjo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"artifactChecksum": "OWNlZTkxZjM5NmRlZjU0NTU2ZmZmNTBjZDM5ZmE4OTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dd446931-7430-418d-b3b9-17e583775ada",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "36a51618-4f47-4f95-87da-7d81bf389922",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f703d2d2-91c4-442d-8d30-a86231b73736",
"generatedFromUUID": "36a51618-4f47-4f95-87da-7d81bf389922"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f703d2d2-91c4-442d-8d30-a86231b73736",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXcomjo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"artifactChecksum": "NDJkNGRhOTU1YjRjYWZhOGY3OGM2ZGU4ZmU1MzNjZDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc2438d5-8a68-41b9-9f3e-801f23fe7c95"
}
],
"workloadContext": "Production"
}
2021-10-30T05:27:07.708Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T05:27:07.708Z|37967407-d206-44ca-a34c-dd8132a367b7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 101c222d-81e5-4dd3-b73b-1274f02da70b ASDC
2021-10-30T05:27:07.708Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b0fcaa57-e38f-4ab4-b93a-3474504ea744
ServiceName:basic_onboard_XCOmJO
ServiceVersion:1.0
ServiceUUID:101c222d-81e5-4dd3-b73b-1274f02da70b
ServiceInvariantUUID:321c28e2-c07c-445a-b645-0477000ae77b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXcomjo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar
ArtifactUUID:dc2438d5-8a68-41b9-9f3e-801f23fe7c95
ArtifactChecksum:NDJkNGRhOTU1YjRjYWZhOGY3OGM2ZGU4ZmU1MzNjZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XCOmJO 0
ResourceCustomizationUUID:3fe49310-299e-4314-ac22-7221a0a2ab1a
ResourceInvariantUUID:ab206413-8708-496b-bc8b-8b900c1cc934
ResourceName:basic_onboard_XCOmJO
ResourceType:VF
ResourceUUID:2aa86b97-0ec8-446e-9ff9-55e8edab41ca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xcomjo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json
ArtifactUUID:dd446931-7430-418d-b3b9-17e583775ada
ArtifactChecksum:OWNlZTkxZjM5NmRlZjU0NTU2ZmZmNTBjZDM5ZmE4OTc=
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/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36a51618-4f47-4f95-87da-7d81bf389922
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/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env
ArtifactUUID:f703d2d2-91c4-442d-8d30-a86231b73736
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/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env
ArtifactUUID:f703d2d2-91c4-442d-8d30-a86231b73736
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-30T05:27:07.708Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 101c222d-81e5-4dd3-b73b-1274f02da70b 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-30T05:27:07.735Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:27:07.735Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T05:27:07.735Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T05:27:07.735Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dc2438d5-8a68-41b9-9f3e-801f23fe7c95 from URL: /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:07.735Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:27:07.736Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:07.939Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:27:07.948Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar dc2438d5-8a68-41b9-9f3e-801f23fe7c95 71570
2021-10-30T05:27:07.948Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar ASDC sendASDCNotification
2021-10-30T05:27:07.948Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:07.948Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:27:07.948Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:07.949Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:07.950Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:27:08.050Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:08.050Z||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-30T05:27:08.050Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:08.062Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:08.062Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:08.950Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:27:08.951Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-30T05:27:08.951Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dc2438d5-8a68-41b9-9f3e-801f23fe7c95, URL: /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar to file: /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:08.951Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:08.952Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:08.952Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:09.065Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17442416680297036008/Definitions/service-BasicOnboardXcomjo-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-30T05:27:10.315Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T05:27:10.315Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XCOmJO 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-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||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-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.316Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.317Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:10.318Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:10.318Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-30T05:27:10.318Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:27:10.318Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.318Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:10.318Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.318Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is not matching search criteria
2021-10-30T05:27:10.319Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-30T05:27:10.319Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-30T05:27:10.319Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-30T05:27:10.319Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T05:27:10.319Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-30T05:27:10.319Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.319Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T05:27:10.320Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.320Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:10.320Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:27:10.320Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.320Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:10.321Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:27:10.321Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.321Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:10.321Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:27:10.321Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is not matching search criteria
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=66f6568f-2cc3-4b29-9f70-377a4e639e50
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:10.322Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.323Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:10.323Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:10.323Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:10.323Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_XCOmJO
Description:service
Model UUID:101c222d-81e5-4dd3-b73b-1274f02da70b
Model Version:NULL
Model InvariantUuid:321c28e2-c07c-445a-b645-0477000ae77b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_XCOmJO
Model UUID:3bc989bf-b19c-4b55-b35e-8a7f81567000
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab206413-8708-496b-bc8b-8b900c1cc934
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3fe49310-299e-4314-ac22-7221a0a2ab1a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5ebab10d-26ba-494b-a1af-64ccc3558a53
ModelName:BasicOnboardXcomjo..base_ubuntu18..module-0
ModelUuid:6e359f65-55c7-4a9f-b64f-8aa6ef10a32c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:66f6568f-2cc3-4b29-9f70-377a4e639e50
ModelInvariantUuid:a0115dde-63ea-4d71-a0a5-91c2aa954f88
ModelName:basic_onboard_XCOmJO-nodes.ubuntu18Cvfc
ModelUuid:445d2ad0-108d-45e3-b374-68cc6bb9e096
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:655c593b-e025-4c70-8016-ebb024fc1b8a
ModelInvariantUuid:a260e0c1-f623-4768-a481-a2d2f5a4898d
ModelName:BasicOnboardXcomjo.compute.nodes.heat.ubuntu18
ModelUuid:4806afb6-a654-447f-aa51-094238c6e070
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-30T05:27:10.327Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2aa86b97-0ec8-446e-9ff9-55e8edab41ca
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-30T05:27:10.329Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||basic_onboard_XCOmJO 0
2021-10-30T05:27:10.329Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2aa86b97-0ec8-446e-9ff9-55e8edab41ca
2021-10-30T05:27:10.329Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dd446931-7430-418d-b3b9-17e583775ada from URL: /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json
2021-10-30T05:27:10.329Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:27:10.329Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json
2021-10-30T05:27:10.365Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:27:10.365Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json dd446931-7430-418d-b3b9-17e583775ada 798
2021-10-30T05:27:10.366Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json ASDC sendASDCNotification
2021-10-30T05:27:10.366Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json
2021-10-30T05:27:10.366Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:27:10.366Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:10.367Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:10.367Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571630366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:27:10.467Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:10.468Z||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-30T05:27:10.468Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:10.481Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:10.481Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:11.368Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXcomjo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5ebab10d-26ba-494b-a1af-64ccc3558a53",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e359f65-55c7-4a9f-b64f-8aa6ef10a32c",
"vfModuleModelCustomizationUUID": "91ce8369-3a1f-46e5-aa63-8ca0d3429b1b",
"isBase": true,
"artifacts": [
"36a51618-4f47-4f95-87da-7d81bf389922",
"f703d2d2-91c4-442d-8d30-a86231b73736"
],
"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-30T05:27:11.372Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXcomjo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e359f65-55c7-4a9f-b64f-8aa6ef10a32c
VfModuleModelInvariantUUID:5ebab10d-26ba-494b-a1af-64ccc3558a53
VfModuleModelDescription:NULL
Artifacts UUID List:{
36a51618-4f47-4f95-87da-7d81bf389922
,
f703d2d2-91c4-442d-8d30-a86231b73736
}
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-30T05:27:11.373Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXcomjo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5ebab10d-26ba-494b-a1af-64ccc3558a53",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6e359f65-55c7-4a9f-b64f-8aa6ef10a32c",
"vfModuleModelCustomizationUUID": "91ce8369-3a1f-46e5-aa63-8ca0d3429b1b",
"isBase": true,
"artifacts": [
"36a51618-4f47-4f95-87da-7d81bf389922",
"f703d2d2-91c4-442d-8d30-a86231b73736"
],
"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-30T05:27:11.374Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXcomjo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e359f65-55c7-4a9f-b64f-8aa6ef10a32c
VfModuleModelInvariantUUID:5ebab10d-26ba-494b-a1af-64ccc3558a53
VfModuleModelDescription:NULL
Artifacts UUID List:{
36a51618-4f47-4f95-87da-7d81bf389922
,
f703d2d2-91c4-442d-8d30-a86231b73736
}
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-30T05:27:11.374Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 36a51618-4f47-4f95-87da-7d81bf389922 from URL: /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml
2021-10-30T05:27:11.374Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:27:11.374Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml
2021-10-30T05:27:11.464Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:27:11.465Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml 36a51618-4f47-4f95-87da-7d81bf389922 5033
2021-10-30T05:27:11.465Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-30T05:27:11.465Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml
2021-10-30T05:27:11.465Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:27:11.465Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:11.467Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:11.467Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571631465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:27:11.567Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:11.568Z||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-30T05:27:11.568Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:11.580Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:11.581Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:12.467Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f703d2d2-91c4-442d-8d30-a86231b73736 from URL: /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env
2021-10-30T05:27:12.468Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-30T05:27:12.468Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env
2021-10-30T05:27:12.561Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-30T05:27:12.561Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env f703d2d2-91c4-442d-8d30-a86231b73736 909
2021-10-30T05:27:12.562Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-30T05:27:12.562Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env
2021-10-30T05:27:12.562Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:27:12.562Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:12.563Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:12.563Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571632562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:27:12.663Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:12.664Z||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-30T05:27:12.664Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:12.676Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:12.676Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:13.564Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 101c222d-81e5-4dd3-b73b-1274f02da70b
2021-10-30T05:27:13.564Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XCOmJO 0 2aa86b97-0ec8-446e-9ff9-55e8edab41ca ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T05:27:13.573Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b8b7324, org.onap.sdc.toscaparser.api.parameters.Input@3b3adcd, org.onap.sdc.toscaparser.api.parameters.Input@5a5f70a3, org.onap.sdc.toscaparser.api.parameters.Input@5f3dc9be, org.onap.sdc.toscaparser.api.parameters.Input@4fbf932e]
2021-10-30T05:27:13.574Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.574Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.574Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-10-30T05:27:13.574Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3fe49310-299e-4314-ac22-7221a0a2ab1a
2021-10-30T05:27:13.574Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3fe49310-299e-4314-ac22-7221a0a2ab1a matches Tosca VF Customization UUID: 3fe49310-299e-4314-ac22-7221a0a2ab1a
2021-10-30T05:27:13.574Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3fe49310-299e-4314-ac22-7221a0a2ab1a 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-30T05:27:13.576Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.576Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.576Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3fe49310-299e-4314-ac22-7221a0a2ab1a: {\"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-30T05:27:13.576Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7cca551d
2021-10-30T05:27:13.577Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.577Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-30T05:27:13.577Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91ce8369-3a1f-46e5-aa63-8ca0d3429b1b
2021-10-30T05:27:13.577Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91ce8369-3a1f-46e5-aa63-8ca0d3429b1b
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-30T05:27:13.578Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is not matching search criteria
2021-10-30T05:27:13.579Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-30T05:27:13.580Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-30T05:27:13.580Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=66f6568f-2cc3-4b29-9f70-377a4e639e50
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-30T05:27:13.581Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.581Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:13.581Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-30T05:27:13.581Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.582Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_XCOmJO 0 is matching search criteria
2021-10-30T05:27:13.582Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_XCOmJO 0] matching following query criteria: sdcType=VF, customizationUUID=3fe49310-299e-4314-ac22-7221a0a2ab1a
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-30T05:27:13.583Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.583Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.583Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 101c222d-81e5-4dd3-b73b-1274f02da70b: basic_onboard_XCOmJO
2021-10-30T05:27:13.583Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.583Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.583Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.583Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.584Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.584Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.584Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.584Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.584Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:27:13.584Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_XCOmJO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:27:13.584Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_XCOmJO
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-30T05:27:13.634Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XCOmJO 2aa86b97-0ec8-446e-9ff9-55e8edab41ca 1 ASDC deployResourceStructure
2021-10-30T05:27:13.634Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json ASDC sendASDCNotification
2021-10-30T05:27:13.634Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json
2021-10-30T05:27:13.634Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:27:13.634Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:13.635Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:13.636Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571633634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T05:27:13.736Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:13.736Z||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-30T05:27:13.736Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:13.747Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:13.748Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-30T05:27:14.636Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-30T05:27:14.636Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml
2021-10-30T05:27:14.637Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:27:14.637Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:14.638Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:14.638Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571634636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T05:27:14.738Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:14.739Z||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-30T05:27:14.739Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:14.751Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:14.751Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:15.639Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-30T05:27:15.639Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env
2021-10-30T05:27:15.639Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:27:15.639Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:15.641Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:15.641Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571635639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-30T05:27:15.741Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:15.741Z||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-30T05:27:15.742Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:15.754Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:15.754Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:16.642Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar ASDC sendASDCNotification
2021-10-30T05:27:16.642Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar
2021-10-30T05:27:16.642Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:27:16.642Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:27:16.643Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:27:16.644Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571636642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:27:16.744Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:27:16.744Z||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-30T05:27:16.744Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:27:16.757Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:27:16.757Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:27:17.644Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:27:17.653Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:27:17.654Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:27:17.654Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T05:27:17.655Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T05:27:47.655Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:27:47.661Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:27:47.662Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:27:47.662Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T05:27:47.663Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T05:28:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:28:00.058Z||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-30T05:28:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:28:00.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:28:00.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:28:00.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571619876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:28:00.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:28:17.663Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:28:17.669Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:28:17.671Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:28:17.671Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T05:28:17.671Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T05:28:47.671Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:28:47.679Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:28:47.680Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:28:47.680Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T05:28:47.681Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T05:29:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:29:00.058Z||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-30T05:29:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:29:00.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:29:00.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:29:00.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:29:00.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:29:17.681Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:29:17.690Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:29:17.692Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:29:17.692Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T05:29:17.692Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T05:29:47.693Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:29:47.699Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:29:47.701Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:29:47.701Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-30T05:29:47.701Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-30T05:30:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:30:00.058Z||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-30T05:30:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:30:00.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:30:00.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571615255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571611669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571615954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "dcae-sch",
"timestamp": 1635571620311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571619876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571615255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571615954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571611669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "dcae-sch",
"timestamp": 1635571620311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571621654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571619876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571615255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571611669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571615954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "dcae-sch",
"timestamp": 1635571620311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571621654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571619876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571615255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571611669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571615954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "dcae-sch",
"timestamp": 1635571620311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571621654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571619876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571615255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571611669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571615954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "dcae-sch",
"timestamp": 1635571620311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571621654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571619876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571615255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571611669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571615954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "dcae-sch",
"timestamp": 1635571620311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571625612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571621654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571619876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571620056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571626866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571626869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571626951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "dcae-sch",
"timestamp": 1635571620311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571625612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571621654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "cds",
"timestamp": 1635571627875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-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-30T05:30:00.601Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0fcaa57-e38f-4ab4-b93a-3474504ea744
2021-10-30T05:30:00.602Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0fcaa57-e38f-4ab4-b93a-3474504ea744 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-30T05:30:00.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571627948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571627958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571625612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571621654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571628993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571625612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571629342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.618Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571630009,
"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-30T05:30:00.621Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0fcaa57-e38f-4ab4-b93a-3474504ea744
2021-10-30T05:30:00.621Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0fcaa57-e38f-4ab4-b93a-3474504ea744 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-30T05:30:00.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571625612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571630366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571630344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635571631011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571625612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "policy-id",
"timestamp": 1635571631346,
"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-30T05:30:00.632Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0fcaa57-e38f-4ab4-b93a-3474504ea744
2021-10-30T05:30:00.632Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0fcaa57-e38f-4ab4-b93a-3474504ea744 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-30T05:30:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571631465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "ves-openapi-manager",
"timestamp": 1635571625612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571632562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571632748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571633634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "aai-ml",
"timestamp": 1635571633752,
"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-30T05:30:00.641Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0fcaa57-e38f-4ab4-b93a-3474504ea744
2021-10-30T05:30:00.641Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0fcaa57-e38f-4ab4-b93a-3474504ea744 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-30T05:30:00.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571634636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571635639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571635180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571636642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.647Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571635180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/basic_onboard_xcomjo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571635180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571635180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571639505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571635180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/resourceInstances/basic_onboard_xcomjo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571635180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571641511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571635180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:30:00.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:30:00.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "clamp",
"timestamp": 1635571642514,
"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-30T05:30:00.652Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0fcaa57-e38f-4ab4-b93a-3474504ea744
2021-10-30T05:30:00.653Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0fcaa57-e38f-4ab4-b93a-3474504ea744 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-30T05:30:00.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571643070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:30:00.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571645126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXcomjo/1.0/artifacts/service-BasicOnboardXcomjo-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:30:00.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:30:00.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:30:00.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635571646130,
"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-30T05:30:00.662Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0fcaa57-e38f-4ab4-b93a-3474504ea744
2021-10-30T05:30:00.662Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0fcaa57-e38f-4ab4-b93a-3474504ea744 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-30T05:30:17.702Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:30:17.708Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744
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-30T05:30:17.710Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:30:17.710Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T05:30:17.710Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T05:30:17.710Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T05:30:17.711Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:30:17.711Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:30:17.711Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:30:17.711Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:30:17.711Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:30:17.711Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:30:17.711Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T05:30:17.714Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T05:30:47.715Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744 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-30T05:30:47.718Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0fcaa57-e38f-4ab4-b93a-3474504ea744 and serviceModelVersionId: 101c222d-81e5-4dd3-b73b-1274f02da70b
2021-10-30T05:30:47.718Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 321c28e2-c07c-445a-b645-0477000ae77b
2021-10-30T05:30:47.719Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0
2021-10-30T05:30:47.722Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T05:30:47.756Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0|INFO|500||Invoke
2021-10-30T05:30:47.757Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b0fcaa57-e38f-4ab4-b93a-3474504ea744], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0620124b-e4b0-4ea8-942d-f619d668e5dc], X-ECOMP-RequestID=[b0fcaa57-e38f-4ab4-b93a-3474504ea744], X-TransactionId=[], X-ONAP-RequestID=[b0fcaa57-e38f-4ab4-b93a-3474504ea744], Content-Type=[application/merge-patch+json]}
2021-10-30T05:30:47.776Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-30T05:30:47.878Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?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/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211030-05:30:47:782-30801], vertex-id=[180360], Content-Length=[0], Date=[Sat, 30 Oct 2021 05:30:47 GMT], Content-Type=[application/json]}
2021-10-30T05:30:47.879Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-30T05:30:47.879Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/321c28e2-c07c-445a-b645-0477000ae77b/model-vers/model-ver/101c222d-81e5-4dd3-b73b-1274f02da70b?depth=0|INFO|500||InvokeReturn
2021-10-30T05:30:47.879Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T05:30:47.879Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T05:30:47.882Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-30T05:30:47.883Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0fcaa57-e38f-4ab4-b93a-3474504ea744 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T05:30:47.883Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T05:30:47.883Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:30:47.885Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:30:47.885Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571847883,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T05:30:47.985Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:30:47.985Z||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-30T05:30:47.986Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:30:47.999Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:30:48.000Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-30T05:30:48.894Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:30:48.894Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-30T05:30:48.894Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as t7PavRzLw9g91E2U) ...
2021-10-30T05:30:59.457Z|b0fcaa57-e38f-4ab4-b93a-3474504ea744|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:30:59.458Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:30:59.458Z||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-30T05:30:59.458Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:31:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:31:00.058Z||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-30T05:31:00.059Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:31:00.680Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:31:00.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:31:00.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0fcaa57-e38f-4ab4-b93a-3474504ea744",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635571847883,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T05:31:00.681Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:31:09.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:31:09.004Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:31:09.004Z||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-30T05:31:09.005Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:31:18.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:31:18.545Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:31:18.545Z||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-30T05:31:18.545Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:31:28.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:32:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:32:00.057Z||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-30T05:32:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:32:00.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:32:00.058Z||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-30T05:32:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:32:09.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:32:09.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:33:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:33:00.057Z||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-30T05:33:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:33:00.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:33:00.058Z||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-30T05:33:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:33:09.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:33:09.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:34:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:34:00.057Z||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-30T05:34:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:34:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:34:00.058Z||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-30T05:34:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:34:09.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:34:09.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:00.056Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:35:00.057Z||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-30T05:35:00.057Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:35:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:35:00.058Z||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-30T05:35:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:35:00.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:00.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "ves-openapi-manager",
"timestamp": 1635572065612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "clamp",
"timestamp": 1635572069876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "cds",
"timestamp": 1635572065954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"37a2dc35-5872-4892-b984-e5adaaf0c30d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c470f1f1-5390-4f67-8d00-cc61359b1772","serviceDescription":"service","serviceInvariantUUID":"06b58411-2788-48bd-8c18-557cf9148b59","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"362cc2b8-1585-4fc3-b2dc-12a7e22e125a","resourceInvariantUUID":"333f33f6-6c49-48ff-a759-5e24a375d7ce","resourceCustomizationUUID":"ca91d827-4259-4cb3-810a-ddb94e4f0fb0","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":"MzYzMzg5ZGU4YmFkNzE5ZDE3ZmNmNDJhNjk1OGJiMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"978bceda-c27e-43a5-b9fb-93d42833b1e7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDUyYzA4MGNkNjcxMjY1Mjg1NGU3NGI3Y2E4M2U5NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c536b957-abc0-4f50-9a59-b7bde63157aa","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "aai-ml",
"timestamp": 1635572061669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "policy-id",
"timestamp": 1635572061654,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "cds",
"timestamp": 1635572065954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "ves-openapi-manager",
"timestamp": 1635572065612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "clamp",
"timestamp": 1635572069876,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:35:00.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "aai-ml",
"timestamp": 1635572061669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:35:00.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.688Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "policy-id",
"timestamp": 1635572061654,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.689Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "cds",
"timestamp": 1635572072854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "aai-ml",
"timestamp": 1635572072860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:35:00.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "policy-id",
"timestamp": 1635572072856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:35:00.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "cds",
"timestamp": 1635572073858,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-30T05:35:00.691Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:35:00.691Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572100056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-30T05:35:00.699Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 37a2dc35-5872-4892-b984-e5adaaf0c30d
2021-10-30T05:35:00.699Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a2dc35-5872-4892-b984-e5adaaf0c30d 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-30T05:35:00.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "policy-id",
"timestamp": 1635572073859,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:35:00.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "policy-id",
"timestamp": 1635572074861,
"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-30T05:35:00.707Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 37a2dc35-5872-4892-b984-e5adaaf0c30d
2021-10-30T05:35:00.707Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a2dc35-5872-4892-b984-e5adaaf0c30d 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-30T05:35:00.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635572075256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "aai-ml",
"timestamp": 1635572076050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635572075256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "aai-ml",
"timestamp": 1635572077053,
"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-30T05:35:00.717Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 37a2dc35-5872-4892-b984-e5adaaf0c30d
2021-10-30T05:35:00.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a2dc35-5872-4892-b984-e5adaaf0c30d 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-30T05:35:00.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "clamp",
"timestamp": 1635572079548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "dcae-sch",
"timestamp": 1635572080311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "clamp",
"timestamp": 1635572081554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:35:00.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "dcae-sch",
"timestamp": 1635572080311,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "clamp",
"timestamp": 1635572082557,
"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-30T05:35:00.725Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 37a2dc35-5872-4892-b984-e5adaaf0c30d
2021-10-30T05:35:00.725Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a2dc35-5872-4892-b984-e5adaaf0c30d 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-30T05:35:00.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635572085180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:35:00.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635572085180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635572087874,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635572089270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:35:00.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635572090273,
"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-30T05:35:00.734Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 37a2dc35-5872-4892-b984-e5adaaf0c30d
2021-10-30T05:35:00.734Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 37a2dc35-5872-4892-b984-e5adaaf0c30d 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-30T05:35:00.791Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:35:00.791Z||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-30T05:35:00.792Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:35:00.803Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:00.804Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-30T05:35:01.691Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:35:01.691Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:35:01.693Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:35:01.693Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572100056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:35:01.793Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:35:01.793Z||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-30T05:35:01.794Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:35:01.807Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:01.807Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:35:02.694Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c470f1f1-5390-4f67-8d00-cc61359b1772",
"serviceDescription": "service",
"serviceInvariantUUID": "06b58411-2788-48bd-8c18-557cf9148b59",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ca91d827-4259-4cb3-810a-ddb94e4f0fb0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "362cc2b8-1585-4fc3-b2dc-12a7e22e125a",
"resourceInvariantUUID": "333f33f6-6c49-48ff-a759-5e24a375d7ce",
"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": "ZDUyYzA4MGNkNjcxMjY1Mjg1NGU3NGI3Y2E4M2U5NDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c536b957-abc0-4f50-9a59-b7bde63157aa"
}
],
"workloadContext": "Production"
}
2021-10-30T05:35:02.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T05:35:02.694Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c470f1f1-5390-4f67-8d00-cc61359b1772 ASDC
2021-10-30T05:35:02.694Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:37a2dc35-5872-4892-b984-e5adaaf0c30d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c470f1f1-5390-4f67-8d00-cc61359b1772
ServiceInvariantUUID:06b58411-2788-48bd-8c18-557cf9148b59
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:c536b957-abc0-4f50-9a59-b7bde63157aa
ArtifactChecksum:ZDUyYzA4MGNkNjcxMjY1Mjg1NGU3NGI3Y2E4M2U5NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ca91d827-4259-4cb3-810a-ddb94e4f0fb0
ResourceInvariantUUID:333f33f6-6c49-48ff-a759-5e24a375d7ce
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:362cc2b8-1585-4fc3-b2dc-12a7e22e125a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-30T05:35:02.694Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c470f1f1-5390-4f67-8d00-cc61359b1772 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-30T05:35:02.710Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:35:02.710Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T05:35:02.710Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T05:35:02.710Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c536b957-abc0-4f50-9a59-b7bde63157aa from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-30T05:35:02.710Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T05:35:02.711Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-30T05:35:02.765Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T05:35:02.767Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c536b957-abc0-4f50-9a59-b7bde63157aa 52489
2021-10-30T05:35:02.768Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:02.768Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:02.768Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:35:02.768Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:35:02.769Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:35:02.769Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572102768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:35:02.869Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:35:02.870Z||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-30T05:35:02.870Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:35:02.883Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:02.883Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:35:03.770Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:35:03.770Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T05:35:03.770Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c536b957-abc0-4f50-9a59-b7bde63157aa, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-30T05:35:03.770Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-30T05:35:03.771Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-30T05:35:03.771Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-30T05:35:03.842Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP111237538307111581/Definitions/service-BasicNetwork-template.yml
2021-10-30T05:35:04.139Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T05:35:04.139Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T05:35:04.139Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-30T05:35:04.139Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:35:04.140Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.141Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.142Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.142Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.142Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c470f1f1-5390-4f67-8d00-cc61359b1772
Model Version:NULL
Model InvariantUuid:06b58411-2788-48bd-8c18-557cf9148b59
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:333f33f6-6c49-48ff-a759-5e24a375d7ce
Model UUID:180a7ebc-322c-426d-970d-7f98cec595ba
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ca91d827-4259-4cb3-810a-ddb94e4f0fb0
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-30T05:35:04.145Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 362cc2b8-1585-4fc3-b2dc-12a7e22e125a
2021-10-30T05:35:04.146Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||No resources found for Service: c470f1f1-5390-4f67-8d00-cc61359b1772
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-30T05:35:04.148Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||
2021-10-30T05:35:04.148Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-30T05:35:04.148Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: c470f1f1-5390-4f67-8d00-cc61359b1772
2021-10-30T05:35:04.149Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c470f1f1-5390-4f67-8d00-cc61359b1772
2021-10-30T05:35:04.149Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-30T05:35:04.149Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.152Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78f8b95a, org.onap.sdc.toscaparser.api.parameters.Input@10339bb9, org.onap.sdc.toscaparser.api.parameters.Input@259d069, org.onap.sdc.toscaparser.api.parameters.Input@505f5875, org.onap.sdc.toscaparser.api.parameters.Input@6d50194d]
2021-10-30T05:35:04.152Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c470f1f1-5390-4f67-8d00-cc61359b1772: Generic NeutronNet
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.153Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.170Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.171Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.171Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.171Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.171Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:35:04.171Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:35:04.171Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.203Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-30T05:35:04.204Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.204Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||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-30T05:35:04.204Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-30T05:35:04.204Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:35:04.205Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:35:04.205Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572104204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-30T05:35:04.305Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:35:04.306Z||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-30T05:35:04.306Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:35:04.319Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:04.320Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:35:05.206Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 37a2dc35-5872-4892-b984-e5adaaf0c30d
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-30T05:35:05.213Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 37a2dc35-5872-4892-b984-e5adaaf0c30d
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-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-30T05:35:05.215Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-30T05:35:05.218Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-30T05:35:35.218Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 37a2dc35-5872-4892-b984-e5adaaf0c30d 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-30T05:35:35.222Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 37a2dc35-5872-4892-b984-e5adaaf0c30d and serviceModelVersionId: c470f1f1-5390-4f67-8d00-cc61359b1772
2021-10-30T05:35:35.222Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06b58411-2788-48bd-8c18-557cf9148b59
2021-10-30T05:35:35.222Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0
2021-10-30T05:35:35.225Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-30T05:35:35.256Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0|INFO|500||Invoke
2021-10-30T05:35:35.257Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[37a2dc35-5872-4892-b984-e5adaaf0c30d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76d63507-2063-425d-be34-0bb07fc32eda], X-ECOMP-RequestID=[37a2dc35-5872-4892-b984-e5adaaf0c30d], X-TransactionId=[], X-ONAP-RequestID=[37a2dc35-5872-4892-b984-e5adaaf0c30d], Content-Type=[application/merge-patch+json]}
2021-10-30T05:35:35.273Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-30T05:35:35.378Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?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/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211030-05:35:35:279-93519], vertex-id=[233544], Content-Length=[0], Date=[Sat, 30 Oct 2021 05:35:35 GMT], Content-Type=[application/json]}
2021-10-30T05:35:35.378Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-30T05:35:35.379Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06b58411-2788-48bd-8c18-557cf9148b59/model-vers/model-ver/c470f1f1-5390-4f67-8d00-cc61359b1772?depth=0|INFO|500||InvokeReturn
2021-10-30T05:35:35.379Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-30T05:35:35.379Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T05:35:35.381Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-30T05:35:35.382Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 37a2dc35-5872-4892-b984-e5adaaf0c30d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-30T05:35:35.382Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-30T05:35:35.382Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:35:35.383Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:35:35.383Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572135382,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-30T05:35:35.483Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:35:35.484Z||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-30T05:35:35.484Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:35:35.500Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:35:35.500Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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-30T05:36:00.056Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:36:00.057Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|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-30T05:36:00.057Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|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 t7PavRzLw9g91E2U) ...
2021-10-30T05:36:00.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-30T05:36:00.058Z||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-30T05:36:00.058Z||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 t7PavRzLw9g91E2U) ...
2021-10-30T05:36:00.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:00.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-30T05:36:00.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "37a2dc35-5872-4892-b984-e5adaaf0c30d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572100056,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:00.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-30T05:36:00.679Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:00.679Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-30T05:36:00.679Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"978278bc-2d3a-4885-bd27-648e7adfc49e","serviceName":"Demo_pNF_M4ehPVQeEp7XyvzJRMEv","serviceVersion":"1.0","serviceUUID":"281cfe28-f2ef-4064-b937-f3df91b3e8c1","serviceDescription":"catalog service description","serviceInvariantUUID":"43c00c69-aafa-4345-81d2-1e01b63e3178","resources":[{"resourceInstanceName":"pNF 78a8b38a-e269 0","resourceName":"pNF 78a8b38a-e269","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"65013622-5321-48ce-8cb7-84c0f572ce44","resourceInvariantUUID":"bf894011-f4d5-406d-aff6-a1c623cdeb37","resourceCustomizationUUID":"000e8919-5255-4981-9a23-98083fedfe6f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/vf-license-model.xml","artifactChecksum":"MDAyNGQzOWRiNTFjMTg3N2RhMTk5NmYyZWRmOTI3NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42915708-4903-44f8-bbc1-8cc0456fa083","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/pNF.csar","artifactChecksum":"YTI5MTIwYTUwM2NlMjQ5Y2VmMTVhZjdhNGFlMmM4ZWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be35827e-b7e4-4881-8f3c-c82684285c01","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24a3b16c-6064-494d-9999-9351826a536a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/vendor-license-model.xml","artifactChecksum":"MTk3OTU3Y2JlNTUyOWM0Y2Y1NjRmYzEwNjBmYTJjNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f2cf0ad-487b-420f-a975-ee4f2187d097","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"956efcc4-1550-484a-9a48-fd15c1ee4187","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64317bd1-b07c-4447-b71c-cf6407730b7e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfM4ehpvqeep7xyvzjrmev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-template.yml","artifactChecksum":"OTA1ZDkyYzAwMjNlMjhmYzE1NzkyMjg2Yjk0ZTg0NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e996876c-1382-484d-847c-24d5da005ccc","artifactVersion":"1"},{"artifactName":"service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar","artifactChecksum":"MDJiNzVmODZlYmE0MTE4MDQwOTdkYTViYzJhOGU5MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fb3a9d4-c85a-475c-a3a7-df611816bd8e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-30T05:36:00.681Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:00.681Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:00.683Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:00.683Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:00.783Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:00.783Z||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-30T05:36:00.784Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:00.796Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:00.796Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:01.683Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:01.684Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:01.685Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:01.685Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:01.785Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:01.786Z||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-30T05:36:01.786Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:01.798Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:01.799Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:02.686Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:02.686Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:02.687Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:02.688Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:02.788Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:02.788Z||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-30T05:36:02.788Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:02.801Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:02.801Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:03.688Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:03.688Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:03.690Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:03.690Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:03.790Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:03.790Z||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-30T05:36:03.791Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:03.803Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:03.803Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:04.690Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:04.691Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:04.692Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:04.692Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:04.792Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:04.792Z||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-30T05:36:04.793Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:04.804Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:04.804Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:05.692Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:05.693Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:05.694Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:05.694Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/resourceInstances/pnf78a8b38ae2690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:05.794Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:05.795Z||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-30T05:36:05.795Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:05.810Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:05.811Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:06.695Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:06.695Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:06.696Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:06.696Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-30T05:36:06.796Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:06.797Z||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-30T05:36:06.797Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:06.810Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:06.810Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:07.697Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-30T05:36:07.697Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:07.698Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:07.698Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572160056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar",
"status": "NOTIFIED"
}
2021-10-30T05:36:07.798Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:07.799Z||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-30T05:36:07.799Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:07.811Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:07.811Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:08.699Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"serviceName": "Demo_pNF_M4ehPVQeEp7XyvzJRMEv",
"serviceVersion": "1.0",
"serviceUUID": "281cfe28-f2ef-4064-b937-f3df91b3e8c1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "43c00c69-aafa-4345-81d2-1e01b63e3178",
"resources": [
{
"resourceInstanceName": "pNF 78a8b38a-e269 0",
"resourceCustomizationUUID": "000e8919-5255-4981-9a23-98083fedfe6f",
"resourceName": "pNF 78a8b38a-e269",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "65013622-5321-48ce-8cb7-84c0f572ce44",
"resourceInvariantUUID": "bf894011-f4d5-406d-aff6-a1c623cdeb37",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar",
"artifactChecksum": "MDJiNzVmODZlYmE0MTE4MDQwOTdkYTViYzJhOGU5MDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5fb3a9d4-c85a-475c-a3a7-df611816bd8e"
}
],
"workloadContext": "Production"
}
2021-10-30T05:36:08.699Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-30T05:36:08.699Z|37a2dc35-5872-4892-b984-e5adaaf0c30d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 281cfe28-f2ef-4064-b937-f3df91b3e8c1 ASDC
2021-10-30T05:36:08.700Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:978278bc-2d3a-4885-bd27-648e7adfc49e
ServiceName:Demo_pNF_M4ehPVQeEp7XyvzJRMEv
ServiceVersion:1.0
ServiceUUID:281cfe28-f2ef-4064-b937-f3df91b3e8c1
ServiceInvariantUUID:43c00c69-aafa-4345-81d2-1e01b63e3178
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
ArtifactUUID:5fb3a9d4-c85a-475c-a3a7-df611816bd8e
ArtifactChecksum:MDJiNzVmODZlYmE0MTE4MDQwOTdkYTViYzJhOGU5MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 78a8b38a-e269 0
ResourceCustomizationUUID:000e8919-5255-4981-9a23-98083fedfe6f
ResourceInvariantUUID:bf894011-f4d5-406d-aff6-a1c623cdeb37
ResourceName:pNF 78a8b38a-e269
ResourceType:PNF
ResourceUUID:65013622-5321-48ce-8cb7-84c0f572ce44
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-30T05:36:08.700Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 281cfe28-f2ef-4064-b937-f3df91b3e8c1 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-30T05:36:08.716Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:36:08.717Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T05:36:08.717Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T05:36:08.717Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fb3a9d4-c85a-475c-a3a7-df611816bd8e from URL: /sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:08.717Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-30T05:36:08.717Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:08.761Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-30T05:36:08.764Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar 5fb3a9d4-c85a-475c-a3a7-df611816bd8e 82634
2021-10-30T05:36:08.764Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar ASDC sendASDCNotification
2021-10-30T05:36:08.765Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:08.765Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-30T05:36:08.765Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-30T05:36:08.766Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-30T05:36:08.766Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "978278bc-2d3a-4885-bd27-648e7adfc49e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635572168764,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-30T05:36:08.866Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-30T05:36:08.867Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-30T05:36:08.867Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as t7PavRzLw9g91E2U) ...
2021-10-30T05:36:08.877Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-30T05:36:08.878Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-30T05:36:09.766Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-30T05:36:09.767Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-30T05:36:09.767Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5fb3a9d4-c85a-475c-a3a7-df611816bd8e, URL: /sdc/v1/catalog/services/DemoPnfM4ehpvqeep7xyvzjrmev/1.0/artifacts/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar to file: /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:09.767Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:09.768Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:09.768Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:09.843Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17820034425215623361/Definitions/service-DemoPnfM4ehpvqeep7xyvzjrmev-template.yml
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 78a8b38a-e269 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.373Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfM4ehpvqeep7xyvzjrmev-csar.csar
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Node template pNF 78a8b38a-e269 0 is matching search criteria
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 78a8b38a-e269 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.374Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Node template pNF 78a8b38a-e269 0 is matching search criteria
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 78a8b38a-e269 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.375Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.376Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_M4ehPVQeEp7XyvzJRMEv
Description:catalog service description
Model UUID:281cfe28-f2ef-4064-b937-f3df91b3e8c1
Model Version:NULL
Model InvariantUuid:43c00c69-aafa-4345-81d2-1e01b63e3178
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-30T05:36:10.379Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 65013622-5321-48ce-8cb7-84c0f572ce44
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-30T05:36:10.381Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||pNF 78a8b38a-e269 0
2021-10-30T05:36:10.381Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 65013622-5321-48ce-8cb7-84c0f572ce44
2021-10-30T05:36:10.381Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 281cfe28-f2ef-4064-b937-f3df91b3e8c1
2021-10-30T05:36:10.381Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 281cfe28-f2ef-4064-b937-f3df91b3e8c1
2021-10-30T05:36:10.381Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 78a8b38a-e269 0 65013622-5321-48ce-8cb7-84c0f572ce44 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-30T05:36:10.383Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37c41b0, org.onap.sdc.toscaparser.api.parameters.Input@14d085cd, org.onap.sdc.toscaparser.api.parameters.Input@770ef1c0, org.onap.sdc.toscaparser.api.parameters.Input@56f7f8e8, org.onap.sdc.toscaparser.api.parameters.Input@37674247]
2021-10-30T05:36:10.383Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-30T05:36:10.384Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_M4ehPVQeEp7XyvzJRMEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-30T05:36:10.384Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 281cfe28-f2ef-4064-b937-f3df91b3e8c1: pNF 78a8b38a-e269
2021-10-30T05:36:10.384Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 65013622-5321-48ce-8cb7-84c0f572ce44
2021-10-30T05:36:10.384Z|978278bc-2d3a-4885-bd27-648e7adfc49e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery