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-11-06T03:16:29.923Z||main|||||INFO|500||The following profiles are active: basic
2021-11-06T03:16:39.736Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-06T03:16:39.737Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-06T03:16:39.824Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-06T03:16:41.983Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-06T03:16:42.154Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-06T03:16:42.537Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-06T03:16:42.544Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-06T03:16:42.621Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-06T03:16:42.775Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-06T03:16:43.164Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-06T03:16:43.971Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-06T03:16:45.801Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-06T03:16:45.847Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-06T03:16:46.296Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-06T03:16:46.493Z||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-11-06T03:16:47.724Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-06T03:16:48.622Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-06T03:16:48.641Z||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$$2ed5412.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-11-06T03:16:48.642Z||main|||||WARN|500||The sdc end point is not alive
2021-11-06T03:16:51.288Z||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-11-06T03:16:54.189Z||main|||||WARN|500||---
2021-11-06T03:16:54.189Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-06T03:16:54.189Z||main|||||WARN|500||---
2021-11-06T03:16:54.531Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-06T03:16:58.864Z||main|||||INFO|500||Started Application in 33.027 seconds (JVM running for 34.181)
2021-11-06T03:16:58.875Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-06T03:16:58.877Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-06T03:16:58.886Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-06T03:16:58.908Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-06T03:16:58.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0fbccc56-523c-4de3-895e-1e5f4170b036 url= /sdc/v1/artifactTypes
2021-11-06T03:16:58.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-06T03:16:59.255Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-06T03:16:59.279Z||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-11-06T03:16:59.299Z||scheduling-1|||||DEBUG|500||create keys
2021-11-06T03:16:59.306Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-06T03:17:00.174Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:17:00.189Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 263a6921-74c9-4680-9583-0614e22e87a9 url= /sdc/v1/registerForDistribution
2021-11-06T03:17:01.329Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 263a6921-74c9-4680-9583-0614e22e87a9 url= /sdc/v1/registerForDistribution
2021-11-06T03:17:01.329Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-06T03:17:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:17:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:17:01.341Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-06T03:17:01.343Z||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-11-06T03:17:01.343Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:17:01.344Z||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-11-06T03:17:01.344Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:17:13.795Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:17:13.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:18:01.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:18:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:18:01.338Z||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-11-06T03:18:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:18:01.338Z||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-11-06T03:18:01.339Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:18:10.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:18:10.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:19:01.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:19:01.336Z||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-11-06T03:19:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:19:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:19:01.338Z||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-11-06T03:19:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:19:10.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:19:10.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:20:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:20:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:20:01.339Z||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-11-06T03:20:01.339Z||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-11-06T03:20:01.339Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:20:01.339Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:20:10.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:20:10.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:21:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:21:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:21:01.337Z||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-11-06T03:21:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:21:01.337Z||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-11-06T03:21:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:21:10.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:21:10.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:22:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:22:01.336Z||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-11-06T03:22:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:22:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:22:01.337Z||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-11-06T03:22:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:22:10.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:22:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:23:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:23:01.336Z||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-11-06T03:23:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:23:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:23:01.338Z||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-11-06T03:23:01.339Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:23:10.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:23:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:24:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:24:01.336Z||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-11-06T03:24:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:24:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:24:01.337Z||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-11-06T03:24:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:24:10.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:24:10.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:25:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:25:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:25:01.337Z||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-11-06T03:25:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:25:01.338Z||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-11-06T03:25:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:25:10.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:25:10.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:26:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:26:01.336Z||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-11-06T03:26:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:26:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:26:01.337Z||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-11-06T03:26:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:26:10.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:26:10.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:26:35.328Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-06T03:27:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:27:01.336Z||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-11-06T03:27:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:27:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:27:01.337Z||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-11-06T03:27:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:27:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:27:10.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:28:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:28:01.336Z||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-11-06T03:28:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:28:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:28:01.337Z||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-11-06T03:28:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:28:10.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:28:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:29:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:29:01.336Z||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-11-06T03:29:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:29:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:29:01.337Z||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-11-06T03:29:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:29:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:29:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:30:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:30:01.336Z||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-11-06T03:30:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:30:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:30:01.337Z||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-11-06T03:30:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:30:10.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:30:10.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:31:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:31:01.336Z||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-11-06T03:31:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:31:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:31:01.337Z||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-11-06T03:31:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:31:10.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:31:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:32:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:32:01.336Z||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-11-06T03:32:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:32:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:32:01.338Z||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-11-06T03:32:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:32:10.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:32:10.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:33:01.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:33:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:33:01.337Z||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-11-06T03:33:01.337Z||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-11-06T03:33:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:33:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:33:10.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:33:10.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:34:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:34:01.336Z||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-11-06T03:34:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:34:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:34:01.337Z||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-11-06T03:34:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:34:10.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:34:10.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:35:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:35:01.336Z||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-11-06T03:35:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:35:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:35:01.337Z||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-11-06T03:35:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:35:10.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:35:10.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:36:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:36:01.336Z||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-11-06T03:36:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:36:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:36:01.337Z||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-11-06T03:36:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:36:10.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:36:10.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:37:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:37:01.336Z||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-11-06T03:37:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:37:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:37:01.337Z||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-11-06T03:37:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:37:10.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:37:10.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:38:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:38:01.336Z||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-11-06T03:38:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:38:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:38:01.338Z||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-11-06T03:38:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:38:10.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:38:10.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:39:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:39:01.336Z||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-11-06T03:39:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:39:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:39:01.337Z||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-11-06T03:39:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:39:10.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:39:10.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:40:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:40:01.336Z||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-11-06T03:40:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:40:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:40:01.337Z||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-11-06T03:40:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:40:10.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:40:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:41:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:41:01.336Z||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-11-06T03:41:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:41:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:41:01.337Z||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-11-06T03:41:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:41:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:41:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:42:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:42:01.336Z||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-11-06T03:42:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:42:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:42:01.337Z||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-11-06T03:42:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:42:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:42:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:43:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:43:01.336Z||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-11-06T03:43:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:43:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:43:01.337Z||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-11-06T03:43:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:43:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:43:10.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:44:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:44:01.336Z||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-11-06T03:44:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:44:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:44:01.337Z||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-11-06T03:44:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:44:10.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:44:10.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:45:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:45:01.336Z||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-11-06T03:45:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:45:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:45:01.337Z||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-11-06T03:45:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:45:10.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:45:10.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:46:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:46:01.336Z||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-11-06T03:46:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:46:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:46:01.338Z||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-11-06T03:46:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:46:10.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:46:10.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:47:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:47:01.336Z||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-11-06T03:47:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:47:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:47:01.337Z||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-11-06T03:47:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:47:10.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:47:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:48:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:48:01.336Z||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-11-06T03:48:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:48:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:48:01.337Z||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-11-06T03:48:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:48:10.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:48:10.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:49:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:49:01.336Z||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-11-06T03:49:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:49:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:49:01.337Z||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-11-06T03:49:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:49:10.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:49:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:50:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:50:01.336Z||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-11-06T03:50:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:50:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:50:01.337Z||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-11-06T03:50:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:50:10.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:50:10.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:51:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:51:01.336Z||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-11-06T03:51:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:51:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:51:01.337Z||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-11-06T03:51:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:51:10.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:51:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:52:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:52:01.336Z||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-11-06T03:52:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:52:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:52:01.337Z||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-11-06T03:52:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:52:10.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:52:10.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:53:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:53:01.336Z||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-11-06T03:53:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:53:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:53:01.337Z||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-11-06T03:53:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:53:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:53:10.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:54:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:54:01.336Z||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-11-06T03:54:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:54:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:54:01.337Z||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-11-06T03:54:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:54:10.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:54:10.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:55:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:55:01.336Z||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-11-06T03:55:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:55:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:55:01.337Z||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-11-06T03:55:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:55:10.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:55:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:56:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:56:01.336Z||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-11-06T03:56:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:56:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:56:01.337Z||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-11-06T03:56:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:56:10.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:56:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:57:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:57:01.336Z||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-11-06T03:57:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:57:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:57:01.337Z||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-11-06T03:57:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:57:10.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:57:10.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:58:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:58:01.336Z||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-11-06T03:58:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:58:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:58:01.337Z||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-11-06T03:58:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:58:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:58:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:59:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:59:01.336Z||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-11-06T03:59:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:59:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T03:59:01.337Z||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-11-06T03:59:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T03:59:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T03:59:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:00:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:00:01.336Z||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-11-06T04:00:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:00:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:00:01.337Z||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-11-06T04:00:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:00:10.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:00:10.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:01:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:01:01.336Z||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-11-06T04:01:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:01:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:01:01.337Z||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-11-06T04:01:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:01:10.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:01:10.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:02:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:02:01.336Z||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-11-06T04:02:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:02:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:02:01.338Z||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-11-06T04:02:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:02:10.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:02:10.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:03:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:03:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:03:01.337Z||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-11-06T04:03:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:03:01.337Z||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-11-06T04:03:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:03:10.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:03:10.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:04:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:04:01.336Z||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-11-06T04:04:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:04:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:04:01.337Z||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-11-06T04:04:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:04:10.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:04:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:05:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:05:01.336Z||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-11-06T04:05:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:05:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:05:01.337Z||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-11-06T04:05:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:05:10.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:05:10.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:06:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:06:01.336Z||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-11-06T04:06:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:06:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:06:01.337Z||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-11-06T04:06:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:06:10.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:06:10.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:07:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:07:01.336Z||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-11-06T04:07:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:07:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:07:01.337Z||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-11-06T04:07:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:07:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:07:10.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:08:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:08:01.336Z||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-11-06T04:08:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:08:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:08:01.337Z||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-11-06T04:08:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:08:10.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:08:10.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:09:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:09:01.336Z||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-11-06T04:09:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:09:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:09:01.337Z||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-11-06T04:09:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:09:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:09:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:10:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:10:01.336Z||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-11-06T04:10:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:10:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:10:01.337Z||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-11-06T04:10:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:10:10.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:10:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:11:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:11:01.336Z||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-11-06T04:11:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:11:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:11:01.337Z||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-11-06T04:11:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:11:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:11:10.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:12:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:12:01.336Z||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-11-06T04:12:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:12:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:12:01.337Z||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-11-06T04:12:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:12:10.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:12:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:13:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:13:01.336Z||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-11-06T04:13:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:13:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:13:01.337Z||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-11-06T04:13:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:13:10.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:13:10.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:14:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:14:01.336Z||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-11-06T04:14:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:14:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:14:01.337Z||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-11-06T04:14:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:14:10.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:14:10.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:15:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:15:01.336Z||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-11-06T04:15:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:15:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:15:01.337Z||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-11-06T04:15:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:15:10.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:15:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:16:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:16:01.336Z||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-11-06T04:16:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:16:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:16:01.337Z||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-11-06T04:16:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:16:10.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:16:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:17:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:17:01.336Z||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-11-06T04:17:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:17:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:17:01.337Z||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-11-06T04:17:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:17:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:17:10.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:18:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:18:01.336Z||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-11-06T04:18:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:18:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:18:01.337Z||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-11-06T04:18:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:18:10.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:18:10.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:19:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:19:01.336Z||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-11-06T04:19:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:19:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:19:01.337Z||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-11-06T04:19:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:19:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:19:10.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:20:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:20:01.336Z||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-11-06T04:20:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:20:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:20:01.337Z||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-11-06T04:20:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:20:10.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:20:10.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:21:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:21:01.336Z||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-11-06T04:21:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:21:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:21:01.337Z||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-11-06T04:21:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:21:10.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:21:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:22:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:22:01.336Z||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-11-06T04:22:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:22:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:22:01.337Z||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-11-06T04:22:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:22:10.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:22:10.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:23:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:23:01.336Z||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-11-06T04:23:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:23:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:23:01.337Z||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-11-06T04:23:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:23:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:23:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:24:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:24:01.336Z||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-11-06T04:24:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:24:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:24:01.337Z||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-11-06T04:24:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:24:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:24:10.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:25:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:25:01.336Z||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-11-06T04:25:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:25:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:25:01.337Z||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-11-06T04:25:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:25:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:25:10.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:26:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:26:01.336Z||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-11-06T04:26:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:26:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:26:01.337Z||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-11-06T04:26:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:26:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:26:10.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:27:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:27:01.336Z||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-11-06T04:27:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:27:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:27:01.337Z||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-11-06T04:27:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:27:10.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:27:10.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:28:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:28:01.336Z||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-11-06T04:28:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:28:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:28:01.337Z||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-11-06T04:28:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:28:10.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:28:10.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:29:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:29:01.336Z||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-11-06T04:29:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:29:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:29:01.337Z||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-11-06T04:29:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:29:10.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:29:10.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:30:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:30:01.336Z||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-11-06T04:30:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:30:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:30:01.337Z||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-11-06T04:30:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:30:10.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:30:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:31:01.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:31:01.336Z||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-11-06T04:31:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:31:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:31:01.337Z||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-11-06T04:31:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:31:10.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:31:10.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:32:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:32:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:32:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:32:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:32:01.337Z||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-11-06T04:32:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:32:10.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:32:10.885Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:33:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:33:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:33:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:33:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:33:01.337Z||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-11-06T04:33:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:33:10.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:33:10.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:34:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:34:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:34:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:34:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:34:01.337Z||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-11-06T04:34:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:34:10.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:34:10.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:35:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:35:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:35:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:35:01.337Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:35:01.337Z||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-11-06T04:35:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:35:10.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:35:10.885Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:36:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:36:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:36:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:36:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:36:01.337Z||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-11-06T04:36:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:36:10.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:36:10.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:37:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:37:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:37:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:37:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:37:01.337Z||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-11-06T04:37:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:37:10.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:37:10.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:38:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:38:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:38:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:38:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:38:01.337Z||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-11-06T04:38:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:38:10.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:38:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:39:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:39:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:39:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:39:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:39:01.337Z||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-11-06T04:39:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:39:10.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:39:10.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:40:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:40:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:40:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:40:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:40:01.337Z||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-11-06T04:40:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:40:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:40:10.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:41:01.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:41:01.336Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T04:41:01.336Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T04:41:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:41:01.337Z||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-11-06T04:41:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:41:10.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:41:10.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:42:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:42:01.336Z||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-11-06T04:42:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:42:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:42:01.337Z||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-11-06T04:42:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:42:10.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:42:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:43:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:43:01.336Z||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-11-06T04:43:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:43:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:43:01.337Z||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-11-06T04:43:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:43:10.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:43:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:44:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:44:01.336Z||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-11-06T04:44:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:44:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:44:01.337Z||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-11-06T04:44:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:44:10.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:44:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:45:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:45:01.336Z||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-11-06T04:45:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:45:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:45:01.337Z||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-11-06T04:45:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:45:10.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:45:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:46:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:46:01.336Z||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-11-06T04:46:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:46:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:46:01.337Z||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-11-06T04:46:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:46:10.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:46:10.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:47:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:47:01.336Z||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-11-06T04:47:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:47:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:47:01.337Z||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-11-06T04:47:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:47:10.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:47:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:48:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:48:01.336Z||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-11-06T04:48:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:48:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:48:01.337Z||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-11-06T04:48:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:48:10.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:48:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:49:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:49:01.336Z||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-11-06T04:49:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:49:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:49:01.337Z||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-11-06T04:49:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:49:10.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:49:10.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:50:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:50:01.336Z||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-11-06T04:50:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:50:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:50:01.337Z||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-11-06T04:50:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:50:10.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:50:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:51:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:51:01.336Z||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-11-06T04:51:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:51:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:51:01.337Z||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-11-06T04:51:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:51:10.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:51:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:52:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:52:01.336Z||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-11-06T04:52:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:52:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:52:01.337Z||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-11-06T04:52:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:52:10.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:52:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:53:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:53:01.336Z||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-11-06T04:53:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:53:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:53:01.337Z||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-11-06T04:53:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:53:10.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:53:10.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:54:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:54:01.336Z||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-11-06T04:54:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:54:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:54:01.337Z||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-11-06T04:54:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:54:10.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:54:10.886Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:55:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:55:01.336Z||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-11-06T04:55:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:55:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:55:01.337Z||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-11-06T04:55:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:55:10.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:55:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:56:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:56:01.336Z||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-11-06T04:56:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:56:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:56:01.337Z||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-11-06T04:56:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:56:10.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:56:10.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:57:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:57:01.335Z||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-11-06T04:57:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:57:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:57:01.337Z||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-11-06T04:57:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:57:10.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:57:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:58:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:58:01.336Z||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-11-06T04:58:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:58:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:58:01.337Z||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-11-06T04:58:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:58:10.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:58:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:59:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:59:01.336Z||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-11-06T04:59:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:59:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T04:59:01.337Z||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-11-06T04:59:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T04:59:10.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T04:59:10.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:00:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:00:01.336Z||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-11-06T05:00:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:00:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:00:01.337Z||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-11-06T05:00:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:00:10.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:00:10.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:01:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:01:01.336Z||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-11-06T05:01:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:01:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:01:01.337Z||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-11-06T05:01:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:01:10.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:01:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:02:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:02:01.336Z||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-11-06T05:02:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:02:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:02:01.337Z||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-11-06T05:02:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:02:10.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:02:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:03:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:03:01.336Z||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-11-06T05:03:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:03:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:03:01.337Z||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-11-06T05:03:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:03:10.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:03:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:04:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:04:01.336Z||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-11-06T05:04:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:04:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:04:01.337Z||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-11-06T05:04:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:04:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:04:10.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:05:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:05:01.336Z||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-11-06T05:05:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:05:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:05:01.337Z||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-11-06T05:05:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:05:10.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:05:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:06:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:06:01.336Z||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-11-06T05:06:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:06:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:06:01.337Z||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-11-06T05:06:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:06:10.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:06:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:07:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:07:01.336Z||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-11-06T05:07:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:07:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:07:01.337Z||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-11-06T05:07:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:07:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:07:10.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:08:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:08:01.336Z||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-11-06T05:08:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:08:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:08:01.337Z||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-11-06T05:08:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:08:10.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:08:10.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:09:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:09:01.336Z||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-11-06T05:09:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:09:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:09:01.337Z||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-11-06T05:09:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:09:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:09:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:10:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:10:01.336Z||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-11-06T05:10:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:10:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:10:01.337Z||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-11-06T05:10:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:10:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:10:10.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:11:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:11:01.336Z||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-11-06T05:11:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:11:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:11:01.337Z||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-11-06T05:11:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:11:10.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:11:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:12:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:12:01.335Z||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-11-06T05:12:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:12:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:12:01.337Z||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-11-06T05:12:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:12:10.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:12:10.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:13:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:13:01.336Z||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-11-06T05:13:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:13:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:13:01.337Z||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-11-06T05:13:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:13:10.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:13:10.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:14:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:14:01.336Z||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-11-06T05:14:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:14:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:14:01.337Z||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-11-06T05:14:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:14:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:14:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:15:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:15:01.336Z||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-11-06T05:15:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:15:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:15:01.337Z||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-11-06T05:15:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:15:10.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:15:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:16:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:16:01.336Z||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-11-06T05:16:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:16:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:16:01.337Z||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-11-06T05:16:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:16:10.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:16:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:17:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:17:01.336Z||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-11-06T05:17:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:17:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:17:01.337Z||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-11-06T05:17:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:17:10.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:17:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:18:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:18:01.336Z||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-11-06T05:18:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:18:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:18:01.337Z||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-11-06T05:18:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:18:10.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:18:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:19:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:19:01.336Z||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-11-06T05:19:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:19:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:19:01.337Z||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-11-06T05:19:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:19:10.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:19:10.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:20:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:20:01.336Z||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-11-06T05:20:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:20:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:20:01.337Z||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-11-06T05:20:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:20:10.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:20:10.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:21:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:21:01.336Z||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-11-06T05:21:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:21:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:21:01.337Z||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-11-06T05:21:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:21:10.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:21:10.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:22:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:22:01.336Z||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-11-06T05:22:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:22:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:22:01.337Z||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-11-06T05:22:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:22:10.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:22:10.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:23:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:23:01.336Z||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-11-06T05:23:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:23:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:23:01.337Z||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-11-06T05:23:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:23:10.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:23:10.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:24:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:24:01.336Z||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-11-06T05:24:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:24:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:24:01.337Z||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-11-06T05:24:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:24:10.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:24:10.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:25:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:25:01.336Z||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-11-06T05:25:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:25:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:25:01.337Z||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-11-06T05:25:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:25:10.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:25:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:26:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:26:01.336Z||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-11-06T05:26:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:26:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:26:01.337Z||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-11-06T05:26:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:26:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:26:10.886Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:27:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:27:01.336Z||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-11-06T05:27:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:27:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:27:01.337Z||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-11-06T05:27:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:27:10.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:27:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:28:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:28:01.336Z||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-11-06T05:28:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:28:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:28:01.337Z||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-11-06T05:28:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:28:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:28:10.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:29:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:29:01.336Z||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-11-06T05:29:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:29:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:29:01.337Z||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-11-06T05:29:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:29:10.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:29:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:30:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:30:01.336Z||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-11-06T05:30:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:30:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:30:01.337Z||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-11-06T05:30:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:30:10.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:30:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:31:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:31:01.335Z||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-11-06T05:31:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:31:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:31:01.337Z||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-11-06T05:31:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:31:10.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:31:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:32:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:32:01.336Z||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-11-06T05:32:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:32:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:32:01.337Z||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-11-06T05:32:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:32:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:32:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:33:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:33:01.336Z||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-11-06T05:33:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:33:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:33:01.337Z||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-11-06T05:33:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:33:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:33:10.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:34:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:34:01.336Z||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-11-06T05:34:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:34:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:34:01.337Z||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-11-06T05:34:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:34:10.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:34:10.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:35:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:35:01.336Z||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-11-06T05:35:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:35:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:35:01.337Z||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-11-06T05:35:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:35:10.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:35:10.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:36:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:36:01.335Z||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-11-06T05:36:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:36:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:36:01.337Z||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-11-06T05:36:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:36:10.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:36:10.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:37:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:37:01.336Z||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-11-06T05:37:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:37:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:37:01.337Z||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-11-06T05:37:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:37:10.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:37:10.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:38:01.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:38:01.336Z||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-11-06T05:38:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:38:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:38:01.337Z||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-11-06T05:38:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:38:10.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:38:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:39:01.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:39:01.335Z||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-11-06T05:39:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:39:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:39:01.337Z||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-11-06T05:39:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:39:10.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:39:10.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:40:01.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:40:01.335Z||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-11-06T05:40:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:40:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:40:01.337Z||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-11-06T05:40:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:40:10.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:40:10.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:41:01.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:41:01.336Z||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-11-06T05:41:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:41:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:41:01.337Z||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-11-06T05:41:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:41:10.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:41:10.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:42:01.335Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:42:01.336Z||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-11-06T05:42:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:42:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:42:01.337Z||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-11-06T05:42:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:42:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:42:10.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:43:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:43:01.336Z||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-11-06T05:43:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:43:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:43:01.337Z||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-11-06T05:43:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:43:10.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:43:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:44:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:44:01.336Z||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-11-06T05:44:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:44:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:44:01.337Z||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-11-06T05:44:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:44:10.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:44:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:45:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:45:01.336Z||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-11-06T05:45:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:45:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:45:01.337Z||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-11-06T05:45:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:45:10.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:45:10.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:46:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:46:01.336Z||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-11-06T05:46:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:46:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:46:01.337Z||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-11-06T05:46:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:46:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:46:10.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:47:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:47:01.336Z||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-11-06T05:47:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:47:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:47:01.337Z||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-11-06T05:47:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:47:10.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:47:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:48:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:48:01.335Z||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-11-06T05:48:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:48:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:48:01.337Z||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-11-06T05:48:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:48:10.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:48:10.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:49:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:49:01.336Z||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-11-06T05:49:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:49:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:49:01.337Z||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-11-06T05:49:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:49:10.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:49:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:50:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:50:01.336Z||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-11-06T05:50:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:50:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:50:01.337Z||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-11-06T05:50:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:50:10.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:50:10.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:51:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:51:01.335Z||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-11-06T05:51:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:51:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:51:01.337Z||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-11-06T05:51:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:51:10.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:51:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:52:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:52:01.336Z||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-11-06T05:52:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:52:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:52:01.337Z||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-11-06T05:52:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:52:10.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:52:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:53:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:53:01.336Z||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-11-06T05:53:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:53:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:53:01.337Z||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-11-06T05:53:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:53:10.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:53:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:54:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:54:01.335Z||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-11-06T05:54:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:54:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:54:01.337Z||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-11-06T05:54:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:54:10.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:54:10.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:55:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:55:01.336Z||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-11-06T05:55:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:55:01.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:55:01.337Z||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-11-06T05:55:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:55:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:55:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:56:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:56:01.335Z||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-11-06T05:56:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:56:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:56:01.337Z||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-11-06T05:56:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:56:10.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:56:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:57:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:57:01.336Z||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-11-06T05:57:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:57:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:57:01.337Z||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-11-06T05:57:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:57:10.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:57:10.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:58:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:58:01.335Z||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-11-06T05:58:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:58:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:58:01.337Z||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-11-06T05:58:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:58:10.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:58:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:59:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:59:01.336Z||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-11-06T05:59:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:59:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T05:59:01.337Z||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-11-06T05:59:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T05:59:10.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T05:59:10.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:00:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:00:01.336Z||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-11-06T06:00:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:00:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:00:01.337Z||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-11-06T06:00:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:00:10.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:00:10.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:01:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:01:01.336Z||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-11-06T06:01:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:01:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:01:01.337Z||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-11-06T06:01:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:01:10.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:01:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:02:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:02:01.335Z||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-11-06T06:02:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:02:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:02:01.337Z||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-11-06T06:02:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:02:10.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:02:10.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:03:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:03:01.336Z||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-11-06T06:03:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:03:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:03:01.337Z||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-11-06T06:03:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:03:10.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:03:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:04:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:04:01.336Z||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-11-06T06:04:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:04:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:04:01.337Z||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-11-06T06:04:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:04:10.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:04:10.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:05:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:05:01.336Z||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-11-06T06:05:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:05:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:05:01.337Z||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-11-06T06:05:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:05:10.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:05:10.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:06:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:06:01.336Z||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-11-06T06:06:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:06:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:06:01.337Z||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-11-06T06:06:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:06:10.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:06:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:07:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:07:01.336Z||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-11-06T06:07:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:07:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:07:01.337Z||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-11-06T06:07:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:07:10.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:07:10.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:08:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:08:01.336Z||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-11-06T06:08:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:08:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:08:01.337Z||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-11-06T06:08:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:08:10.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:08:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:09:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:09:01.336Z||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-11-06T06:09:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:09:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:09:01.337Z||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-11-06T06:09:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:09:10.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:09:10.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:10:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:10:01.336Z||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-11-06T06:10:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:10:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:10:01.337Z||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-11-06T06:10:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:10:10.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:10:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:11:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:11:01.336Z||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-11-06T06:11:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:11:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:11:01.337Z||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-11-06T06:11:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:11:10.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:11:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:12:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:12:01.335Z||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-11-06T06:12:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:12:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:12:01.337Z||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-11-06T06:12:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:12:10.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:12:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:13:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:13:01.336Z||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-11-06T06:13:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:13:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:13:01.337Z||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-11-06T06:13:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:13:10.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:13:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:14:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:14:01.336Z||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-11-06T06:14:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:14:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:14:01.337Z||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-11-06T06:14:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:14:10.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:14:10.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:15:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:15:01.336Z||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-11-06T06:15:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:15:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:15:01.337Z||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-11-06T06:15:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:15:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:15:10.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:16:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:16:01.336Z||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-11-06T06:16:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:16:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:16:01.337Z||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-11-06T06:16:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:16:10.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:16:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:17:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:17:01.336Z||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-11-06T06:17:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:17:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:17:01.337Z||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-11-06T06:17:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:17:10.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:17:10.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:18:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:18:01.336Z||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-11-06T06:18:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:18:01.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:18:01.337Z||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-11-06T06:18:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:18:10.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:18:10.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:19:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:19:01.335Z||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-11-06T06:19:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:19:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:19:01.337Z||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-11-06T06:19:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:19:10.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:19:10.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:20:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:20:01.336Z||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-11-06T06:20:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:20:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:20:01.337Z||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-11-06T06:20:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:20:10.886Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:20:10.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:21:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:21:01.336Z||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-11-06T06:21:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:21:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:21:01.337Z||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-11-06T06:21:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:21:10.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:21:10.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:22:01.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:22:01.336Z||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-11-06T06:22:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:22:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:22:01.337Z||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-11-06T06:22:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:22:10.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:22:10.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:23:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:23:01.336Z||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-11-06T06:23:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:23:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:23:01.337Z||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-11-06T06:23:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:23:10.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:23:10.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:24:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:24:01.336Z||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-11-06T06:24:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:24:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:24:01.337Z||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-11-06T06:24:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:24:10.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:24:10.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:25:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:25:01.336Z||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-11-06T06:25:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:25:01.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:25:01.337Z||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-11-06T06:25:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:25:10.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:25:10.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:26:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:26:01.336Z||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-11-06T06:26:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:26:01.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:26:01.337Z||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-11-06T06:26:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:26:10.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:26:10.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:27:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:27:01.335Z||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-11-06T06:27:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:27:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:27:01.337Z||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-11-06T06:27:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:27:10.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:27:10.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:28:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:28:01.336Z||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-11-06T06:28:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:28:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:28:01.337Z||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-11-06T06:28:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:28:10.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:28:10.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:29:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:29:01.336Z||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-11-06T06:29:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:29:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:29:01.337Z||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-11-06T06:29:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:29:10.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:29:10.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:30:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:30:01.335Z||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-11-06T06:30:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:30:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:30:01.337Z||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-11-06T06:30:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:30:10.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:30:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:31:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:31:01.336Z||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-11-06T06:31:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:31:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:31:01.337Z||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-11-06T06:31:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:31:10.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:31:10.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:32:01.335Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:32:01.335Z||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-11-06T06:32:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:32:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:32:01.337Z||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-11-06T06:32:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:32:10.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:32:10.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:33:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:33:01.335Z||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-11-06T06:33:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:33:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:33:01.337Z||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-11-06T06:33:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:33:10.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:33:10.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:34:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:34:01.335Z||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-11-06T06:34:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:34:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:34:01.337Z||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-11-06T06:34:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:34:10.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:34:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:35:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:35:01.336Z||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-11-06T06:35:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:35:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:35:01.337Z||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-11-06T06:35:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:35:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:35:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:36:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:36:01.336Z||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-11-06T06:36:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:36:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:36:01.337Z||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-11-06T06:36:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:36:10.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:36:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:37:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:37:01.336Z||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-11-06T06:37:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:37:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:37:01.337Z||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-11-06T06:37:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:37:10.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:37:10.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:38:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:38:01.336Z||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-11-06T06:38:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:38:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:38:01.337Z||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-11-06T06:38:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:38:10.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:38:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:39:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:39:01.336Z||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-11-06T06:39:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:39:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:39:01.337Z||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-11-06T06:39:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:39:10.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:39:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:40:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:40:01.335Z||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-11-06T06:40:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:40:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:40:01.337Z||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-11-06T06:40:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:40:10.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:40:10.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:41:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:41:01.336Z||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-11-06T06:41:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:41:01.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:41:01.337Z||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-11-06T06:41:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:41:10.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:41:10.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:42:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:42:01.336Z||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-11-06T06:42:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:42:01.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:42:01.337Z||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-11-06T06:42:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:42:10.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:42:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:43:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:43:01.335Z||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-11-06T06:43:01.335Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:43:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:43:01.337Z||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-11-06T06:43:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:43:10.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:43:10.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:44:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:44:01.335Z||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-11-06T06:44:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:44:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:44:01.337Z||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-11-06T06:44:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:44:10.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:44:10.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:45:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:45:01.336Z||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-11-06T06:45:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:45:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:45:01.337Z||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-11-06T06:45:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:45:10.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:45:10.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:46:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:46:01.336Z||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-11-06T06:46:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:46:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:46:01.337Z||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-11-06T06:46:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:46:10.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:46:10.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:47:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:47:01.336Z||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-11-06T06:47:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:47:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:47:01.337Z||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-11-06T06:47:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:47:10.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:47:10.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:48:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:48:01.336Z||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-11-06T06:48:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:48:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:48:01.337Z||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-11-06T06:48:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:48:10.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:48:10.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:49:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:49:01.335Z||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-11-06T06:49:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:49:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:49:01.337Z||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-11-06T06:49:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:49:10.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:49:10.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:50:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:50:01.336Z||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-11-06T06:50:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:50:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:50:01.337Z||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-11-06T06:50:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:50:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:50:10.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:01.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:51:01.336Z||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-11-06T06:51:01.336Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:51:01.337Z||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-11-06T06:51:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:01.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:01.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:01.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"496e26cc-2220-44aa-848d-e41a19913343","serviceName":"basic_onboard_trZWME","serviceVersion":"1.0","serviceUUID":"35229619-536e-4d05-9eb0-f35a363af39f","serviceDescription":"service","serviceInvariantUUID":"6bb94558-8c1c-4d95-b35b-30db8722145f","resources":[{"resourceInstanceName":"basic_onboard_trZWME 0","resourceName":"basic_onboard_trZWME","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"468c8713-943e-4ce9-8bf9-a3ea2eda4824","resourceInvariantUUID":"299c56f6-e861-4953-b5df-970c796af74e","resourceCustomizationUUID":"a435bb72-88cd-4ed5-885b-99af6c00fee2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml","artifactChecksum":"YjVhOTU4YTU1YzliZjg2OTBhYWY1MGQwZDI2NjM5NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62f16404-93e0-42c4-8741-f00d9a09b8d0","artifactVersion":"1"},{"artifactName":"basic_onboard_trzwme0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json","artifactChecksum":"YTVmZmUwMDgwOGU1NjA1Y2FjMjhlZjQyYzBmZDJkMjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e7390572-2b94-425f-b32a-d3b17d3e3232","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1787a76f-a76c-430a-a565-90bce220a011","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dfbd972d-d9c8-4320-9f20-7e8ef32f9e9c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84537d12-8d69-4b4d-8741-6f87f0b8ec56","artifactVersion":"2","generatedFromUUID":"1787a76f-a76c-430a-a565-90bce220a011"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTrzwme-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml","artifactChecksum":"ZTg4MzVlZTYxOWY5ZjUxYjlkOTUzZmE0OTdlNDg4N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"073a0e57-2ef0-44ff-a169-5b0a2603a651","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTrzwme-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar","artifactChecksum":"MTQwYjM0M2JjMmJjMzJlMDY5MTFmNDY2YzQ1NzUxMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e4abcfa-bc7b-4ac0-89e3-d7b9efb62aa8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-06T06:51:01.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181416461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.977Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T06:51:01.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:01.988Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:01.988Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181422069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181422158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181418935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "ves-openapi-manager",
"timestamp": 1636181417439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181422069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T06:51:01.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181416461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181422158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181418935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "ves-openapi-manager",
"timestamp": 1636181417439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181422069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181416461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181422158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181418935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-06T06:51:01.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "ves-openapi-manager",
"timestamp": 1636181417439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181422069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181416461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181422158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181418935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "ves-openapi-manager",
"timestamp": 1636181417439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:01.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:01.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:01.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "dcae-sch",
"timestamp": 1636181429181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181422069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181416461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181422158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181418935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "ves-openapi-manager",
"timestamp": 1636181417439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "dcae-sch",
"timestamp": 1636181429181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181422069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181416461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181422158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181418935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "ves-openapi-manager",
"timestamp": 1636181417439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "dcae-sch",
"timestamp": 1636181429181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181431766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181422069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181416461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181422158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181418935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "ves-openapi-manager",
"timestamp": 1636181417439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "dcae-sch",
"timestamp": 1636181429181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181431766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "dcae-sch",
"timestamp": 1636181429181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181434181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181434245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181434245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181431766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "dcae-sch",
"timestamp": 1636181429181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181435188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:02.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "cds",
"timestamp": 1636181435259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-11-06T06:51:02.103Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2021-11-06T06:51:02.107Z||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-11-06T06:51:02.107Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
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-11-06T06:51:02.120Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:02.120Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-06T06:51:02.205Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 496e26cc-2220-44aa-848d-e41a19913343
2021-11-06T06:51:02.217Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 496e26cc-2220-44aa-848d-e41a19913343 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-11-06T06:51:02.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181431766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "dcae-sch",
"timestamp": 1636181429181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "policy-id",
"timestamp": 1636181436192,
"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-11-06T06:51:02.254Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 496e26cc-2220-44aa-848d-e41a19913343
2021-11-06T06:51:02.254Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 496e26cc-2220-44aa-848d-e41a19913343 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-11-06T06:51:02.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181431766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181431766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181431766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181438470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636181439475,
"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-11-06T06:51:02.267Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 496e26cc-2220-44aa-848d-e41a19913343
2021-11-06T06:51:02.268Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 496e26cc-2220-44aa-848d-e41a19913343 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-11-06T06:51:02.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181439728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181440925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181442129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181442664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181443718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181443909,
"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-11-06T06:51:02.280Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 496e26cc-2220-44aa-848d-e41a19913343
2021-11-06T06:51:02.280Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 496e26cc-2220-44aa-848d-e41a19913343 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-11-06T06:51:02.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "clamp",
"timestamp": 1636181444722,
"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-11-06T06:51:02.292Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 496e26cc-2220-44aa-848d-e41a19913343
2021-11-06T06:51:02.292Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 496e26cc-2220-44aa-848d-e41a19913343 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-11-06T06:51:02.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636181444912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:02.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:51:02.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:51:02.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:51:02.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181452438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:02.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:51:02.993Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T06:51:02.993Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:02.994Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:02.995Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T06:51:03.095Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:03.096Z||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-11-06T06:51:03.096Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:03.110Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:03.110Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:03.995Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T06:51:03.996Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:03.998Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:03.998Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-06T06:51:04.098Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:04.099Z||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-11-06T06:51:04.099Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:04.112Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:04.112Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:04.998Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T06:51:04.999Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:05.000Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:05.000Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:05.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:05.101Z||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-11-06T06:51:05.101Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:05.114Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:05.115Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:06.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T06:51:06.003Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:06.004Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:06.005Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-06T06:51:06.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:06.105Z||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-11-06T06:51:06.105Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:06.118Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:06.118Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-06T06:51:07.005Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T06:51:07.006Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:07.007Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:07.008Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:51:07.108Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:07.108Z||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-11-06T06:51:07.108Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:07.120Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:07.120Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:08.008Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T06:51:08.009Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:08.010Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:08.010Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:51:08.110Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:08.111Z||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-11-06T06:51:08.112Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:08.123Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:08.124Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:09.012Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"serviceName": "basic_onboard_trZWME",
"serviceVersion": "1.0",
"serviceUUID": "35229619-536e-4d05-9eb0-f35a363af39f",
"serviceDescription": "service",
"serviceInvariantUUID": "6bb94558-8c1c-4d95-b35b-30db8722145f",
"resources": [
{
"resourceInstanceName": "basic_onboard_trZWME 0",
"resourceCustomizationUUID": "a435bb72-88cd-4ed5-885b-99af6c00fee2",
"resourceName": "basic_onboard_trZWME",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "468c8713-943e-4ce9-8bf9-a3ea2eda4824",
"resourceInvariantUUID": "299c56f6-e861-4953-b5df-970c796af74e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_trzwme0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"artifactChecksum": "YTVmZmUwMDgwOGU1NjA1Y2FjMjhlZjQyYzBmZDJkMjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e7390572-2b94-425f-b32a-d3b17d3e3232",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1787a76f-a76c-430a-a565-90bce220a011",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84537d12-8d69-4b4d-8741-6f87f0b8ec56",
"generatedFromUUID": "1787a76f-a76c-430a-a565-90bce220a011"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "84537d12-8d69-4b4d-8741-6f87f0b8ec56",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTrzwme-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"artifactChecksum": "MTQwYjM0M2JjMmJjMzJlMDY5MTFmNDY2YzQ1NzUxMTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e4abcfa-bc7b-4ac0-89e3-d7b9efb62aa8"
}
],
"workloadContext": "Production"
}
2021-11-06T06:51:09.013Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-06T06:51:09.013Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 35229619-536e-4d05-9eb0-f35a363af39f ASDC
2021-11-06T06:51:09.097Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:496e26cc-2220-44aa-848d-e41a19913343
ServiceName:basic_onboard_trZWME
ServiceVersion:1.0
ServiceUUID:35229619-536e-4d05-9eb0-f35a363af39f
ServiceInvariantUUID:6bb94558-8c1c-4d95-b35b-30db8722145f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTrzwme-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar
ArtifactUUID:6e4abcfa-bc7b-4ac0-89e3-d7b9efb62aa8
ArtifactChecksum:MTQwYjM0M2JjMmJjMzJlMDY5MTFmNDY2YzQ1NzUxMTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_trZWME 0
ResourceCustomizationUUID:a435bb72-88cd-4ed5-885b-99af6c00fee2
ResourceInvariantUUID:299c56f6-e861-4953-b5df-970c796af74e
ResourceName:basic_onboard_trZWME
ResourceType:VF
ResourceUUID:468c8713-943e-4ce9-8bf9-a3ea2eda4824
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_trzwme0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json
ArtifactUUID:e7390572-2b94-425f-b32a-d3b17d3e3232
ArtifactChecksum:YTVmZmUwMDgwOGU1NjA1Y2FjMjhlZjQyYzBmZDJkMjI=
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/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1787a76f-a76c-430a-a565-90bce220a011
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/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env
ArtifactUUID:84537d12-8d69-4b4d-8741-6f87f0b8ec56
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/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env
ArtifactUUID:84537d12-8d69-4b4d-8741-6f87f0b8ec56
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-06T06:51:09.097Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35229619-536e-4d05-9eb0-f35a363af39f 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-11-06T06:51:09.137Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T06:51:09.138Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-06T06:51:09.139Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-06T06:51:09.140Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e4abcfa-bc7b-4ac0-89e3-d7b9efb62aa8 from URL: /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:09.140Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-06T06:51:09.141Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:09.450Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-06T06:51:09.462Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar 6e4abcfa-bc7b-4ac0-89e3-d7b9efb62aa8 71560
2021-11-06T06:51:09.463Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar ASDC sendASDCNotification
2021-11-06T06:51:09.463Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:09.464Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T06:51:09.465Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:09.466Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:09.466Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181469462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:09.566Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:09.567Z||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-11-06T06:51:09.567Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:09.580Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:09.581Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:10.466Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T06:51:10.468Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-11-06T06:51:10.468Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6e4abcfa-bc7b-4ac0-89e3-d7b9efb62aa8, URL: /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar to file: /app/ASDC/1/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:10.469Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:10.525Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:10.525Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:10.932Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2777307007483952813/Definitions/service-BasicOnboardTrzwme-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-11-06T06:51:12.665Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-06T06:51:12.668Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-06T06:51:12.668Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_trZWME 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-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:12.669Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-11-06T06:51:12.675Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.676Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:12.679Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:12.679Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-06T06:51:12.680Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T06:51:12.681Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.681Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:12.682Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:12.682Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-11-06T06:51:12.682Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T06:51:12.682Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.682Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:12.685Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.686Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is not matching search criteria
2021-11-06T06:51:12.686Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-06T06:51:12.686Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-06T06:51:12.686Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-06T06:51:12.687Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-06T06:51:12.687Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-06T06:51:12.687Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.687Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-06T06:51:12.688Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.688Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:12.688Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T06:51:12.688Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.688Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:12.689Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T06:51:12.689Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.689Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:12.689Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T06:51:12.689Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.689Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is not matching search criteria
2021-11-06T06:51:12.689Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-06T06:51:12.690Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-06T06:51:12.690Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=644d1663-4486-40e6-9e43-7d96e6796fac
2021-11-06T06:51:12.690Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.690Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:12.690Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.690Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:12.690Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.691Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:12.691Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:12.691Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:12.691Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_trZWME
Description:service
Model UUID:35229619-536e-4d05-9eb0-f35a363af39f
Model Version:NULL
Model InvariantUuid:6bb94558-8c1c-4d95-b35b-30db8722145f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_trZWME
Model UUID:c5cbca53-982e-407c-8811-67f3f14b5bf5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:299c56f6-e861-4953-b5df-970c796af74e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a435bb72-88cd-4ed5-885b-99af6c00fee2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4ad09e6d-c919-44f5-9055-6aa203c69f11
ModelName:BasicOnboardTrzwme..base_ubuntu18..module-0
ModelUuid:ff19d155-871f-4f9d-9316-ab4692bcd929
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:644d1663-4486-40e6-9e43-7d96e6796fac
ModelInvariantUuid:e5c2c0bf-2915-4d85-91d1-834437802cb5
ModelName:basic_onboard_trZWME-nodes.ubuntu18Cvfc
ModelUuid:4a4b8159-f52b-4cf8-88da-001de6b80f43
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:307d8c40-cc79-4f6d-8a5c-de9d72db321e
ModelInvariantUuid:b74f26d8-f880-453b-a1b6-a738e8f0c088
ModelName:BasicOnboardTrzwme.compute.nodes.heat.ubuntu18
ModelUuid:2965d273-c31e-40df-b98b-5a61503fd8e3
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-11-06T06:51:12.699Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 468c8713-943e-4ce9-8bf9-a3ea2eda4824
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-11-06T06:51:12.779Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||basic_onboard_trZWME 0
2021-11-06T06:51:12.784Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 468c8713-943e-4ce9-8bf9-a3ea2eda4824
2021-11-06T06:51:12.784Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e7390572-2b94-425f-b32a-d3b17d3e3232 from URL: /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json
2021-11-06T06:51:12.784Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-06T06:51:12.785Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json
2021-11-06T06:51:12.925Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-06T06:51:12.926Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json e7390572-2b94-425f-b32a-d3b17d3e3232 798
2021-11-06T06:51:12.926Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json ASDC sendASDCNotification
2021-11-06T06:51:12.926Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json
2021-11-06T06:51:12.926Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T06:51:12.927Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:12.928Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:12.929Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181472926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:13.029Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:13.030Z||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-11-06T06:51:13.030Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:13.042Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:13.042Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:13.930Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTrzwme..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4ad09e6d-c919-44f5-9055-6aa203c69f11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ff19d155-871f-4f9d-9316-ab4692bcd929",
"vfModuleModelCustomizationUUID": "637d0d8a-8a52-4a23-82b5-c333fa1cf763",
"isBase": true,
"artifacts": [
"1787a76f-a76c-430a-a565-90bce220a011",
"84537d12-8d69-4b4d-8741-6f87f0b8ec56"
],
"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-11-06T06:51:13.943Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTrzwme..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff19d155-871f-4f9d-9316-ab4692bcd929
VfModuleModelInvariantUUID:4ad09e6d-c919-44f5-9055-6aa203c69f11
VfModuleModelDescription:NULL
Artifacts UUID List:{
1787a76f-a76c-430a-a565-90bce220a011
,
84537d12-8d69-4b4d-8741-6f87f0b8ec56
}
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-11-06T06:51:13.945Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTrzwme..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4ad09e6d-c919-44f5-9055-6aa203c69f11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ff19d155-871f-4f9d-9316-ab4692bcd929",
"vfModuleModelCustomizationUUID": "637d0d8a-8a52-4a23-82b5-c333fa1cf763",
"isBase": true,
"artifacts": [
"1787a76f-a76c-430a-a565-90bce220a011",
"84537d12-8d69-4b4d-8741-6f87f0b8ec56"
],
"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-11-06T06:51:13.946Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTrzwme..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff19d155-871f-4f9d-9316-ab4692bcd929
VfModuleModelInvariantUUID:4ad09e6d-c919-44f5-9055-6aa203c69f11
VfModuleModelDescription:NULL
Artifacts UUID List:{
1787a76f-a76c-430a-a565-90bce220a011
,
84537d12-8d69-4b4d-8741-6f87f0b8ec56
}
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-11-06T06:51:13.946Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1787a76f-a76c-430a-a565-90bce220a011 from URL: /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml
2021-11-06T06:51:13.946Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-06T06:51:13.946Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml
2021-11-06T06:51:14.052Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-06T06:51:14.052Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml 1787a76f-a76c-430a-a565-90bce220a011 5033
2021-11-06T06:51:14.052Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-06T06:51:14.053Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml
2021-11-06T06:51:14.053Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T06:51:14.053Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:14.055Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:14.055Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181474052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:14.156Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:14.157Z||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-11-06T06:51:14.157Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:14.168Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:14.169Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:15.056Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84537d12-8d69-4b4d-8741-6f87f0b8ec56 from URL: /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env
2021-11-06T06:51:15.057Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-11-06T06:51:15.057Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env
2021-11-06T06:51:15.230Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-11-06T06:51:15.230Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env 84537d12-8d69-4b4d-8741-6f87f0b8ec56 909
2021-11-06T06:51:15.231Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-06T06:51:15.231Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env
2021-11-06T06:51:15.231Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T06:51:15.231Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:15.234Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:15.234Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181475231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:51:15.334Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:15.335Z||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-11-06T06:51:15.335Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:15.347Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:15.347Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:16.234Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 35229619-536e-4d05-9eb0-f35a363af39f
2021-11-06T06:51:16.235Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_trZWME 0 468c8713-943e-4ce9-8bf9-a3ea2eda4824 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-11-06T06:51:16.260Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@91007d0, org.onap.sdc.toscaparser.api.parameters.Input@1d82a821, org.onap.sdc.toscaparser.api.parameters.Input@1abd2ff6, org.onap.sdc.toscaparser.api.parameters.Input@19824190, org.onap.sdc.toscaparser.api.parameters.Input@10a5ebf7]
2021-11-06T06:51:16.263Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.264Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.264Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-11-06T06:51:16.264Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a435bb72-88cd-4ed5-885b-99af6c00fee2
2021-11-06T06:51:16.264Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a435bb72-88cd-4ed5-885b-99af6c00fee2 matches Tosca VF Customization UUID: a435bb72-88cd-4ed5-885b-99af6c00fee2
2021-11-06T06:51:16.264Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a435bb72-88cd-4ed5-885b-99af6c00fee2 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-11-06T06:51:16.269Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.269Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.270Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a435bb72-88cd-4ed5-885b-99af6c00fee2: {\"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-11-06T06:51:16.271Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@368be41f
2021-11-06T06:51:16.271Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.271Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-06T06:51:16.271Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 637d0d8a-8a52-4a23-82b5-c333fa1cf763
2021-11-06T06:51:16.272Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 637d0d8a-8a52-4a23-82b5-c333fa1cf763
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-11-06T06:51:16.276Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.276Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:16.277Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T06:51:16.277Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.277Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:16.277Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T06:51:16.278Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.278Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is not matching search criteria
2021-11-06T06:51:16.278Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-06T06:51:16.278Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-06T06:51:16.278Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=644d1663-4486-40e6-9e43-7d96e6796fac
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-11-06T06:51:16.283Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.283Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:16.284Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T06:51:16.284Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.284Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_trZWME 0 is matching search criteria
2021-11-06T06:51:16.284Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_trZWME 0] matching following query criteria: sdcType=VF, customizationUUID=a435bb72-88cd-4ed5-885b-99af6c00fee2
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-11-06T06:51:16.286Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.286Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.286Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 35229619-536e-4d05-9eb0-f35a363af39f: basic_onboard_trZWME
2021-11-06T06:51:16.286Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.286Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.287Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.287Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.287Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.287Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.287Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.287Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.287Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T06:51:16.288Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_trZWME is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T06:51:16.288Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_trZWME
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-11-06T06:51:16.414Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_trZWME 468c8713-943e-4ce9-8bf9-a3ea2eda4824 1 ASDC deployResourceStructure
2021-11-06T06:51:16.415Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json ASDC sendASDCNotification
2021-11-06T06:51:16.415Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json
2021-11-06T06:51:16.415Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T06:51:16.415Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:16.416Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:16.416Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181476415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:16.517Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:16.517Z||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-11-06T06:51:16.518Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:16.530Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:16.530Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:17.417Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-06T06:51:17.418Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml
2021-11-06T06:51:17.418Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T06:51:17.418Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:17.420Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:17.420Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181477417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:17.520Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:17.521Z||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-11-06T06:51:17.521Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:17.535Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:17.535Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:18.421Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-06T06:51:18.421Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env
2021-11-06T06:51:18.422Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T06:51:18.422Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:18.423Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:18.423Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181478421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:18.523Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:18.524Z||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-11-06T06:51:18.524Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:18.537Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:18.538Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:19.424Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar ASDC sendASDCNotification
2021-11-06T06:51:19.424Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar
2021-11-06T06:51:19.424Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T06:51:19.425Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:51:19.426Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:51:19.426Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181479424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T06:51:19.526Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:51:19.527Z||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-11-06T06:51:19.527Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:51:19.541Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:51:19.541Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-06T06:51:20.427Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:51:20.440Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:51:20.443Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T06:51:20.443Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T06:51:20.443Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T06:51:50.444Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:51:50.454Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:51:50.458Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T06:51:50.458Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T06:51:50.459Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T06:52:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:52:01.337Z||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-11-06T06:52:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:52:01.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:52:01.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:52:01.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:52:01.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:52:20.459Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:52:20.470Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:52:20.473Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T06:52:20.473Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T06:52:20.473Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T06:52:50.473Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:52:50.482Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:52:50.484Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T06:52:50.485Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T06:52:50.485Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T06:53:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:53:01.337Z||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-11-06T06:53:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:53:01.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:53:01.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T06:53:01.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:53:01.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181463249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T06:53:01.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-06T06:53:01.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:53:01.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "aai-ml",
"timestamp": 1636181464254,
"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-11-06T06:53:01.874Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 496e26cc-2220-44aa-848d-e41a19913343
2021-11-06T06:53:01.874Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 496e26cc-2220-44aa-848d-e41a19913343 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-11-06T06:53:01.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:53:01.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:53:01.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-06T06:53:01.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:53:01.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181461335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181469462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181472926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181474052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181475231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181476415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/basic_onboard_trzwme0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181477417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-06T06:53:01.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181478421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/resourceInstances/basic_onboard_trzwme0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-06T06:53:01.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:01.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:53:01.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181479424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTrzwme/1.0/artifacts/service-BasicOnboardTrzwme-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T06:53:01.884Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T06:53:20.485Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:53:20.497Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343
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-11-06T06:53:20.500Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T06:53:20.500Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-06T06:53:20.500Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-06T06:53:20.500Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-06T06:53:20.500Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T06:53:20.501Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T06:53:20.501Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T06:53:20.501Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T06:53:20.501Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T06:53:20.501Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T06:53:20.501Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-11-06T06:53:20.506Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-06T06:53:50.506Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 496e26cc-2220-44aa-848d-e41a19913343 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-11-06T06:53:50.515Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 496e26cc-2220-44aa-848d-e41a19913343 and serviceModelVersionId: 35229619-536e-4d05-9eb0-f35a363af39f
2021-11-06T06:53:50.516Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bb94558-8c1c-4d95-b35b-30db8722145f
2021-11-06T06:54:01.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:54:01.343Z||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-11-06T06:54:01.344Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:54:01.928Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0
2021-11-06T06:54:02.020Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-11-06T06:54:02.520Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0|INFO|500||Invoke
2021-11-06T06:54:02.528Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[496e26cc-2220-44aa-848d-e41a19913343], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3eecd1a8-ed70-49b4-93f1-4a7e27268651], X-ECOMP-RequestID=[496e26cc-2220-44aa-848d-e41a19913343], X-TransactionId=[], X-ONAP-RequestID=[496e26cc-2220-44aa-848d-e41a19913343], Content-Type=[application/merge-patch+json]}
2021-11-06T06:54:02.782Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-06T06:54:03.245Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?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/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211106-06:54:02:790-2343], vertex-id=[200704], Content-Length=[0], Date=[Sat, 06 Nov 2021 06:54:02 GMT], Content-Type=[application/json]}
2021-11-06T06:54:03.247Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-06T06:54:03.247Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb94558-8c1c-4d95-b35b-30db8722145f/model-vers/model-ver/35229619-536e-4d05-9eb0-f35a363af39f?depth=0|INFO|500||InvokeReturn
2021-11-06T06:54:03.250Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-06T06:54:03.250Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-11-06T06:54:03.256Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||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-11-06T06:54:03.257Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 496e26cc-2220-44aa-848d-e41a19913343 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-06T06:54:03.257Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-06T06:54:03.258Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-11-06T06:54:03.259Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T06:54:03.259Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181643257,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-06T06:54:03.360Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T06:54:03.361Z||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-11-06T06:54:03.361Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:54:03.377Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:54:03.377Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2021-11-06T06:54:03.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:54:03.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-06T06:54:03.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "496e26cc-2220-44aa-848d-e41a19913343",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636181643257,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-06T06:54:03.990Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-06T06:54:04.270Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:54:04.271Z|496e26cc-2220-44aa-848d-e41a19913343|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-11-06T06:54:04.271Z|496e26cc-2220-44aa-848d-e41a19913343|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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:54:15.560Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:54:15.560Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:54:15.561Z|496e26cc-2220-44aa-848d-e41a19913343|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-11-06T06:54:15.561Z|496e26cc-2220-44aa-848d-e41a19913343|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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:54:25.101Z|496e26cc-2220-44aa-848d-e41a19913343|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:54:25.101Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:54:25.102Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T06:54:25.102Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:54:34.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:55:01.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:55:01.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T06:55:01.336Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:55:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:55:01.337Z||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-11-06T06:55:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:55:10.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:55:10.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:56:01.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:56:01.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T06:56:01.336Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:56:01.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:56:01.337Z||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-11-06T06:56:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:56:10.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:56:10.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:57:01.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:57:01.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T06:57:01.336Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:57:01.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:57:01.337Z||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-11-06T06:57:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:57:10.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:57:10.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:58:01.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:58:01.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T06:58:01.336Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:58:01.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:58:01.337Z||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-11-06T06:58:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:58:10.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:58:10.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:59:01.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:59:01.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T06:59:01.336Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T06:59:01.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T06:59:01.337Z||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-11-06T06:59:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T06:59:10.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T06:59:10.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:00:01.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:00:01.336Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T07:00:01.336Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:00:01.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:00:01.337Z||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-11-06T07:00:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T07:00:10.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:00:10.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:01.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:01:01.335Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T07:01:01.336Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:01:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:01:01.337Z||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-11-06T07:01:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T07:01:01.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:01.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:01.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b3be08d-f73f-4957-b8e3-c614437bc308","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cb8f4aee-cdf1-4b85-b553-259dd59b7fb5","serviceDescription":"service","serviceInvariantUUID":"4390db04-f50f-4a26-9e98-ee73692ceaed","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"436bc894-c8a5-458c-9eff-e108874a00cb","resourceInvariantUUID":"88210239-eb21-47c6-a970-c06b3110ac01","resourceCustomizationUUID":"4c9eaa88-a805-4b16-a872-0c27b714b8e8","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":"NTg4M2YxNDIxNGMyMzRhOWRlNTc5NmZlNzg1YjdiMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"069dac79-0e9b-4b29-adcc-3ddc012e90e7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzkwODA2YmMwMTAwOWU3OTc0MzQ1ODJhNzE1YjMyNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b12febb-b3d2-45b0-abad-8f20bdd07246","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-06T07:01:01.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "clamp",
"timestamp": 1636182022068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182022157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.968Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "policy-id",
"timestamp": 1636182018935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.968Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "clamp",
"timestamp": 1636182022068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "policy-id",
"timestamp": 1636182018935,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182022157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "dcae-sch",
"timestamp": 1636182029181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.970Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:01:01.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "dcae-sch",
"timestamp": 1636182029181,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.970Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182061335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182031088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:01:01.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:01.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "policy-id",
"timestamp": 1636182031082,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "cds",
"timestamp": 1636182031461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "policy-id",
"timestamp": 1636182032092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:01.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182031766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:01.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182032753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:01:01.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:01.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "cds",
"timestamp": 1636182031461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:01:01.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "policy-id",
"timestamp": 1636182033097,
"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=?
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-11-06T07:01:01.988Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b3be08d-f73f-4957-b8e3-c614437bc308
2021-11-06T07:01:01.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3be08d-f73f-4957-b8e3-c614437bc308 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-11-06T07:01:01.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182031766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:01:01.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:01.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:01.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182033757,
"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-11-06T07:01:02.000Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b3be08d-f73f-4957-b8e3-c614437bc308
2021-11-06T07:01:02.000Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3be08d-f73f-4957-b8e3-c614437bc308 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-11-06T07:01:02.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "cds",
"timestamp": 1636182034230,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:01:02.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:02.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "cds",
"timestamp": 1636182035235,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-06T07:01:02.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b3be08d-f73f-4957-b8e3-c614437bc308
2021-11-06T07:01:02.016Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3be08d-f73f-4957-b8e3-c614437bc308 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-11-06T07:01:02.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "clamp",
"timestamp": 1636182036726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:01:02.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:02.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182037439,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:02.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:02.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "clamp",
"timestamp": 1636182038736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:01:02.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:02.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182037439,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:02.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:02.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "clamp",
"timestamp": 1636182039738,
"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-11-06T07:01:02.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b3be08d-f73f-4957-b8e3-c614437bc308
2021-11-06T07:01:02.031Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3be08d-f73f-4957-b8e3-c614437bc308 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-11-06T07:01:02.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "aai-ml",
"timestamp": 1636182044648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:01:02.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:02.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "aai-ml",
"timestamp": 1636182044648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:01:02.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:01:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "aai-ml",
"timestamp": 1636182047463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:01:02.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:02.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "aai-ml",
"timestamp": 1636182051041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:01:02.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:01:02.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:01:02.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "aai-ml",
"timestamp": 1636182052045,
"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-11-06T07:01:02.047Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b3be08d-f73f-4957-b8e3-c614437bc308
2021-11-06T07:01:02.047Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b3be08d-f73f-4957-b8e3-c614437bc308 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-11-06T07:01:02.070Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:01:02.070Z||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-11-06T07:01:02.070Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:01:02.082Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:02.082Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-06T07:01:02.970Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:01:02.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:01:02.972Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:01:02.972Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182061335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:01:03.073Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:01:03.073Z||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-11-06T07:01:03.074Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:01:03.087Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:03.087Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:01:03.973Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cb8f4aee-cdf1-4b85-b553-259dd59b7fb5",
"serviceDescription": "service",
"serviceInvariantUUID": "4390db04-f50f-4a26-9e98-ee73692ceaed",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4c9eaa88-a805-4b16-a872-0c27b714b8e8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "436bc894-c8a5-458c-9eff-e108874a00cb",
"resourceInvariantUUID": "88210239-eb21-47c6-a970-c06b3110ac01",
"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": "NzkwODA2YmMwMTAwOWU3OTc0MzQ1ODJhNzE1YjMyNTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4b12febb-b3d2-45b0-abad-8f20bdd07246"
}
],
"workloadContext": "Production"
}
2021-11-06T07:01:03.974Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-06T07:01:03.974Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cb8f4aee-cdf1-4b85-b553-259dd59b7fb5 ASDC
2021-11-06T07:01:03.974Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b3be08d-f73f-4957-b8e3-c614437bc308
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cb8f4aee-cdf1-4b85-b553-259dd59b7fb5
ServiceInvariantUUID:4390db04-f50f-4a26-9e98-ee73692ceaed
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:4b12febb-b3d2-45b0-abad-8f20bdd07246
ArtifactChecksum:NzkwODA2YmMwMTAwOWU3OTc0MzQ1ODJhNzE1YjMyNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4c9eaa88-a805-4b16-a872-0c27b714b8e8
ResourceInvariantUUID:88210239-eb21-47c6-a970-c06b3110ac01
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:436bc894-c8a5-458c-9eff-e108874a00cb
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-06T07:01:03.974Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb8f4aee-cdf1-4b85-b553-259dd59b7fb5 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-11-06T07:01:03.996Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:01:03.997Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:01:03.997Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:01:03.997Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b12febb-b3d2-45b0-abad-8f20bdd07246 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-06T07:01:03.997Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-06T07:01:03.997Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-06T07:01:04.146Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-06T07:01:04.149Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4b12febb-b3d2-45b0-abad-8f20bdd07246 52488
2021-11-06T07:01:04.149Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-06T07:01:04.149Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-06T07:01:04.149Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T07:01:04.149Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:01:04.151Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:01:04.151Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182064149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:01:04.251Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:01:04.252Z||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-11-06T07:01:04.252Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:01:04.265Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:04.265Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:01:05.152Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:01:05.153Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:01:05.153Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4b12febb-b3d2-45b0-abad-8f20bdd07246, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-06T07:01:05.153Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-06T07:01:05.154Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-06T07:01:05.154Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-06T07:01:05.268Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17925881584110362821/Definitions/service-BasicNetwork-template.yml
2021-11-06T07:01:05.840Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-06T07:01:05.840Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:01:05.840Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-06T07:01:05.840Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-06T07:01:05.840Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.841Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.841Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.841Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.841Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-06T07:01:05.841Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.841Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.841Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.842Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:01:05.842Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.842Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.842Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-06T07:01:05.843Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:01:05.843Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:01:05.843Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.843Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.843Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-06T07:01:05.844Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:01:05.844Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:01:05.844Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.844Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.844Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.844Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.845Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.845Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.845Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.845Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.845Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.846Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.846Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cb8f4aee-cdf1-4b85-b553-259dd59b7fb5
Model Version:NULL
Model InvariantUuid:4390db04-f50f-4a26-9e98-ee73692ceaed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:88210239-eb21-47c6-a970-c06b3110ac01
Model UUID:e4903986-7932-444d-a314-1a33c7407bd6
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4c9eaa88-a805-4b16-a872-0c27b714b8e8
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-11-06T07:01:05.851Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 436bc894-c8a5-458c-9eff-e108874a00cb
2021-11-06T07:01:05.851Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||No resources found for Service: cb8f4aee-cdf1-4b85-b553-259dd59b7fb5
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-11-06T07:01:05.855Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||
2021-11-06T07:01:05.855Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-06T07:01:05.855Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||No resources found for Service: cb8f4aee-cdf1-4b85-b553-259dd59b7fb5
2021-11-06T07:01:05.855Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cb8f4aee-cdf1-4b85-b553-259dd59b7fb5
2021-11-06T07:01:05.855Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-06T07:01:05.855Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.860Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b4de357, org.onap.sdc.toscaparser.api.parameters.Input@7effb091, org.onap.sdc.toscaparser.api.parameters.Input@6478a11c, org.onap.sdc.toscaparser.api.parameters.Input@16a4c300, org.onap.sdc.toscaparser.api.parameters.Input@42a7cdd8]
2021-11-06T07:01:05.861Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.861Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.861Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.861Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.861Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cb8f4aee-cdf1-4b85-b553-259dd59b7fb5: Generic NeutronNet
2021-11-06T07:01:05.862Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.862Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.862Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.862Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.885Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.885Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.886Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.886Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.886Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:01:05.886Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:01:05.886Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||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-11-06T07:01:05.947Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-06T07:01:05.947Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-06T07:01:05.947Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-06T07:01:05.948Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T07:01:05.948Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:01:05.949Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:01:05.949Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182065947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:01:06.050Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:01:06.050Z||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-11-06T07:01:06.051Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:01:06.063Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:06.063Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-06T07:01:06.951Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b3be08d-f73f-4957-b8e3-c614437bc308
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-11-06T07:01:06.961Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b3be08d-f73f-4957-b8e3-c614437bc308
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-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:01:06.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-06T07:01:06.973Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-06T07:01:36.973Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b3be08d-f73f-4957-b8e3-c614437bc308 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-11-06T07:01:36.978Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b3be08d-f73f-4957-b8e3-c614437bc308 and serviceModelVersionId: cb8f4aee-cdf1-4b85-b553-259dd59b7fb5
2021-11-06T07:01:36.978Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4390db04-f50f-4a26-9e98-ee73692ceaed
2021-11-06T07:01:36.979Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0
2021-11-06T07:01:36.985Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-06T07:01:37.022Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0|INFO|500||Invoke
2021-11-06T07:01:37.023Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b3be08d-f73f-4957-b8e3-c614437bc308], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d61c4e65-d0ca-486e-9b52-82c7c71942ca], X-ECOMP-RequestID=[0b3be08d-f73f-4957-b8e3-c614437bc308], X-TransactionId=[], X-ONAP-RequestID=[0b3be08d-f73f-4957-b8e3-c614437bc308], Content-Type=[application/merge-patch+json]}
2021-11-06T07:01:37.046Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-06T07:01:37.440Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?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/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211106-07:01:37:052-48052], vertex-id=[245776], Content-Length=[0], Date=[Sat, 06 Nov 2021 07:01:37 GMT], Content-Type=[application/json]}
2021-11-06T07:01:37.440Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-06T07:01:37.441Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4390db04-f50f-4a26-9e98-ee73692ceaed/model-vers/model-ver/cb8f4aee-cdf1-4b85-b553-259dd59b7fb5?depth=0|INFO|500||InvokeReturn
2021-11-06T07:01:37.441Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-06T07:01:37.441Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-06T07:01:37.445Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-06T07:01:37.445Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b3be08d-f73f-4957-b8e3-c614437bc308 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-06T07:01:37.445Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-06T07:01:37.445Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:01:37.447Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:01:37.447Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182097445,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-06T07:01:37.547Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:01:37.548Z||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-11-06T07:01:37.548Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:01:37.562Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:01:37.563Z||pool-23-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-11-06T07:02:01.335Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:02:01.336Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T07:02:01.336Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:02:01.337Z||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-11-06T07:02:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:01.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:01.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:02:01.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182061335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:01.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:02:01.960Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:01.961Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-06T07:02:01.961Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"46a65836-76ea-4af0-b57a-6944191e3f56","serviceName":"Demo_pNF_mOTh47nPmxCmk9QxyGBQ","serviceVersion":"1.0","serviceUUID":"3366a4e0-ba8c-400a-ac05-b2f66d4fb57c","serviceDescription":"catalog service description","serviceInvariantUUID":"722f4057-08c2-4dd8-ab18-1fce30f9374d","resources":[{"resourceInstanceName":"pNF 5e03b3a4-1aab 0","resourceName":"pNF 5e03b3a4-1aab","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4dff0795-296d-449d-b1cc-bc13feb98421","resourceInvariantUUID":"f3b73cb1-7c6c-43aa-a350-07b6e9e56cad","resourceCustomizationUUID":"4ab4e426-924d-41dc-93ed-7cbb0f2d9ef6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml","artifactChecksum":"YzIwYjZhOWY4NjViM2U3NWZkYWMxNjJlMzc5MGQwOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e31417d2-4711-4c68-949e-6d878c92ca07","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar","artifactChecksum":"MThlYWY5NWUwYTA0YzcxNzU0ZjVmYzVmMzQzYTVmYzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc707174-0a0a-4f1b-b70f-d13448cb063f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7397d6d4-a854-4b82-a92c-57809781b10b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml","artifactChecksum":"MTVjNjVlMDgwNWMyYjFiY2ZkMzFkOTQ1OGNlODNmOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b325552-f339-48ad-ab68-7258d9f42073","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"637ef72f-7f36-4371-ab8f-3d8048532b56","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1058b710-dc0a-45b6-a4bf-63ac193891f8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMoth47npmxcmk9qxygbq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml","artifactChecksum":"MTI4Mjc4YmYzNmJhMDMwOWQxZGRjNzVmN2QyYTk3ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c6c4e71-275f-4006-bdf1-a22d161f5b8c","artifactVersion":"1"},{"artifactName":"service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar","artifactChecksum":"ODAyZDliNzFlY2VjZjEyYjdlNDhlY2IyODI0YzNiYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11b652d8-644a-4fd5-9fb4-10ff078eae8a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-06T07:02:01.963Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:01.964Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:01.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:01.965Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:02.065Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:02:02.066Z||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-11-06T07:02:02.067Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:02.078Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:02.078Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-06T07:02:02.966Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:02.967Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:02.968Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:02.969Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:03.069Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:02:03.069Z||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-11-06T07:02:03.069Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:03.086Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:03.086Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:02:03.969Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:03.970Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:03.972Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:03.972Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:04.072Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:02:04.072Z||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-11-06T07:02:04.072Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:04.084Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:04.084Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:02:04.972Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:04.973Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:04.974Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:04.974Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:05.075Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-06T07:02:05.075Z||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-11-06T07:02:05.075Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:05.086Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:05.086Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:02:05.975Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:05.976Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:05.978Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:05.978Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:06.078Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:02:06.079Z||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-11-06T07:02:06.079Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:06.090Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:06.090Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-06T07:02:06.979Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:06.980Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:06.982Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:06.982Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:07.082Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:02:07.083Z||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-11-06T07:02:07.083Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:07.095Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:07.096Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:02:07.983Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:07.983Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:07.985Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:07.985Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:02:08.085Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-06T07:02:08.086Z||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-11-06T07:02:08.086Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:08.102Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:08.103Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:02:08.986Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:02:08.987Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:08.988Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:08.988Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:02:09.088Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:02:09.089Z||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-11-06T07:02:09.089Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:09.102Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:09.102Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:02:09.989Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"serviceName": "Demo_pNF_mOTh47nPmxCmk9QxyGBQ",
"serviceVersion": "1.0",
"serviceUUID": "3366a4e0-ba8c-400a-ac05-b2f66d4fb57c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "722f4057-08c2-4dd8-ab18-1fce30f9374d",
"resources": [
{
"resourceInstanceName": "pNF 5e03b3a4-1aab 0",
"resourceCustomizationUUID": "4ab4e426-924d-41dc-93ed-7cbb0f2d9ef6",
"resourceName": "pNF 5e03b3a4-1aab",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4dff0795-296d-449d-b1cc-bc13feb98421",
"resourceInvariantUUID": "f3b73cb1-7c6c-43aa-a350-07b6e9e56cad",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"artifactChecksum": "ODAyZDliNzFlY2VjZjEyYjdlNDhlY2IyODI0YzNiYTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "11b652d8-644a-4fd5-9fb4-10ff078eae8a"
}
],
"workloadContext": "Production"
}
2021-11-06T07:02:09.990Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-06T07:02:09.990Z|0b3be08d-f73f-4957-b8e3-c614437bc308|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3366a4e0-ba8c-400a-ac05-b2f66d4fb57c ASDC
2021-11-06T07:02:09.990Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:46a65836-76ea-4af0-b57a-6944191e3f56
ServiceName:Demo_pNF_mOTh47nPmxCmk9QxyGBQ
ServiceVersion:1.0
ServiceUUID:3366a4e0-ba8c-400a-ac05-b2f66d4fb57c
ServiceInvariantUUID:722f4057-08c2-4dd8-ab18-1fce30f9374d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
ArtifactUUID:11b652d8-644a-4fd5-9fb4-10ff078eae8a
ArtifactChecksum:ODAyZDliNzFlY2VjZjEyYjdlNDhlY2IyODI0YzNiYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5e03b3a4-1aab 0
ResourceCustomizationUUID:4ab4e426-924d-41dc-93ed-7cbb0f2d9ef6
ResourceInvariantUUID:f3b73cb1-7c6c-43aa-a350-07b6e9e56cad
ResourceName:pNF 5e03b3a4-1aab
ResourceType:PNF
ResourceUUID:4dff0795-296d-449d-b1cc-bc13feb98421
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-06T07:02:09.990Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3366a4e0-ba8c-400a-ac05-b2f66d4fb57c 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-11-06T07:02:10.013Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:02:10.013Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:02:10.013Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:02:10.013Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 11b652d8-644a-4fd5-9fb4-10ff078eae8a from URL: /sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:10.013Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-06T07:02:10.014Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:10.236Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-06T07:02:10.240Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar 11b652d8-644a-4fd5-9fb4-10ff078eae8a 82636
2021-11-06T07:02:10.240Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar ASDC sendASDCNotification
2021-11-06T07:02:10.240Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:10.240Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T07:02:10.241Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:10.242Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:10.242Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182130240,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:02:10.343Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:02:10.343Z||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-11-06T07:02:10.343Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:10.355Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:10.355Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:02:11.243Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:02:11.244Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:02:11.244Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 11b652d8-644a-4fd5-9fb4-10ff078eae8a, URL: /sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar to file: /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:11.244Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:11.245Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:11.245Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:11.401Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13471020426622646677/Definitions/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5e03b3a4-1aab 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-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||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-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.299Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||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-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Node template pNF 5e03b3a4-1aab 0 is matching search criteria
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5e03b3a4-1aab 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:02:12.300Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Node template pNF 5e03b3a4-1aab 0 is matching search criteria
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5e03b3a4-1aab 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.301Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.302Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.302Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.302Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.302Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_mOTh47nPmxCmk9QxyGBQ
Description:catalog service description
Model UUID:3366a4e0-ba8c-400a-ac05-b2f66d4fb57c
Model Version:NULL
Model InvariantUuid:722f4057-08c2-4dd8-ab18-1fce30f9374d
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-11-06T07:02:12.306Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4dff0795-296d-449d-b1cc-bc13feb98421
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-11-06T07:02:12.308Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||pNF 5e03b3a4-1aab 0
2021-11-06T07:02:12.308Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4dff0795-296d-449d-b1cc-bc13feb98421
2021-11-06T07:02:12.308Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3366a4e0-ba8c-400a-ac05-b2f66d4fb57c
2021-11-06T07:02:12.308Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3366a4e0-ba8c-400a-ac05-b2f66d4fb57c
2021-11-06T07:02:12.308Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5e03b3a4-1aab 0 4dff0795-296d-449d-b1cc-bc13feb98421 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-11-06T07:02:12.312Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37ae05eb, org.onap.sdc.toscaparser.api.parameters.Input@2ac46862, org.onap.sdc.toscaparser.api.parameters.Input@eaef5d9, org.onap.sdc.toscaparser.api.parameters.Input@de2f998, org.onap.sdc.toscaparser.api.parameters.Input@4a243492]
2021-11-06T07:02:12.312Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.312Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.313Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3366a4e0-ba8c-400a-ac05-b2f66d4fb57c: pNF 5e03b3a4-1aab
2021-11-06T07:02:12.313Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4dff0795-296d-449d-b1cc-bc13feb98421
2021-11-06T07:02:12.313Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:02:12.313Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_mOTh47nPmxCmk9QxyGBQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:02:12.313Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||Resource customization UUID: 4ab4e426-924d-41dc-93ed-7cbb0f2d9ef6 is the same as notified resource customizationUUID: 4ab4e426-924d-41dc-93ed-7cbb0f2d9ef6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-06T07:02:12.370Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5e03b3a4-1aab 4dff0795-296d-449d-b1cc-bc13feb98421 0 ASDC deployResourceStructure
2021-11-06T07:02:12.371Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar ASDC sendASDCNotification
2021-11-06T07:02:12.371Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar
2021-11-06T07:02:12.371Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T07:02:12.371Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:02:12.373Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:02:12.373Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182132371,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:02:12.476Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-06T07:02:12.482Z||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-11-06T07:02:12.482Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:02:12.495Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:02:12.495Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-06T07:02:13.374Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:02:13.383Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:02:13.385Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T07:02:13.385Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T07:02:13.385Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T07:02:43.385Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:02:43.393Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:02:43.395Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T07:02:43.395Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T07:02:43.396Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T07:03:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:03:01.338Z||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-11-06T07:03:01.338Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T07:03:01.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:03:01.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182061335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182064149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182065947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0b3be08d-f73f-4957-b8e3-c614437bc308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182097445,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182091461,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182091766,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "dcae-sch",
"timestamp": 1636182089182,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182101535,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "cds",
"timestamp": 1636182102539,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-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-11-06T07:03:01.391Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46a65836-76ea-4af0-b57a-6944191e3f56
2021-11-06T07:03:01.391Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a65836-76ea-4af0-b57a-6944191e3f56 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-11-06T07:03:01.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182097439,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182106361,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182098935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182107589,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182107755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:03:01.404Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182108593,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-06T07:03:01.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 46a65836-76ea-4af0-b57a-6944191e3f56
2021-11-06T07:03:01.411Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a65836-76ea-4af0-b57a-6944191e3f56 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-06T07:03:01.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182108758,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:03:01.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "policy-id",
"timestamp": 1636182109760,
"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-11-06T07:03:01.428Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 46a65836-76ea-4af0-b57a-6944191e3f56
2021-11-06T07:03:01.428Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a65836-76ea-4af0-b57a-6944191e3f56 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-11-06T07:03:01.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182104648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182113449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182118731,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182112068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "aai-ml",
"timestamp": 1636182119735,
"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-11-06T07:03:01.447Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46a65836-76ea-4af0-b57a-6944191e3f56
2021-11-06T07:03:01.447Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a65836-76ea-4af0-b57a-6944191e3f56 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-11-06T07:03:01.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182112158,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:03:01.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:03:01.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:03:01.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182121045,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:03:01.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:03:13.396Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:03:13.406Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:03:13.408Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T07:03:13.408Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-06T07:03:13.409Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T07:03:13.409Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T07:03:43.409Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:03:43.417Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:03:43.420Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T07:03:43.420Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-06T07:03:43.420Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-06T07:03:43.420Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-06T07:04:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:04:01.337Z||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-11-06T07:04:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:01.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:01.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:01.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:01.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182123115,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182124120,
"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-11-06T07:04:01.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46a65836-76ea-4af0-b57a-6944191e3f56
2021-11-06T07:04:01.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a65836-76ea-4af0-b57a-6944191e3f56 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-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/resourceInstances/pnf5e03b3a41aab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:01.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182121335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182130240,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182131739,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182132371,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182133747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfMoth47npmxcmk9qxygbq/1.0/artifacts/service-DemoPnfMoth47npmxcmk9qxygbq-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:04:01.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:04:01.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "clamp",
"timestamp": 1636182134749,
"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-11-06T07:04:01.884Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 46a65836-76ea-4af0-b57a-6944191e3f56
2021-11-06T07:04:01.884Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46a65836-76ea-4af0-b57a-6944191e3f56 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-11-06T07:04:13.420Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:04:13.430Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56
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-11-06T07:04:13.434Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T07:04:13.434Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-06T07:04:13.434Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-06T07:04:13.434Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-06T07:04:13.434Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:04:13.435Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:04:13.435Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:04:13.435Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:04:13.435Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:04:13.435Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:04:13.435Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:04:13.435Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-06T07:04:13.440Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-06T07:04:43.440Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46a65836-76ea-4af0-b57a-6944191e3f56 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-11-06T07:04:43.445Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46a65836-76ea-4af0-b57a-6944191e3f56 and serviceModelVersionId: 3366a4e0-ba8c-400a-ac05-b2f66d4fb57c
2021-11-06T07:04:43.445Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 722f4057-08c2-4dd8-ab18-1fce30f9374d
2021-11-06T07:04:43.446Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0
2021-11-06T07:04:43.450Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-06T07:04:43.481Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0|INFO|500||Invoke
2021-11-06T07:04:43.482Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[46a65836-76ea-4af0-b57a-6944191e3f56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6d3c15e-430e-4179-b783-d45c0cbf9e95], X-ECOMP-RequestID=[46a65836-76ea-4af0-b57a-6944191e3f56], X-TransactionId=[], X-ONAP-RequestID=[46a65836-76ea-4af0-b57a-6944191e3f56], Content-Type=[application/merge-patch+json]}
2021-11-06T07:04:43.498Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-06T07:04:43.821Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?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/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211106-07:04:43:504-42621], vertex-id=[143448], Content-Length=[0], Date=[Sat, 06 Nov 2021 07:04:43 GMT], Content-Type=[application/json]}
2021-11-06T07:04:43.822Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-06T07:04:43.823Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/722f4057-08c2-4dd8-ab18-1fce30f9374d/model-vers/model-ver/3366a4e0-ba8c-400a-ac05-b2f66d4fb57c?depth=0|INFO|500||InvokeReturn
2021-11-06T07:04:43.823Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-06T07:04:43.823Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-06T07:04:43.827Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-06T07:04:43.827Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46a65836-76ea-4af0-b57a-6944191e3f56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-06T07:04:43.827Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-06T07:04:43.827Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:43.829Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:43.829Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182283827,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-06T07:04:43.929Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:04:43.930Z||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-11-06T07:04:43.930Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:43.946Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:43.947Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-06T07:04:44.840Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:04:44.841Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-06T07:04:44.841Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:49.516Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:49.518Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-06T07:04:49.518Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"29e98024-7480-42d6-b20f-0ed9168a009e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf","serviceDescription":"service","serviceInvariantUUID":"0b050492-3518-4786-9b67-aab3fe0c2c02","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d22b1f2-17fc-420f-88b9-3eaf95b5aa89","resourceInvariantUUID":"cf440af5-0b09-4704-8235-ea3f8bc4f858","resourceCustomizationUUID":"ac1376d6-d83a-4d13-a3e1-89342088bcdd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"M2RiNzgzOWUwMzA0NjEyMjJiNDA0YzA2MmYwMzk1ZjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d15c93d3-5a58-4de4-8585-81410caed3a3","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"Y2EzNTA5YzRlYTk0ZWI3ODI3MDA5ZmVmNzc2M2QzMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"041518d7-2c4f-4b43-b132-70320c24da60","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"45de7995-2662-4386-9f10-f0e9179f7c19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6b8179d2-fbda-45c3-8fb2-f2bc2c194cdb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"09b9d519-65a2-4e53-9fe4-45c8e1eebacd","artifactVersion":"2","generatedFromUUID":"45de7995-2662-4386-9f10-f0e9179f7c19"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmU4ODg3MTM3YWY4YTdhYzY4N2UwMjFhMzViMTU1MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7ec3b0e-c541-4e05-b614-5ae8a164180b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzliY2Q1MjU4MzBiM2RmYWM5MDU5MTEyZTQxOTZlYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25a802c0-3bf4-4f3c-980d-d0d7e4fb01af","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-06T07:04:49.520Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:04:49.520Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:49.522Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:49.522Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:49.622Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:04:49.623Z||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-11-06T07:04:49.623Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:49.634Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:49.634Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:04:50.523Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:04:50.523Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:50.525Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:50.526Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T07:04:50.625Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-06T07:04:50.626Z||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-11-06T07:04:50.626Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:50.637Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:50.638Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:04:51.526Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:04:51.527Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:51.528Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:51.528Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:04:51.629Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-06T07:04:51.629Z||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-11-06T07:04:51.629Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:51.641Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:51.642Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:04:52.529Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:04:52.530Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:52.531Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:52.531Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:52.631Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:04:52.632Z||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-11-06T07:04:52.632Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:52.643Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:52.644Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:04:53.531Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:04:53.532Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:53.533Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:53.534Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-06T07:04:53.634Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:04:53.634Z||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-11-06T07:04:53.634Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:53.647Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:53.647Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:04:54.534Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:04:54.535Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:54.536Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:54.536Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:04:54.636Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:04:54.637Z||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-11-06T07:04:54.637Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:54.650Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:54.650Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-06T07:04:55.536Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:04:55.537Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:55.539Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:55.539Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:04:55.639Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:04:55.639Z||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-11-06T07:04:55.640Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:55.656Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:55.656Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:04:56.540Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf",
"serviceDescription": "service",
"serviceInvariantUUID": "0b050492-3518-4786-9b67-aab3fe0c2c02",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ac1376d6-d83a-4d13-a3e1-89342088bcdd",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0d22b1f2-17fc-420f-88b9-3eaf95b5aa89",
"resourceInvariantUUID": "cf440af5-0b09-4704-8235-ea3f8bc4f858",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "Y2EzNTA5YzRlYTk0ZWI3ODI3MDA5ZmVmNzc2M2QzMmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "041518d7-2c4f-4b43-b132-70320c24da60",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "45de7995-2662-4386-9f10-f0e9179f7c19",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "09b9d519-65a2-4e53-9fe4-45c8e1eebacd",
"generatedFromUUID": "45de7995-2662-4386-9f10-f0e9179f7c19"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "09b9d519-65a2-4e53-9fe4-45c8e1eebacd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MzliY2Q1MjU4MzBiM2RmYWM5MDU5MTEyZTQxOTZlYmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "25a802c0-3bf4-4f3c-980d-d0d7e4fb01af"
}
],
"workloadContext": "Production"
}
2021-11-06T07:04:56.541Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-06T07:04:56.541Z|46a65836-76ea-4af0-b57a-6944191e3f56|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf ASDC
2021-11-06T07:04:56.541Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:29e98024-7480-42d6-b20f-0ed9168a009e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf
ServiceInvariantUUID:0b050492-3518-4786-9b67-aab3fe0c2c02
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:25a802c0-3bf4-4f3c-980d-d0d7e4fb01af
ArtifactChecksum:MzliY2Q1MjU4MzBiM2RmYWM5MDU5MTEyZTQxOTZlYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ac1376d6-d83a-4d13-a3e1-89342088bcdd
ResourceInvariantUUID:cf440af5-0b09-4704-8235-ea3f8bc4f858
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0d22b1f2-17fc-420f-88b9-3eaf95b5aa89
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:041518d7-2c4f-4b43-b132-70320c24da60
ArtifactChecksum:Y2EzNTA5YzRlYTk0ZWI3ODI3MDA5ZmVmNzc2M2QzMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:45de7995-2662-4386-9f10-f0e9179f7c19
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:09b9d519-65a2-4e53-9fe4-45c8e1eebacd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:09b9d519-65a2-4e53-9fe4-45c8e1eebacd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-06T07:04:56.541Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf 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-11-06T07:04:56.565Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:04:56.566Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:04:56.566Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:04:56.566Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25a802c0-3bf4-4f3c-980d-d0d7e4fb01af from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-06T07:04:56.566Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-06T07:04:56.566Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-06T07:04:56.730Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-06T07:04:56.733Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25a802c0-3bf4-4f3c-980d-d0d7e4fb01af 71053
2021-11-06T07:04:56.734Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-06T07:04:56.734Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-06T07:04:56.734Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T07:04:56.734Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:56.737Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:56.737Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182296733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:04:56.837Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:04:56.838Z||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-11-06T07:04:56.838Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:56.851Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:56.851Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-06T07:04:57.738Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:04:57.738Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:04:57.739Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25a802c0-3bf4-4f3c-980d-d0d7e4fb01af, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:57.739Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-06T07:04:57.739Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:57.740Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:57.909Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4910342201298503489/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.924Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:04:58.925Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.926Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:04:58.927Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-06T07:04:58.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ba8ca739-1af0-4f57-ab0c-acb11b4145a7
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:04:58.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:04:58.930Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf
Model Version:NULL
Model InvariantUuid:0b050492-3518-4786-9b67-aab3fe0c2c02
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:8276ead4-fed3-42c4-8677-3e90f2e59bbe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cf440af5-0b09-4704-8235-ea3f8bc4f858
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ac1376d6-d83a-4d13-a3e1-89342088bcdd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f2072a89-326c-4aad-9425-9a59a40f1ddc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:71ec40a8-5396-4db5-b9f6-2c791cfc6669
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ba8ca739-1af0-4f57-ab0c-acb11b4145a7
ModelInvariantUuid:7baccb19-7246-486c-8d40-bf7da275d9ee
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:808f080d-17a0-41c2-b96e-879b56909700
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:b1b086f2-2cd7-4ff7-aa2a-23b217b58819
ModelInvariantUuid:efa0620a-7ed9-430d-ac76-8ca8ed36b783
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:11a99d50-7453-4d0c-b049-7ae7995ef97c
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-11-06T07:04:58.935Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d22b1f2-17fc-420f-88b9-3eaf95b5aa89
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-11-06T07:04:58.937Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-11-06T07:04:58.937Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d22b1f2-17fc-420f-88b9-3eaf95b5aa89
2021-11-06T07:04:58.937Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 041518d7-2c4f-4b43-b132-70320c24da60 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-06T07:04:58.937Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-06T07:04:58.938Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-06T07:04:59.054Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-06T07:04:59.055Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 041518d7-2c4f-4b43-b132-70320c24da60 787
2021-11-06T07:04:59.055Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-06T07:04:59.055Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-06T07:04:59.055Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T07:04:59.055Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:04:59.057Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:04:59.057Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182299055,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:04:59.158Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-06T07:04:59.158Z||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-11-06T07:04:59.159Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:04:59.171Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:04:59.171Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:00.058Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f2072a89-326c-4aad-9425-9a59a40f1ddc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71ec40a8-5396-4db5-b9f6-2c791cfc6669",
"vfModuleModelCustomizationUUID": "d53ac48f-b2ce-452d-9881-2ffd596373ab",
"isBase": true,
"artifacts": [
"45de7995-2662-4386-9f10-f0e9179f7c19",
"09b9d519-65a2-4e53-9fe4-45c8e1eebacd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-06T07:05:00.061Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71ec40a8-5396-4db5-b9f6-2c791cfc6669
VfModuleModelInvariantUUID:f2072a89-326c-4aad-9425-9a59a40f1ddc
VfModuleModelDescription:NULL
Artifacts UUID List:{
45de7995-2662-4386-9f10-f0e9179f7c19
,
09b9d519-65a2-4e53-9fe4-45c8e1eebacd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-06T07:05:00.063Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f2072a89-326c-4aad-9425-9a59a40f1ddc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71ec40a8-5396-4db5-b9f6-2c791cfc6669",
"vfModuleModelCustomizationUUID": "d53ac48f-b2ce-452d-9881-2ffd596373ab",
"isBase": true,
"artifacts": [
"45de7995-2662-4386-9f10-f0e9179f7c19",
"09b9d519-65a2-4e53-9fe4-45c8e1eebacd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-06T07:05:00.063Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71ec40a8-5396-4db5-b9f6-2c791cfc6669
VfModuleModelInvariantUUID:f2072a89-326c-4aad-9425-9a59a40f1ddc
VfModuleModelDescription:NULL
Artifacts UUID List:{
45de7995-2662-4386-9f10-f0e9179f7c19
,
09b9d519-65a2-4e53-9fe4-45c8e1eebacd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-06T07:05:00.063Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 45de7995-2662-4386-9f10-f0e9179f7c19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-06T07:05:00.063Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-06T07:05:00.063Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-06T07:05:00.133Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-06T07:05:00.133Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 45de7995-2662-4386-9f10-f0e9179f7c19 5033
2021-11-06T07:05:00.133Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-06T07:05:00.133Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-06T07:05:00.133Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T07:05:00.134Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:00.135Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:00.136Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182300133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:00.236Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:00.236Z||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-11-06T07:05:00.236Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:00.246Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:00.247Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:01.136Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 09b9d519-65a2-4e53-9fe4-45c8e1eebacd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-06T07:05:01.137Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-06T07:05:01.137Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-06T07:05:01.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-06T07:05:01.337Z||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-11-06T07:05:01.337Z||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 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:01.433Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-06T07:05:01.434Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 09b9d519-65a2-4e53-9fe4-45c8e1eebacd 903
2021-11-06T07:05:01.434Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-06T07:05:01.434Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-06T07:05:01.434Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T07:05:01.434Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:01.436Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:01.436Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182301434,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:01.536Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:01.536Z||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-11-06T07:05:01.537Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:01.549Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:01.549Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:01.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182257439,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182262068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182262158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182258935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182256461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182257439,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182262158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182262068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182258935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182256461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182262068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182262158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182257439,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182258935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182256461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182257439,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182262158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182262068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182258935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182256461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182262068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182257439,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182262158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182258935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182256461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "dcae-sch",
"timestamp": 1636182269181,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182262068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182257439,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182262158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182258935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182256461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "dcae-sch",
"timestamp": 1636182269181,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182257439,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182262068,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182262158,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182258935,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182256461,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "dcae-sch",
"timestamp": 1636182269181,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182271986,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182271993,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182271984,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182271766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "dcae-sch",
"timestamp": 1636182269181,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "cds",
"timestamp": 1636182272998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-06T07:05:01.578Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29e98024-7480-42d6-b20f-0ed9168a009e
2021-11-06T07:05:01.578Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e98024-7480-42d6-b20f-0ed9168a009e 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-11-06T07:05:01.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182272988,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:01.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182271766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "dcae-sch",
"timestamp": 1636182269181,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "policy-id",
"timestamp": 1636182273991,
"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-11-06T07:05:01.589Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29e98024-7480-42d6-b20f-0ed9168a009e
2021-11-06T07:05:01.590Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e98024-7480-42d6-b20f-0ed9168a009e 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-11-06T07:05:01.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182274374,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182271766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "dcae-sch",
"timestamp": 1636182269181,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182275378,
"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-11-06T07:05:01.600Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29e98024-7480-42d6-b20f-0ed9168a009e
2021-11-06T07:05:01.601Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e98024-7480-42d6-b20f-0ed9168a009e 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-11-06T07:05:01.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182271766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "dcae-sch",
"timestamp": 1636182269181,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182271766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182271766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182277762,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182271766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182279727,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182279770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "clamp",
"timestamp": 1636182280773,
"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-11-06T07:05:01.615Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29e98024-7480-42d6-b20f-0ed9168a009e
2021-11-06T07:05:01.615Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e98024-7480-42d6-b20f-0ed9168a009e 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-11-06T07:05:01.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182280940,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182274002,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182282123,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182282957,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182283159,
"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-11-06T07:05:01.628Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29e98024-7480-42d6-b20f-0ed9168a009e
2021-11-06T07:05:01.628Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e98024-7480-42d6-b20f-0ed9168a009e 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-11-06T07:05:01.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "46a65836-76ea-4af0-b57a-6944191e3f56",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182283827,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-06T07:05:01.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "cds",
"timestamp": 1636182283962,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-06T07:05:01.643Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95928d3e-da27-4621-aede-fb29b4f4eedc
2021-11-06T07:05:01.643Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95928d3e-da27-4621-aede-fb29b4f4eedc 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-11-06T07:05:01.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182284161,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:01.649Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182277439,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182284648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182284648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182278935,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182284648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182287761,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182284648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182288765,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182284648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "policy-id",
"timestamp": 1636182289769,
"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-11-06T07:05:01.659Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95928d3e-da27-4621-aede-fb29b4f4eedc
2021-11-06T07:05:01.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95928d3e-da27-4621-aede-fb29b4f4eedc 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-11-06T07:05:01.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182284648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182284648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182292395,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182286461,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182295340,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182296733,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182289181,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "cds",
"timestamp": 1636182297423,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-06T07:05:01.683Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6c2e6d8-1b87-49fd-acfc-f814437877f6
2021-11-06T07:05:01.684Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6c2e6d8-1b87-49fd-acfc-f814437877f6 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-11-06T07:05:01.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182297439,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182298664,
"artifactURL": "/sdc/v1/catalog/services/74e08b9c-c622-4861-b334-2da14d0584e9/resourceInstances/basicclamp0/artifacts/41a1aa59-bd3a-4039-8cd3-c4d19e0e80c1",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182299055,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182297439,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182291766,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "policy-id",
"timestamp": 1636182298935,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "clamp",
"timestamp": 1636182292071,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182292158,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:01.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182299829,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182299864,
"artifactURL": "/sdc/v1/catalog/services/74e08b9c-c622-4861-b334-2da14d0584e9/resourceInstances/basicclamp0/artifacts/41a1aa59-bd3a-4039-8cd3-c4d19e0e80c1",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182297439,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182300133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636182300534,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:01.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "policy-id",
"timestamp": 1636182298935,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "aai-ml",
"timestamp": 1636182300833,
"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-11-06T07:05:01.700Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29e98024-7480-42d6-b20f-0ed9168a009e
2021-11-06T07:05:01.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29e98024-7480-42d6-b20f-0ed9168a009e 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-11-06T07:05:01.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "dcae-sch",
"timestamp": 1636182300867,
"artifactURL": "/sdc/v1/catalog/services/74e08b9c-c622-4861-b334-2da14d0584e9/resourceInstances/basicclamp0/artifacts/41a1aa59-bd3a-4039-8cd3-c4d19e0e80c1",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
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-11-06T07:05:01.710Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 95928d3e-da27-4621-aede-fb29b4f4eedc
2021-11-06T07:05:01.710Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95928d3e-da27-4621-aede-fb29b4f4eedc and ComponentName service-change-handler
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-11-06T07:05:01.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6c2e6d8-1b87-49fd-acfc-f814437877f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1636182297439,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:01.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-06T07:05:01.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-06T07:05:01.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636182301138,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:01.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-06T07:05:02.436Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf
2021-11-06T07:05:02.437Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0d22b1f2-17fc-420f-88b9-3eaf95b5aa89 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-11-06T07:05:02.448Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@211c51a9, org.onap.sdc.toscaparser.api.parameters.Input@2eef6bb, org.onap.sdc.toscaparser.api.parameters.Input@20a28719, org.onap.sdc.toscaparser.api.parameters.Input@5bf050d0, org.onap.sdc.toscaparser.api.parameters.Input@18a2c31e]
2021-11-06T07:05:02.449Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.449Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.449Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-11-06T07:05:02.449Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ac1376d6-d83a-4d13-a3e1-89342088bcdd
2021-11-06T07:05:02.449Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac1376d6-d83a-4d13-a3e1-89342088bcdd matches Tosca VF Customization UUID: ac1376d6-d83a-4d13-a3e1-89342088bcdd
2021-11-06T07:05:02.449Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ac1376d6-d83a-4d13-a3e1-89342088bcdd 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-11-06T07:05:02.452Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.453Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.453Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ac1376d6-d83a-4d13-a3e1-89342088bcdd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-11-06T07:05:02.453Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69f0f35b
2021-11-06T07:05:02.453Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.453Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-06T07:05:02.454Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d53ac48f-b2ce-452d-9881-2ffd596373ab
2021-11-06T07:05:02.454Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d53ac48f-b2ce-452d-9881-2ffd596373ab
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-11-06T07:05:02.456Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.456Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:05:02.456Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T07:05:02.456Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.456Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:05:02.456Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T07:05:02.457Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.457Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-06T07:05:02.457Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-06T07:05:02.457Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-06T07:05:02.457Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ba8ca739-1af0-4f57-ab0c-acb11b4145a7
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-11-06T07:05:02.459Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.459Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:05:02.459Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-06T07:05:02.459Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.459Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-06T07:05:02.460Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ac1376d6-d83a-4d13-a3e1-89342088bcdd
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-11-06T07:05:02.461Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.461Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.461Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf: basic_vm
2021-11-06T07:05:02.461Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.461Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.461Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:02.462Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm
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-11-06T07:05:02.519Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0d22b1f2-17fc-420f-88b9-3eaf95b5aa89 1 ASDC deployResourceStructure
2021-11-06T07:05:02.520Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-06T07:05:02.520Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-06T07:05:02.520Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T07:05:02.520Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:02.522Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:02.522Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182302520,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:02.622Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:02.622Z||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-11-06T07:05:02.622Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:02.633Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:02.633Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:03.523Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-06T07:05:03.523Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-06T07:05:03.523Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T07:05:03.523Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:03.525Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:03.525Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182303522,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:03.625Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:03.625Z||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-11-06T07:05:03.625Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:03.637Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:03.637Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:04.526Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-06T07:05:04.526Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-06T07:05:04.526Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T07:05:04.526Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:04.528Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:04.528Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182304525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:04.628Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:04.629Z||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-11-06T07:05:04.629Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:04.640Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:04.641Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:05.529Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-06T07:05:05.529Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-06T07:05:05.529Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-06T07:05:05.530Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:05.531Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:05.531Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182305529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-06T07:05:05.632Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:05.633Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:05.633Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:05.644Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:05.644Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:06.533Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29e98024-7480-42d6-b20f-0ed9168a009e
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-11-06T07:05:06.544Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29e98024-7480-42d6-b20f-0ed9168a009e
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-11-06T07:05:06.546Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-06T07:05:06.546Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-06T07:05:06.546Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-06T07:05:06.546Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-06T07:05:06.546Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:05:06.547Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:05:06.547Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:05:06.547Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:05:06.547Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:05:06.547Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-06T07:05:06.547Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-06T07:05:06.551Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-06T07:05:36.551Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29e98024-7480-42d6-b20f-0ed9168a009e 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-11-06T07:05:36.557Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29e98024-7480-42d6-b20f-0ed9168a009e and serviceModelVersionId: d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf
2021-11-06T07:05:36.557Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b050492-3518-4786-9b67-aab3fe0c2c02
2021-11-06T07:05:36.558Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0
2021-11-06T07:05:36.561Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-11-06T07:05:36.591Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0|INFO|500||Invoke
2021-11-06T07:05:36.591Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29e98024-7480-42d6-b20f-0ed9168a009e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4f0fa8a-8b34-497a-b5bf-11c3cab55ae3], X-ECOMP-RequestID=[29e98024-7480-42d6-b20f-0ed9168a009e], X-TransactionId=[], X-ONAP-RequestID=[29e98024-7480-42d6-b20f-0ed9168a009e], Content-Type=[application/merge-patch+json]}
2021-11-06T07:05:36.606Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-06T07:05:36.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?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/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211106-07:05:36:612-59196], vertex-id=[274448], Content-Length=[0], Date=[Sat, 06 Nov 2021 07:05:36 GMT], Content-Type=[application/json]}
2021-11-06T07:05:36.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-06T07:05:36.928Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b050492-3518-4786-9b67-aab3fe0c2c02/model-vers/model-ver/d5ce3f1d-89d3-4d81-ae95-d0a63b038ecf?depth=0|INFO|500||InvokeReturn
2021-11-06T07:05:36.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-06T07:05:36.929Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-06T07:05:36.932Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-06T07:05:36.932Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29e98024-7480-42d6-b20f-0ed9168a009e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-06T07:05:36.932Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-06T07:05:36.933Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:36.934Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:36.934Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "29e98024-7480-42d6-b20f-0ed9168a009e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182336932,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-06T07:05:37.034Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:37.035Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:37.035Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:37.052Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:37.052Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-06T07:05:37.944Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-06T07:05:37.944Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"95928d3e-da27-4621-aede-fb29b4f4eedc","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"74e08b9c-c622-4861-b334-2da14d0584e9","serviceDescription":"service","serviceInvariantUUID":"b1519cca-c87e-48da-8177-de89e30a9b37","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cb896598-5f71-433d-a7b7-76361b3f282d","resourceInvariantUUID":"a8330a6a-eaf9-4b72-8b1e-1db215a159a5","resourceCustomizationUUID":"03d34bb9-e5d4-4486-a30e-61a832e2cca3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"41a1aa59-bd3a-4039-8cd3-c4d19e0e80c1","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzQyZWFmNTI3ZmE4YjhiYjVkMzYxNjM5NzhkMjYyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a49fe6-184a-4a76-a92e-8f6d7f83cc42","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZWI3M2E4ZWY1YjZiMzQwZGVjNjlkNjUxYmMxZTUxZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4d7a9ed-03dd-4319-ad6d-c8ff77027368","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4f2c902-6c03-4f49-bcb0-560c48771838","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2ccfa73c-e179-4303-8c17-7388bbafbf42","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d404033d-08dd-4125-9ac8-7a3e4543ef2d","artifactVersion":"2","generatedFromUUID":"e4f2c902-6c03-4f49-bcb0-560c48771838"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDI5YmM1ZDlmYTU1OTljZjJmOWMwYTNiZTg0OGE5ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb78805a-0ea4-4baf-88e1-f7cc90958cb8","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Njk4OTM4NWUxM2UyOGNkOWFjZDdhODAxMjhjZTY3NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"279ff65d-2b86-4e12-a53e-4e00885b801b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-06T07:05:37.945Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:37.945Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:37.946Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:37.946Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:38.047Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:38.047Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:38.047Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:38.060Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:38.060Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:38.947Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:38.948Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:38.950Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:38.950Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:39.050Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:39.051Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:39.051Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:39.062Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:39.063Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:39.950Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:39.951Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:39.952Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:39.952Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-11-06T07:05:40.053Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:40.053Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:40.053Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:40.065Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:40.065Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:40.953Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:40.954Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:40.955Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:40.955Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-06T07:05:41.055Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:41.056Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:41.056Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:41.070Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:41.070Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:41.955Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:41.956Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:41.957Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:41.958Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:42.058Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:42.058Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:42.059Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:42.069Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:42.070Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:42.958Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:42.959Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:42.961Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:42.961Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-06T07:05:43.061Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:43.062Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:43.062Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:43.075Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:43.075Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:43.962Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:43.962Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:43.964Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:43.964Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-06T07:05:44.065Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:44.065Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:44.066Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:44.077Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:44.078Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:44.965Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-06T07:05:44.966Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:44.968Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:44.968Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182284840,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-11-06T07:05:45.069Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-06T07:05:45.070Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:45.070Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:45.083Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:45.083Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:45.969Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "74e08b9c-c622-4861-b334-2da14d0584e9",
"serviceDescription": "service",
"serviceInvariantUUID": "b1519cca-c87e-48da-8177-de89e30a9b37",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "03d34bb9-e5d4-4486-a30e-61a832e2cca3",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cb896598-5f71-433d-a7b7-76361b3f282d",
"resourceInvariantUUID": "a8330a6a-eaf9-4b72-8b1e-1db215a159a5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "ZWI3M2E4ZWY1YjZiMzQwZGVjNjlkNjUxYmMxZTUxZmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d4d7a9ed-03dd-4319-ad6d-c8ff77027368",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e4f2c902-6c03-4f49-bcb0-560c48771838",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d404033d-08dd-4125-9ac8-7a3e4543ef2d",
"generatedFromUUID": "e4f2c902-6c03-4f49-bcb0-560c48771838"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d404033d-08dd-4125-9ac8-7a3e4543ef2d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "Njk4OTM4NWUxM2UyOGNkOWFjZDdhODAxMjhjZTY3NGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "279ff65d-2b86-4e12-a53e-4e00885b801b"
}
],
"workloadContext": "Production"
}
2021-11-06T07:05:45.970Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-06T07:05:45.970Z|29e98024-7480-42d6-b20f-0ed9168a009e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74e08b9c-c622-4861-b334-2da14d0584e9 ASDC
2021-11-06T07:05:45.970Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:95928d3e-da27-4621-aede-fb29b4f4eedc
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:74e08b9c-c622-4861-b334-2da14d0584e9
ServiceInvariantUUID:b1519cca-c87e-48da-8177-de89e30a9b37
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:279ff65d-2b86-4e12-a53e-4e00885b801b
ArtifactChecksum:Njk4OTM4NWUxM2UyOGNkOWFjZDdhODAxMjhjZTY3NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:03d34bb9-e5d4-4486-a30e-61a832e2cca3
ResourceInvariantUUID:a8330a6a-eaf9-4b72-8b1e-1db215a159a5
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:cb896598-5f71-433d-a7b7-76361b3f282d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:d4d7a9ed-03dd-4319-ad6d-c8ff77027368
ArtifactChecksum:ZWI3M2E4ZWY1YjZiMzQwZGVjNjlkNjUxYmMxZTUxZmE=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e4f2c902-6c03-4f49-bcb0-560c48771838
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d404033d-08dd-4125-9ac8-7a3e4543ef2d
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d404033d-08dd-4125-9ac8-7a3e4543ef2d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-06T07:05:45.970Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74e08b9c-c622-4861-b334-2da14d0584e9 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-11-06T07:05:45.997Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:05:45.998Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:05:45.998Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:05:45.998Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 279ff65d-2b86-4e12-a53e-4e00885b801b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-06T07:05:45.998Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-11-06T07:05:45.998Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-06T07:05:46.147Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-11-06T07:05:46.150Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 279ff65d-2b86-4e12-a53e-4e00885b801b 73656
2021-11-06T07:05:46.150Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-11-06T07:05:46.150Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-11-06T07:05:46.150Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-06T07:05:46.150Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-11-06T07:05:46.152Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-06T07:05:46.152Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "95928d3e-da27-4621-aede-fb29b4f4eedc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636182346150,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-06T07:05:46.252Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-06T07:05:46.253Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-06T07:05:46.253Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1YIdmq8PpqCsYag5) ...
2021-11-06T07:05:46.266Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-06T07:05:46.266Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-06T07:05:47.152Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-06T07:05:47.153Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-11-06T07:05:47.154Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 279ff65d-2b86-4e12-a53e-4e00885b801b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:47.154Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-11-06T07:05:47.154Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:47.154Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:47.241Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17658174439933131824/Definitions/service-Basicclamp-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-11-06T07:05:48.160Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-11-06T07:05:48.161Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-11-06T07:05:48.162Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-06T07:05:48.163Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-06T07:05:48.164Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-06T07:05:48.164Z|95928d3e-da27-4621-aede-fb29b4f4eedc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery