By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-10T02:06:45.228Z||main|||||INFO|500||The following profiles are active: basic
2021-10-10T02:06:55.636Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-10T02:06:55.637Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-10T02:06:55.731Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-10T02:06:58.364Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-10T02:06:58.556Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-10T02:06:58.962Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-10T02:06:58.970Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-10T02:06:59.073Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-10T02:06:59.209Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-10T02:06:59.586Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-10T02:07:00.378Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-10T02:07:02.293Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-10T02:07:02.372Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-10T02:07:02.840Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-10T02:07:03.849Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-10T02:07:04.969Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-10T02:07:05.895Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-10T02:07:05.910Z||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$$49510b5f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-10T02:07:05.911Z||main|||||WARN|500||The sdc end point is not alive
2021-10-10T02:07:08.824Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-10T02:07:11.542Z||main|||||WARN|500||---
2021-10-10T02:07:11.542Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-10T02:07:11.542Z||main|||||WARN|500||---
2021-10-10T02:07:12.001Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-10T02:07:16.269Z||main|||||INFO|500||Started Application in 35.767 seconds (JVM running for 36.927)
2021-10-10T02:07:16.277Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-10T02:07:16.278Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-10T02:07:16.287Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-10T02:07:16.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-10T02:07:16.439Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 360db4ac-f025-4aa0-906d-db4c01f56874 url= /sdc/v1/artifactTypes
2021-10-10T02:07:16.439Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-10T02:07:16.687Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-10T02:07:16.703Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-10T02:07:16.723Z||scheduling-1|||||DEBUG|500||create keys
2021-10-10T02:07:16.730Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-10T02:07:16.758Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:07:16.774Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5871545a-458d-4a8c-b3d3-3cfac0a79aad url= /sdc/v1/registerForDistribution
2021-10-10T02:07:16.867Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5871545a-458d-4a8c-b3d3-3cfac0a79aad url= /sdc/v1/registerForDistribution
2021-10-10T02:07:16.867Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-10T02:07:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:07:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:07:16.881Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:07:16.881Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:07:16.881Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-10T02:07:16.883Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:07:16.884Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:07:27.127Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:07:27.128Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:08:16.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:08:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:08:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:08:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:08:16.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:08:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:08:26.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:08:26.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:09:16.875Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:09:16.876Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:09:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:09:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:09:16.879Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:09:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:09:26.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:09:26.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:10:16.875Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:10:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:10:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:10:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:10:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:10:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:10:26.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:10:26.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:11:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:11:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:11:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:11:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:11:16.878Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:11:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:11:26.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:11:26.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:12:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:12:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:12:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:12:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:12:16.878Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:12:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:12:26.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:12:26.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:13:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:13:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:13:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:13:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:13:16.878Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:13:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:13:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:13:26.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:14:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:14:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:14:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:14:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:14:16.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:14:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:14:26.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:14:26.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:15:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:15:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:15:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:15:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:15:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:15:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:15:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:15:26.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:16:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:16:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:16:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:16:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:16:16.878Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:16:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:16:26.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:16:26.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:16:42.130Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-10T02:17:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:17:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:17:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:17:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:17:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:17:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:17:26.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:17:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:18:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:18:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:18:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:18:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:18:16.878Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:18:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:18:26.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:18:26.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:19:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:19:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:19:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:19:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:19:16.878Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:19:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:19:26.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:19:26.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:20:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:20:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:20:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:20:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:20:16.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:20:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:20:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:20:26.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:21:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:21:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:21:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:21:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:21:16.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:21:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:21:26.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:21:26.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:22:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:22:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:22:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:22:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:22:16.878Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:22:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:22:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:22:26.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:23:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:23:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:23:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:23:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:23:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:23:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:23:26.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:23:26.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:24:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:24:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:24:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:24:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:24:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:24:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:24:26.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:24:26.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:25:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:25:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:25:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:25:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:25:16.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:25:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:25:26.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:25:26.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:26:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:26:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:26:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:26:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:26:16.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:26:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:26:26.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:26:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:27:16.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:27:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:27:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:27:16.878Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:27:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:27:26.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:27:26.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:28:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:28:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:28:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:28:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:28:16.878Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:28:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:28:26.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:28:26.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:29:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:29:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:29:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:29:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:29:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:29:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:29:26.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:30:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:30:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:30:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:30:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:30:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:30:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:30:26.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:30:26.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:31:16.876Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:31:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:31:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:31:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:31:26.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:31:26.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:32:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:32:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:32:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:32:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:32:16.878Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:32:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:32:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:32:26.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:33:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:33:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:33:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:33:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:33:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:33:26.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:34:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:34:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:34:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:34:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:34:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:34:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:34:26.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:34:26.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:35:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:35:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:35:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:35:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:35:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:35:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:35:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:35:26.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:36:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:36:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:36:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:36:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:36:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:36:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:36:26.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:36:26.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:37:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:37:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:37:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:37:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:37:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:37:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:37:26.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:37:26.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:38:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:38:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:38:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:38:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:38:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:38:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:38:26.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:38:26.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:39:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:39:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:39:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:39:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:39:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:39:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:39:26.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:39:26.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:40:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:40:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:40:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:40:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:40:16.878Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:40:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:40:26.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:40:26.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:41:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:41:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:41:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:41:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:41:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:41:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:41:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:41:26.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:42:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:42:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:42:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:42:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:42:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:42:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:42:26.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:42:26.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:43:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:43:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:43:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:43:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:43:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:43:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:43:26.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:43:26.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:44:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:44:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:44:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:44:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:44:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:44:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:44:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:44:26.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:45:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:45:16.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:45:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:45:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:45:16.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:45:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:45:26.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:45:26.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:46:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:46:16.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:46:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:46:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:46:16.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:46:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:46:26.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:46:26.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:47:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:47:16.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:47:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:47:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:47:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:47:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:47:26.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:47:26.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:48:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:48:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:48:16.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:48:16.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:48:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:48:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:48:26.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:48:26.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:49:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:49:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:49:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:49:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:49:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:49:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:49:26.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:49:26.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:50:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:50:16.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:50:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:50:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:50:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:50:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:50:26.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:50:26.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:51:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:51:16.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:51:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:51:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:51:16.878Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:51:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:51:26.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:51:26.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:52:16.875Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:52:16.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:52:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:52:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:52:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:52:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:52:26.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:52:26.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:53:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:53:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:53:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T02:53:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:53:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:53:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:53:26.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:53:26.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:54:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:54:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:54:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T02:54:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:54:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:54:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:54:26.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:54:26.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:55:16.876Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:55:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:55:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:55:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:55:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T02:55:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:55:26.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:55:26.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:56:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:56:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:56:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:56:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T02:56:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:56:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:56:26.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:56:26.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:57:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:57:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:57:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:57:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T02:57:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:57:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:57:26.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:57:26.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:58:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:58:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:58:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T02:58:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:58:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:58:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:58:26.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:58:26.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:59:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:59:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:59:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T02:59:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T02:59:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T02:59:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T02:59:26.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T02:59:26.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:00:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:00:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:00:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:00:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:00:16.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:00:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:00:26.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:00:26.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:01:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:01:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:01:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:01:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:01:16.878Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:01:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:01:26.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:01:26.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:02:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:02:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:02:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:02:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:02:16.878Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:02:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:02:26.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:02:26.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:03:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:03:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:03:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:03:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:03:16.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:03:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:03:26.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:03:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:04:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:04:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:04:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:04:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:04:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:04:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:04:26.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:04:26.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:05:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:05:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:05:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:05:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:05:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:05:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:05:26.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:05:26.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:06:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:06:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:06:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:06:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:06:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:06:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:06:26.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:06:26.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:07:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:07:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:07:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:07:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:07:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:07:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:07:26.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:07:26.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:08:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:08:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:08:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:08:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:08:16.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:08:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:08:26.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:08:26.429Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:09:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:09:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:09:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:09:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:09:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:09:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:09:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:09:26.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:10:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:10:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:10:16.877Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:10:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:10:16.878Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:10:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:10:26.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:10:26.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:11:16.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:11:16.876Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:11:16.876Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lfI4diXR2ioIK4WW) ...
2021-10-10T03:11:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:11:16.878Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:11:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:11:26.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:11:26.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:12:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:12:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:12:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:12:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:12:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:12:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:12:26.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:12:26.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:13:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:13:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:13:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:13:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:13:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:13:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:13:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:13:26.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:14:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:14:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:14:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:14:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:14:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:14:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:14:26.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:14:26.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:15:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:15:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:15:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:15:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:15:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:15:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:15:26.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:15:26.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:16:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:16:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:16:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:16:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:16:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:16:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:16:26.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:16:26.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:17:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:17:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:17:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:17:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:17:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:17:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:17:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:17:26.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:18:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:18:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:18:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:18:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:18:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:18:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:18:26.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:18:26.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:19:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:19:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:19:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:19:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:19:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:19:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:19:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:19:26.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:20:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:20:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:20:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:20:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:20:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:20:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:20:26.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:20:26.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:21:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:21:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:21:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:21:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:21:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:21:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:21:26.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:21:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:22:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:22:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:22:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:22:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:22:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:22:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:22:26.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:22:26.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:23:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:23:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:23:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:23:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:23:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:23:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:23:26.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:23:26.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:24:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:24:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:24:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:24:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:24:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:24:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:24:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:24:26.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:25:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:25:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:25:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:25:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:25:26.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:25:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:26:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:26:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:26:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:26:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:26:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:26:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:26:26.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:26:26.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:27:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:27:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:27:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:27:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:27:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:27:26.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:28:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:28:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:28:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:28:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:28:16.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:28:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:28:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:28:26.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:29:16.875Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:29:16.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:29:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:29:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:29:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:29:26.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:29:26.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:30:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:30:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:30:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:30:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:30:16.878Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:30:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:30:26.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:30:26.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:31:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:31:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:31:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:31:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:31:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:31:26.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:31:26.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:32:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:32:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:32:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:32:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:32:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:32:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:32:26.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:32:26.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:33:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:33:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:33:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:33:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:33:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:33:26.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:33:26.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:34:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:34:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:34:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:34:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:34:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:34:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:34:26.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:34:26.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:35:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:35:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:35:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:35:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:35:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:35:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:35:26.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:35:26.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:36:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:36:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:36:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:36:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:36:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:36:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:36:26.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:36:26.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:37:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:37:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:37:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:37:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:37:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:37:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:37:26.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:37:26.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:38:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:38:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:38:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:38:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:38:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:38:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:38:26.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:38:26.427Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:39:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:39:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:39:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:39:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:39:16.878Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:39:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:39:26.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:39:26.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:40:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:40:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:40:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:40:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:40:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:40:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:40:26.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:40:26.430Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:41:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:41:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:41:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:41:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:41:16.878Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:41:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:41:26.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:41:26.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:42:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:42:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:42:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:42:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:42:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:42:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:42:26.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:42:26.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:43:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:43:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:43:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:43:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:43:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:43:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:43:26.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:43:26.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:44:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:44:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:44:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:44:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:44:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:44:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:44:26.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:44:26.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:45:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:45:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:45:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:45:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:45:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:45:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:45:26.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:45:26.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:46:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:46:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:46:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:46:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:46:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:46:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:46:26.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:46:26.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:47:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:47:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:47:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:47:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:47:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:47:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:47:26.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:47:26.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:48:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:48:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:48:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:48:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:48:16.878Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:48:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:48:26.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:48:26.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:49:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:49:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:49:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:49:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:49:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:49:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:49:26.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:49:26.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:50:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:50:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:50:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:50:16.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:50:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:50:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:50:26.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:50:26.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:51:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:51:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:51:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:51:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:51:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:51:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:51:26.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:51:26.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:52:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:52:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:52:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:52:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:52:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:52:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:52:26.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:52:26.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:53:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:53:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:53:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:53:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:53:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:53:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:53:26.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:53:26.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:54:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:54:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:54:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:54:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:54:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:54:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:54:26.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:54:26.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:55:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:55:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:55:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:55:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:55:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:55:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:55:26.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:55:26.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:56:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:56:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:56:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:56:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:56:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:56:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:56:26.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:56:26.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:57:16.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:57:16.876Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:57:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:57:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:57:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:57:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:57:26.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:57:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:58:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:58:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:58:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:58:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:58:16.878Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:58:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:58:26.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:58:26.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:59:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:59:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:59:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:59:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T03:59:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T03:59:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T03:59:26.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T03:59:26.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:00:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:00:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:00:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:00:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:00:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:00:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:00:26.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:00:26.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:01:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:01:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:01:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:01:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:01:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:01:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:01:26.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:01:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:02:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:02:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:02:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:02:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:02:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:02:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:02:26.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:02:26.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:03:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:03:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:03:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:03:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:03:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:03:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:03:26.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:03:26.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:04:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:04:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:04:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:04:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:04:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:04:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:04:26.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:04:26.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:05:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:05:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:05:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:05:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:05:16.878Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:05:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:05:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:05:26.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:06:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:06:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:06:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:06:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:06:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:06:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:06:26.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:06:26.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:07:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:07:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:07:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:07:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:07:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:07:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:07:26.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:07:26.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:08:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:08:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:08:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:08:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:08:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:08:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:08:26.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:08:26.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:09:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:09:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:09:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:09:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:09:16.878Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:09:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:09:26.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:09:26.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:10:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:10:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:10:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:10:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:10:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:10:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:10:26.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:10:26.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:11:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:11:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:11:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:11:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:11:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:11:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:11:26.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:11:26.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:12:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:12:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:12:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:12:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:12:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:12:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:12:26.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:12:26.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:13:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:13:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:13:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:13:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:13:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:13:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:13:26.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:13:26.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:14:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:14:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:14:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:14:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:14:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:14:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:14:26.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:14:26.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:15:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:15:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:15:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:15:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:15:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:15:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:15:26.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:15:26.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:16:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:16:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:16:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:16:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:16:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:16:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:16:26.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:16:26.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:17:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:17:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:17:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:17:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:17:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:17:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:17:26.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:17:26.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:18:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:18:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:18:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:18:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:18:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:18:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:18:26.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:18:26.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:19:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:19:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:19:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:19:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:19:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:19:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:19:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:19:26.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:20:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:20:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:20:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:20:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:20:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:20:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:20:26.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:20:26.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:21:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:21:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:21:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:21:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:21:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:21:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:21:26.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:21:26.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:22:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:22:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:22:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:22:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:22:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:22:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:22:26.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:22:26.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:23:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:23:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:23:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:23:16.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:23:16.877Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:23:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:23:26.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:23:26.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:24:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:24:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:24:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:24:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:24:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:24:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:24:26.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:24:26.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:25:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:25:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:25:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:25:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:25:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:25:26.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:25:26.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:26:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:26:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:26:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:26:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:26:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:26:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:26:26.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:26:26.431Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:27:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:27:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:27:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:27:16.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:27:16.877Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:27:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:27:26.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:27:26.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:28:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:28:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:28:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:28:16.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:28:16.877Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:28:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:28:26.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:28:26.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:29:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:29:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:29:16.877Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:29:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:29:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:29:26.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:29:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:30:16.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:30:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:30:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:30:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:30:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:30:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:30:26.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:30:26.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:31:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:31:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:31:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:31:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:31:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:31:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:31:26.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:31:26.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:32:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:32:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:32:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:32:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:32:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:32:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:32:26.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:32:26.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:33:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:33:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:33:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:33:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:33:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:33:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:33:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:33:26.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:34:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:34:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:34:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:34:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:34:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:34:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:34:26.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:34:26.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:35:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:35:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:35:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:35:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:35:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:35:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:35:26.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:35:26.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:36:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:36:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:36:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:36:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:36:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:36:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:36:26.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:36:26.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:37:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:37:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:37:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:37:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:37:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:37:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:37:26.418Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:37:26.419Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:38:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:38:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:38:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:38:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:38:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:38:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:38:26.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:38:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:39:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:39:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:39:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:39:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:39:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:39:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:39:26.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:39:26.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:16.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:40:16.876Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:40:16.876Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:40:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:40:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:17.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:17.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"056e7d1d-0755-4c85-b5e8-f1283b7a36e3","serviceName":"vFW 2021-10-10 04-36-40","serviceVersion":"1.0","serviceUUID":"cdde7356-9323-4fd9-af05-99540975f595","serviceDescription":"catalog service description","serviceInvariantUUID":"c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec","resources":[{"resourceInstanceName":"vFW 461c9b23-9942 0","resourceName":"vFW 461c9b23-9942","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"92841d5f-202d-4ca0-b8c3-45c4294d83c1","resourceInvariantUUID":"89eae2de-b9ed-4474-9c07-6a9f466f8f31","resourceCustomizationUUID":"d7cd27e4-aeef-499b-97e2-ba704f3b33c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml","artifactChecksum":"OTI1YWMzNzg4Yzg4MzYzNjViMDhjOTczOWI1NDFjMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8e424fdc-5348-4b49-9a92-4ed888d97788","artifactVersion":"1"},{"artifactName":"vfw461c9b2399420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json","artifactChecksum":"MjU5MTdhMTViYjEyODBiODA4MGQ4MzQ5OWFhYjAxMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f9ba2e6d-981f-409e-aaa4-d9f060804339","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f794396-a1bf-49e6-a652-8f7b8f673cda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml","artifactChecksum":"MzljYzI0Mzk0YjM3ZTNiMDMwNjRiOTNiOTllOGY1ZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ebdb0e6d-4e1a-470a-afaa-29ecfd2a9788","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34f35b7c-f3b7-4291-9f3f-9318f53817b1","artifactVersion":"2","generatedFromUUID":"7f794396-a1bf-49e6-a652-8f7b8f673cda"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211010043640-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml","artifactChecksum":"YmNhNzY1MGE4NmNjNWVkZWRmMjk0YTNmYjg0OTk1OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5487af47-2b60-4132-9d94-fe770503deef","artifactVersion":"1"},{"artifactName":"service-Vfw20211010043640-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar","artifactChecksum":"Y2Q4NjE1NzM5ZmMwMTViMThmMGRmOWYxNmU2OGQyMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d508368-8d71-4794-be7a-c72d1717366f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:40:17.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:17.511Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:17.517Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:17.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840770402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.526Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:17.526Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "dcae-sch",
"timestamp": 1633840769805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840773574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840770402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840773574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "dcae-sch",
"timestamp": 1633840769805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840775609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840770402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "dcae-sch",
"timestamp": 1633840769805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840773574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840776445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840775609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840776991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840770402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "dcae-sch",
"timestamp": 1633840769805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840773574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840776445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840775609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840776991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840770402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "dcae-sch",
"timestamp": 1633840769805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840773574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840776445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840775609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840776991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840770402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840773574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "dcae-sch",
"timestamp": 1633840769805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840776445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840775609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840776991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840770402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "dcae-sch",
"timestamp": 1633840769805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840773574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840776445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840775609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840780643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840776991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840781103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840776445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840775609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840780643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840776991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840781103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840776445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840780643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840783626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840776991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840783685,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840781103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840780643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840784593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "cds",
"timestamp": 1633840784699,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-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=?
2021-10-10T04:40:17.628Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:40:17.632Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:17.633Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:17.644Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:17.644Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:17.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.679Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840781103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840784845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840780643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840785598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840781103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840786026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840780643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "policy-id",
"timestamp": 1633840786603,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:40:17.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:17.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840781103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840780643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840787499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840781103,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840788963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840789082,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:40:17.735Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.736Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840789262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840789967,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:40:17.751Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.752Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840790086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840793330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:17.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840795344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "clamp",
"timestamp": 1633840796347,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:40:17.767Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.768Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:17.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840805410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:17.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:40:17.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:40:17.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "aai-ml",
"timestamp": 1633840806415,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:40:17.782Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
2021-10-10T04:40:17.782Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:18.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:18.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:18.534Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:18.535Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:40:18.633Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-10T04:40:18.634Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:18.634Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:18.646Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:18.647Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:19.535Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:19.536Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:19.538Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:19.538Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:40:19.638Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:19.639Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:19.639Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:19.651Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:19.651Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:20.539Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:20.539Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:20.542Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:20.542Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:20.642Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:20.642Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:20.643Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:20.654Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:20.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:21.542Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:21.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:21.546Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:21.547Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-10T04:40:21.647Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:40:21.647Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:21.648Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:21.659Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:21.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:22.547Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:22.548Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:22.550Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:22.550Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:40:22.650Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:22.651Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:22.651Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:22.662Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:22.662Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:23.550Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:40:23.551Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:23.554Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:23.554Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:40:23.654Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:23.655Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:23.655Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:23.666Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:23.667Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:24.556Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"serviceName": "vFW 2021-10-10 04-36-40",
"serviceVersion": "1.0",
"serviceUUID": "cdde7356-9323-4fd9-af05-99540975f595",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec",
"resources": [
{
"resourceInstanceName": "vFW 461c9b23-9942 0",
"resourceCustomizationUUID": "d7cd27e4-aeef-499b-97e2-ba704f3b33c7",
"resourceName": "vFW 461c9b23-9942",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "92841d5f-202d-4ca0-b8c3-45c4294d83c1",
"resourceInvariantUUID": "89eae2de-b9ed-4474-9c07-6a9f466f8f31",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw461c9b2399420_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"artifactChecksum": "MjU5MTdhMTViYjEyODBiODA4MGQ4MzQ5OWFhYjAxMDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9ba2e6d-981f-409e-aaa4-d9f060804339",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7f794396-a1bf-49e6-a652-8f7b8f673cda",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34f35b7c-f3b7-4291-9f3f-9318f53817b1",
"generatedFromUUID": "7f794396-a1bf-49e6-a652-8f7b8f673cda"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34f35b7c-f3b7-4291-9f3f-9318f53817b1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211010043640-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"artifactChecksum": "Y2Q4NjE1NzM5ZmMwMTViMThmMGRmOWYxNmU2OGQyMjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d508368-8d71-4794-be7a-c72d1717366f"
}
],
"workloadContext": "Production"
}
2021-10-10T04:40:24.557Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:40:24.557Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cdde7356-9323-4fd9-af05-99540975f595 ASDC
2021-10-10T04:40:24.634Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:056e7d1d-0755-4c85-b5e8-f1283b7a36e3
ServiceName:vFW 2021-10-10 04-36-40
ServiceVersion:1.0
ServiceUUID:cdde7356-9323-4fd9-af05-99540975f595
ServiceInvariantUUID:c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211010043640-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
ArtifactUUID:8d508368-8d71-4794-be7a-c72d1717366f
ArtifactChecksum:Y2Q4NjE1NzM5ZmMwMTViMThmMGRmOWYxNmU2OGQyMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 461c9b23-9942 0
ResourceCustomizationUUID:d7cd27e4-aeef-499b-97e2-ba704f3b33c7
ResourceInvariantUUID:89eae2de-b9ed-4474-9c07-6a9f466f8f31
ResourceName:vFW 461c9b23-9942
ResourceType:VF
ResourceUUID:92841d5f-202d-4ca0-b8c3-45c4294d83c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw461c9b2399420_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
ArtifactUUID:f9ba2e6d-981f-409e-aaa4-d9f060804339
ArtifactChecksum:MjU5MTdhMTViYjEyODBiODA4MGQ4MzQ5OWFhYjAxMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
ArtifactUUID:7f794396-a1bf-49e6-a652-8f7b8f673cda
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
ArtifactUUID:34f35b7c-f3b7-4291-9f3f-9318f53817b1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
ArtifactUUID:34f35b7c-f3b7-4291-9f3f-9318f53817b1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-10T04:40:24.634Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdde7356-9323-4fd9-af05-99540975f595 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T04:40:24.671Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:40:24.672Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-10T04:40:24.673Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-10T04:40:24.673Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d508368-8d71-4794-be7a-c72d1717366f from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:24.673Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:24.674Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:25.044Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:25.062Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar 8d508368-8d71-4794-be7a-c72d1717366f 98717
2021-10-10T04:40:25.063Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar ASDC sendASDCNotification
2021-10-10T04:40:25.063Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:25.064Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:25.064Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:25.065Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:25.066Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840825062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:25.166Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:25.167Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:25.167Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:25.179Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:25.180Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:26.066Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:40:26.067Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-10-10T04:40:26.067Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8d508368-8d71-4794-be7a-c72d1717366f, URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar to file: /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.068Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.119Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.120Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:26.761Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2655362860734008210/Definitions/service-Vfw20211010043640-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-10-10T04:40:29.002Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-10T04:40:29.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 461c9b23-9942 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.009Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||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-Vfw20211010043640-csar.csar
2021-10-10T04:40:29.009Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-10-10T04:40:29.015Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.017Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-10T04:40:29.023Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.024Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-10-10T04:40:29.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:40:29.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.025Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.030Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:40:29.032Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.032Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.032Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-10T04:40:29.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b031c6e-145b-4ea3-b098-bcb98c53acc1
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.036Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdd34aa7-b3ce-4362-b8b1-7fb8fef610ac
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-10T04:40:29.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1e7a599-1f3c-44eb-926f-43a7457897d1
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:29.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:29.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-10 04-36-40
Description:catalog service description
Model UUID:cdde7356-9323-4fd9-af05-99540975f595
Model Version:NULL
Model InvariantUuid:c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 461c9b23-9942
Model UUID:bcb348f0-0fa0-4cdb-b7c0-0f290328c373
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89eae2de-b9ed-4474-9c07-6a9f466f8f31
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d7cd27e4-aeef-499b-97e2-ba704f3b33c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0b125aee-4ed5-4f70-a345-bf4e228ccd38
ModelName:Vfw461c9b239942..base_vfw..module-0
ModelUuid:8475abbb-4a42-4e3b-97ae-445b2ac116e7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0b031c6e-145b-4ea3-b098-bcb98c53acc1
ModelInvariantUuid:62706fd7-8276-497d-910f-5c1533451aaa
ModelName:vFW 461c9b23-9942-nodes.vfwCvfc
ModelUuid:83fab4fe-cfed-4422-b8c6-6f995bd75417
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9f7d0793-f742-4422-b4f7-f19f3c95ffdf
ModelInvariantUuid:0219f91e-c13a-4ccb-aba8-3922d9543ae2
ModelName:Vfw461c9b239942.compute.nodes.heat.vfw
ModelUuid:c8d1ec32-3c42-4c11-8e6c-f7d81c1579a1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fdd34aa7-b3ce-4362-b8b1-7fb8fef610ac
ModelInvariantUuid:a987d150-37b3-42ee-82d9-8c1e7aaa878b
ModelName:vFW 461c9b23-9942-nodes.vsnCvfc
ModelUuid:c9ec560d-0446-4f94-a61d-7feb8b543782
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e6afe8b1-c293-4fff-9a27-8faf0b07ecc3
ModelInvariantUuid:b2a78dc0-21c6-444a-9df0-e9ba99b4e7d5
ModelName:Vfw461c9b239942.compute.nodes.heat.vsn
ModelUuid:8c48983e-8cb7-4b13-b43b-56edd45e92cd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e1e7a599-1f3c-44eb-926f-43a7457897d1
ModelInvariantUuid:dbea2df3-188a-4b56-b6d9-81e7cc3b59f2
ModelName:vFW 461c9b23-9942-nodes.vpgCvfc
ModelUuid:ec1cd96c-0e52-4032-a9f9-d967c880b464
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0c9ae0d0-9dc5-4353-9096-b073b2ca6544
ModelInvariantUuid:0eba1f69-7a2e-4730-ad7f-664469e337dd
ModelName:Vfw461c9b239942.compute.nodes.heat.vpg
ModelUuid:623417b9-808d-453a-b001-5ad3282b5135
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-10T04:40:29.051Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 92841d5f-202d-4ca0-b8c3-45c4294d83c1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:40:29.120Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||vFW 461c9b23-9942 0
2021-10-10T04:40:29.126Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 92841d5f-202d-4ca0-b8c3-45c4294d83c1
2021-10-10T04:40:29.127Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f9ba2e6d-981f-409e-aaa4-d9f060804339 from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:29.127Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:29.127Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:29.705Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:29.706Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json f9ba2e6d-981f-409e-aaa4-d9f060804339 785
2021-10-10T04:40:29.706Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json ASDC sendASDCNotification
2021-10-10T04:40:29.707Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:29.707Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:29.707Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:29.710Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:29.710Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840829706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:29.810Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:29.811Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:29.811Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:29.821Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:29.822Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:30.711Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw461c9b239942..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0b125aee-4ed5-4f70-a345-bf4e228ccd38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8475abbb-4a42-4e3b-97ae-445b2ac116e7",
"vfModuleModelCustomizationUUID": "f1b4e697-bdcb-410c-a1f2-2ccecdf47767",
"isBase": true,
"artifacts": [
"7f794396-a1bf-49e6-a652-8f7b8f673cda",
"34f35b7c-f3b7-4291-9f3f-9318f53817b1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-10T04:40:30.725Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw461c9b239942..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8475abbb-4a42-4e3b-97ae-445b2ac116e7
VfModuleModelInvariantUUID:0b125aee-4ed5-4f70-a345-bf4e228ccd38
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f794396-a1bf-49e6-a652-8f7b8f673cda
,
34f35b7c-f3b7-4291-9f3f-9318f53817b1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw461c9b239942..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0b125aee-4ed5-4f70-a345-bf4e228ccd38",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8475abbb-4a42-4e3b-97ae-445b2ac116e7",
"vfModuleModelCustomizationUUID": "f1b4e697-bdcb-410c-a1f2-2ccecdf47767",
"isBase": true,
"artifacts": [
"7f794396-a1bf-49e6-a652-8f7b8f673cda",
"34f35b7c-f3b7-4291-9f3f-9318f53817b1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw461c9b239942..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8475abbb-4a42-4e3b-97ae-445b2ac116e7
VfModuleModelInvariantUUID:0b125aee-4ed5-4f70-a345-bf4e228ccd38
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f794396-a1bf-49e6-a652-8f7b8f673cda
,
34f35b7c-f3b7-4291-9f3f-9318f53817b1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7f794396-a1bf-49e6-a652-8f7b8f673cda from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:30.727Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:32.356Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:32.357Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml 7f794396-a1bf-49e6-a652-8f7b8f673cda 20368
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:32.358Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:32.360Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:32.361Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840832358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:32.461Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:32.461Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:32.461Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:32.473Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:32.474Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:33.361Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 34f35b7c-f3b7-4291-9f3f-9318f53817b1 from URL: /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:33.362Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-10-10T04:40:33.362Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env 34f35b7c-f3b7-4291-9f3f-9318f53817b1 2098
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-10T04:40:34.955Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:34.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:40:34.956Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:34.958Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:34.958Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840834955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:40:35.058Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:35.059Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:35.059Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:35.071Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:35.071Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:35.959Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cdde7356-9323-4fd9-af05-99540975f595
2021-10-10T04:40:35.960Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 461c9b23-9942 0 92841d5f-202d-4ca0-b8c3-45c4294d83c1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:40:35.997Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6513119e, org.onap.sdc.toscaparser.api.parameters.Input@48406436, org.onap.sdc.toscaparser.api.parameters.Input@6727ae5b, org.onap.sdc.toscaparser.api.parameters.Input@22193de2, org.onap.sdc.toscaparser.api.parameters.Input@5ffb57de]
2021-10-10T04:40:36.000Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d7cd27e4-aeef-499b-97e2-ba704f3b33c7
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7cd27e4-aeef-499b-97e2-ba704f3b33c7 matches Tosca VF Customization UUID: d7cd27e4-aeef-499b-97e2-ba704f3b33c7
2021-10-10T04:40:36.001Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d7cd27e4-aeef-499b-97e2-ba704f3b33c7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-10T04:40:36.007Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.008Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.009Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d7cd27e4-aeef-499b-97e2-ba704f3b33c7: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-10T04:40:36.010Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5db50c39
2021-10-10T04:40:36.010Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.010Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:40:36.011Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f1b4e697-bdcb-410c-a1f2-2ccecdf47767
2021-10-10T04:40:36.012Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f1b4e697-bdcb-410c-a1f2-2ccecdf47767
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-10T04:40:36.018Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.018Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.018Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:36.019Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.020Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:36.021Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.021Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0b031c6e-145b-4ea3-b098-bcb98c53acc1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-10T04:40:36.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.027Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.028Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.029Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdd34aa7-b3ce-4362-b8b1-7fb8fef610ac
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-10T04:40:36.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.031Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is not matching search criteria
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-10T04:40:36.033Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-10T04:40:36.034Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-10T04:40:36.035Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e1e7a599-1f3c-44eb-926f-43a7457897d1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:40:36.037Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Node template vFW 461c9b23-9942 0 is matching search criteria
2021-10-10T04:40:36.038Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 461c9b23-9942 0] matching following query criteria: sdcType=VF, customizationUUID=d7cd27e4-aeef-499b-97e2-ba704f3b33c7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:40:36.039Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cdde7356-9323-4fd9-af05-99540975f595: vFW 461c9b23-9942
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.040Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-10-10 04-36-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:40:36.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-10-10 04-36-40
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:40:36.293Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 461c9b23-9942 92841d5f-202d-4ca0-b8c3-45c4294d83c1 1 ASDC deployResourceStructure
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json ASDC sendASDCNotification
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:36.294Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:36.295Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:36.295Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840836294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:36.396Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:40:36.397Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:36.397Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:36.409Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:36.410Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:40:37.296Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-10T04:40:37.297Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml
2021-10-10T04:40:37.297Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:37.297Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:37.299Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:37.299Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840837296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:37.399Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:37.400Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:37.401Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:37.414Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:37.414Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:38.300Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-10T04:40:38.300Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env
2021-10-10T04:40:38.301Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:38.301Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:38.303Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:38.303Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840838300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:38.403Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:38.403Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:38.404Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:38.416Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:38.416Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:40:39.304Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar ASDC sendASDCNotification
2021-10-10T04:40:39.304Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar
2021-10-10T04:40:39.304Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:40:39.305Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:40:39.307Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:40:39.307Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840839304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:40:39.407Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:40:39.408Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:40:39.408Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:40:39.419Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:40:39.419Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:40:40.308Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:40:40.329Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:40:40.333Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:40:40.334Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:40:40.334Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:40:40.334Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:40:40.340Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T04:41:10.340Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-10T04:41:10.352Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and serviceModelVersionId: cdde7356-9323-4fd9-af05-99540975f595
2021-10-10T04:41:10.352Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec
2021-10-10T04:41:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:41:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:41:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:17.003Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:17.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-10T04:41:17.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:41:17.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-10T04:41:22.041Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0
2021-10-10T04:41:22.141Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T04:41:22.649Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|INFO|500||Invoke
2021-10-10T04:41:22.655Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[056e7d1d-0755-4c85-b5e8-f1283b7a36e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97112ab5-aa66-4f32-b91e-695fd7977e79], X-ECOMP-RequestID=[056e7d1d-0755-4c85-b5e8-f1283b7a36e3], X-TransactionId=[], X-ONAP-RequestID=[056e7d1d-0755-4c85-b5e8-f1283b7a36e3], Content-Type=[application/merge-patch+json]}
2021-10-10T04:41:22.936Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-10T04:41:23.366Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211010-04:41:22:944-21324], vertex-id=[221256], Content-Length=[0], Date=[Sun, 10 Oct 2021 04:41:22 GMT], Content-Type=[application/json]}
2021-10-10T04:41:23.367Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T04:41:23.368Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c8fd99dc-ca3d-4bd3-98b4-e2cff9f685ec/model-vers/model-ver/cdde7356-9323-4fd9-af05-99540975f595?depth=0|INFO|500||InvokeReturn
2021-10-10T04:41:23.371Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T04:41:23.371Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:41:23.375Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T04:41:23.381Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 056e7d1d-0755-4c85-b5e8-f1283b7a36e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T04:41:23.382Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T04:41:23.382Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:23.384Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:23.384Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840883381,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:41:23.485Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:41:23.485Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:23.486Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:23.496Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:23.497Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T04:41:24.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:41:24.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:41:24.405Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:25.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:25.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T04:41:25.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e0090de-3e98-4a0c-a654-9ec84ef802a8","serviceName":"basic_onboard_hjQiiS","serviceVersion":"1.0","serviceUUID":"049108f1-dd40-4bbd-bd47-11574aa78956","serviceDescription":"service","serviceInvariantUUID":"cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62","resources":[{"resourceInstanceName":"basic_onboard_hjQiiS 0","resourceName":"basic_onboard_hjQiiS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"411eb17b-92d9-4638-8feb-885b266f0ba1","resourceInvariantUUID":"e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e","resourceCustomizationUUID":"41d7c56d-77bf-4ff6-9ea7-090d51fd0d65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml","artifactChecksum":"MzBiNjkxOTM0YTVmNzc2YTJjMjIzMmZjNGY4Mzc0ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"547426fc-a861-444f-90ab-02605579ec1a","artifactVersion":"1"},{"artifactName":"basic_onboard_hjqiis0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json","artifactChecksum":"NGU4NDRiZDUzYWZhNDU5ZjNkNDE5NTA4Y2FiOWE5NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8052983c-1fd9-4789-9699-f3d1cbfd9059","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"387104d6-b9e0-445a-a944-1f2f1d7a8da9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd217cc4-21f1-40a7-8407-32a49e22fda6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b4631211-cb6b-407d-ba80-cbcafb757223","artifactVersion":"2","generatedFromUUID":"387104d6-b9e0-445a-a944-1f2f1d7a8da9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHjqiis-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml","artifactChecksum":"NDZiOGRiMjQ1MDk1MDcxNTkwYmZiODBiZjI4MDQ5NjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7926db9c-48b6-4bfa-800b-987c6d987cf1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHjqiis-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar","artifactChecksum":"ZjNkNjU4YTNkMTE1MjFlODA0YzU1NjQzZjMzZTYxMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e621bbf-9443-4032-8231-2971f8404168","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:41:25.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:25.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:25.033Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:25.033Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:41:25.133Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:25.134Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:25.134Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:25.145Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:25.146Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:41:26.033Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:26.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:26.037Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:26.037Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:41:26.137Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:26.137Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:26.137Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:26.149Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:26.149Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:27.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:27.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:27.040Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:27.041Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:41:27.141Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:27.142Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:27.142Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:27.154Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:27.155Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:28.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:28.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:28.044Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:28.044Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:41:28.145Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-10T04:41:28.145Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:28.146Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:28.157Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:28.158Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:29.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:29.047Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:29.049Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:29.049Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-10T04:41:29.149Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:29.150Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:29.150Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:29.162Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:29.163Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:30.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:30.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:30.052Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:30.052Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:41:30.153Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:41:30.154Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:30.154Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:30.165Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:30.165Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:31.053Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:41:31.055Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:31.057Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:31.057Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:41:31.157Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:31.158Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:31.158Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:31.171Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:31.172Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:32.060Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"serviceName": "basic_onboard_hjQiiS",
"serviceVersion": "1.0",
"serviceUUID": "049108f1-dd40-4bbd-bd47-11574aa78956",
"serviceDescription": "service",
"serviceInvariantUUID": "cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62",
"resources": [
{
"resourceInstanceName": "basic_onboard_hjQiiS 0",
"resourceCustomizationUUID": "41d7c56d-77bf-4ff6-9ea7-090d51fd0d65",
"resourceName": "basic_onboard_hjQiiS",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "411eb17b-92d9-4638-8feb-885b266f0ba1",
"resourceInvariantUUID": "e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hjqiis0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"artifactChecksum": "NGU4NDRiZDUzYWZhNDU5ZjNkNDE5NTA4Y2FiOWE5NTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8052983c-1fd9-4789-9699-f3d1cbfd9059",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "387104d6-b9e0-445a-a944-1f2f1d7a8da9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b4631211-cb6b-407d-ba80-cbcafb757223",
"generatedFromUUID": "387104d6-b9e0-445a-a944-1f2f1d7a8da9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b4631211-cb6b-407d-ba80-cbcafb757223",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHjqiis-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"artifactChecksum": "ZjNkNjU4YTNkMTE1MjFlODA0YzU1NjQzZjMzZTYxMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e621bbf-9443-4032-8231-2971f8404168"
}
],
"workloadContext": "Production"
}
2021-10-10T04:41:32.061Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:41:32.061Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 049108f1-dd40-4bbd-bd47-11574aa78956 ASDC
2021-10-10T04:41:32.061Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:2e0090de-3e98-4a0c-a654-9ec84ef802a8
ServiceName:basic_onboard_hjQiiS
ServiceVersion:1.0
ServiceUUID:049108f1-dd40-4bbd-bd47-11574aa78956
ServiceInvariantUUID:cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHjqiis-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
ArtifactUUID:1e621bbf-9443-4032-8231-2971f8404168
ArtifactChecksum:ZjNkNjU4YTNkMTE1MjFlODA0YzU1NjQzZjMzZTYxMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hjQiiS 0
ResourceCustomizationUUID:41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
ResourceInvariantUUID:e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e
ResourceName:basic_onboard_hjQiiS
ResourceType:VF
ResourceUUID:411eb17b-92d9-4638-8feb-885b266f0ba1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hjqiis0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
ArtifactUUID:8052983c-1fd9-4789-9699-f3d1cbfd9059
ArtifactChecksum:NGU4NDRiZDUzYWZhNDU5ZjNkNDE5NTA4Y2FiOWE5NTg=
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/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
ArtifactUUID:387104d6-b9e0-445a-a944-1f2f1d7a8da9
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/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
ArtifactUUID:b4631211-cb6b-407d-ba80-cbcafb757223
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/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
ArtifactUUID:b4631211-cb6b-407d-ba80-cbcafb757223
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-10T04:41:32.061Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 049108f1-dd40-4bbd-bd47-11574aa78956 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:41:32.098Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:41:32.098Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:41:32.098Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:41:32.099Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1e621bbf-9443-4032-8231-2971f8404168 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:32.099Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:32.099Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:33.376Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar 1e621bbf-9443-4032-8231-2971f8404168 71386
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar ASDC sendASDCNotification
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:33.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:33.383Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:33.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:33.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840893382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:41:33.485Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:33.486Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:33.486Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:33.496Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:33.496Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:34.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:41:34.387Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:41:34.387Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1e621bbf-9443-4032-8231-2971f8404168, URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar to file: /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.387Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.388Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.388Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:34.507Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18416951534495208924/Definitions/service-BasicOnboardHjqiis-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.862Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hjQiiS 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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.863Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.864Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:35.865Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is not matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0da4c52-199b-4103-86e4-6f76fd1ca7e5
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.866Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:35.867Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hjQiiS
Description:service
Model UUID:049108f1-dd40-4bbd-bd47-11574aa78956
Model Version:NULL
Model InvariantUuid:cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hjQiiS
Model UUID:66fd07b6-f21b-4d50-9dc1-c3fae95e0602
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3eb42e1-b1b9-4eb1-9607-dbedb1d3552e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:74057c80-8f16-4131-9201-1b4459033f03
ModelName:BasicOnboardHjqiis..base_ubuntu18..module-0
ModelUuid:63c92cfe-4fa7-47d3-9253-8bc4817d0c63
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b0da4c52-199b-4103-86e4-6f76fd1ca7e5
ModelInvariantUuid:2ee67d7b-f9d2-4199-b588-b187085443f8
ModelName:basic_onboard_hjQiiS-nodes.ubuntu18Cvfc
ModelUuid:eec323a7-5f6a-45be-8335-00596ae35364
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:78c61769-ab17-4a8e-a388-7cb5fa7c2885
ModelInvariantUuid:7d517cf7-7237-4652-b946-82cf528ee45e
ModelName:BasicOnboardHjqiis.compute.nodes.heat.ubuntu18
ModelUuid:e717b39c-04a1-4162-93ef-2b180c5f03c5
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-10T04:41:35.873Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 411eb17b-92d9-4638-8feb-885b266f0ba1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||basic_onboard_hjQiiS 0
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 411eb17b-92d9-4638-8feb-885b266f0ba1
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8052983c-1fd9-4789-9699-f3d1cbfd9059 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:35.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:36.398Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json 8052983c-1fd9-4789-9699-f3d1cbfd9059 798
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json ASDC sendASDCNotification
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:36.399Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:36.400Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:36.402Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:36.402Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840896399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:41:36.502Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:36.502Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:36.502Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:36.513Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:36.513Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:37.402Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHjqiis..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "74057c80-8f16-4131-9201-1b4459033f03",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63c92cfe-4fa7-47d3-9253-8bc4817d0c63",
"vfModuleModelCustomizationUUID": "031be32b-6f78-4d2e-9b14-58fe188bbcc9",
"isBase": true,
"artifacts": [
"387104d6-b9e0-445a-a944-1f2f1d7a8da9",
"b4631211-cb6b-407d-ba80-cbcafb757223"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-10T04:41:37.407Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHjqiis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63c92cfe-4fa7-47d3-9253-8bc4817d0c63
VfModuleModelInvariantUUID:74057c80-8f16-4131-9201-1b4459033f03
VfModuleModelDescription:NULL
Artifacts UUID List:{
387104d6-b9e0-445a-a944-1f2f1d7a8da9
,
b4631211-cb6b-407d-ba80-cbcafb757223
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHjqiis..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "74057c80-8f16-4131-9201-1b4459033f03",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63c92cfe-4fa7-47d3-9253-8bc4817d0c63",
"vfModuleModelCustomizationUUID": "031be32b-6f78-4d2e-9b14-58fe188bbcc9",
"isBase": true,
"artifacts": [
"387104d6-b9e0-445a-a944-1f2f1d7a8da9",
"b4631211-cb6b-407d-ba80-cbcafb757223"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHjqiis..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63c92cfe-4fa7-47d3-9253-8bc4817d0c63
VfModuleModelInvariantUUID:74057c80-8f16-4131-9201-1b4459033f03
VfModuleModelDescription:NULL
Artifacts UUID List:{
387104d6-b9e0-445a-a944-1f2f1d7a8da9
,
b4631211-cb6b-407d-ba80-cbcafb757223
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 387104d6-b9e0-445a-a944-1f2f1d7a8da9 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:37.409Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:37.997Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:37.997Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml 387104d6-b9e0-445a-a944-1f2f1d7a8da9 5033
2021-10-10T04:41:37.997Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-10T04:41:37.998Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:37.998Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:37.998Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:38.000Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:38.000Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840897997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:41:38.100Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-10T04:41:38.101Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:38.101Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:38.112Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:38.113Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:39.001Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b4631211-cb6b-407d-ba80-cbcafb757223 from URL: /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:39.002Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:41:39.002Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:39.152Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:41:39.152Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env b4631211-cb6b-407d-ba80-cbcafb757223 909
2021-10-10T04:41:39.152Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-10T04:41:39.153Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:39.153Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:41:39.153Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:39.155Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:39.155Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840899152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:41:39.255Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:39.256Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:39.256Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:39.269Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:39.269Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:40.156Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 049108f1-dd40-4bbd-bd47-11574aa78956
2021-10-10T04:41:40.157Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hjQiiS 0 411eb17b-92d9-4638-8feb-885b266f0ba1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:41:40.171Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21a0325d, org.onap.sdc.toscaparser.api.parameters.Input@6c70ed7d, org.onap.sdc.toscaparser.api.parameters.Input@41c49e8e, org.onap.sdc.toscaparser.api.parameters.Input@1e6a1c79, org.onap.sdc.toscaparser.api.parameters.Input@3ef8f733]
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
2021-10-10T04:41:40.173Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65 matches Tosca VF Customization UUID: 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
2021-10-10T04:41:40.174Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-10T04:41:40.176Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.177Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.178Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 41d7c56d-77bf-4ff6-9ea7-090d51fd0d65: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-10T04:41:40.178Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@15cce252
2021-10-10T04:41:40.178Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.179Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-10T04:41:40.179Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 031be32b-6f78-4d2e-9b14-58fe188bbcc9
2021-10-10T04:41:40.179Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 031be32b-6f78-4d2e-9b14-58fe188bbcc9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-10T04:41:40.182Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.183Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is not matching search criteria
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-10T04:41:40.184Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b0da4c52-199b-4103-86e4-6f76fd1ca7e5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-10T04:41:40.186Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.187Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.187Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-10T04:41:40.187Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.188Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hjQiiS 0 is matching search criteria
2021-10-10T04:41:40.188Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hjQiiS 0] matching following query criteria: sdcType=VF, customizationUUID=41d7c56d-77bf-4ff6-9ea7-090d51fd0d65
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:41:40.190Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.190Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.190Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 049108f1-dd40-4bbd-bd47-11574aa78956: basic_onboard_hjQiiS
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.191Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.192Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.192Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.192Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.193Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:41:40.193Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hjQiiS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:41:40.193Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_hjQiiS
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hjQiiS 411eb17b-92d9-4638-8feb-885b266f0ba1 1 ASDC deployResourceStructure
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json ASDC sendASDCNotification
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:40.269Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:40.271Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:40.271Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840900269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-10T04:41:40.371Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:40.372Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:40.373Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:40.385Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:40.385Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:41.272Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-10T04:41:41.272Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml
2021-10-10T04:41:41.272Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:41.273Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:41.275Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:41.275Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840901272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-10T04:41:41.375Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:41.376Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:41.376Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:41.386Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:41.387Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:42.276Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-10T04:41:42.276Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env
2021-10-10T04:41:42.277Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:42.277Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:42.279Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:42.279Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840902276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-10T04:41:42.380Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:42.381Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:42.381Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:42.393Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:42.394Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:43.280Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar ASDC sendASDCNotification
2021-10-10T04:41:43.281Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar
2021-10-10T04:41:43.281Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:41:43.281Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:41:43.283Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:41:43.283Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840903280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:41:43.383Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:41:43.384Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:41:43.384Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:41:43.396Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:41:43.397Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:41:44.284Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:41:44.295Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:41:44.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:41:44.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:41:44.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:42:14.298Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:42:14.308Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:42:14.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:42:14.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:42:14.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:42:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:42:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:42:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:42:16.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:42:16.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840816875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840825062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840829706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840832358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840834955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840836294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/vfw461c9b2399420_modules.json",
"status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840837296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840838300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/resourceInstances/vfw461c9b2399420/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840839304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211010043640/1.0/artifacts/service-Vfw20211010043640-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840845402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "dcae-sch",
"timestamp": 1633840849805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840845402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "dcae-sch",
"timestamp": 1633840849805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840845402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "dcae-sch",
"timestamp": 1633840849805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840845402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "dcae-sch",
"timestamp": 1633840849805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840845402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "dcae-sch",
"timestamp": 1633840849805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840856445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840845402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "dcae-sch",
"timestamp": 1633840849805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840856991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840856445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840845402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "dcae-sch",
"timestamp": 1633840849805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840856991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840856445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840859421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840856991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840856445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "cds",
"timestamp": 1633840860425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:42:16.926Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.926Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840856991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840856445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840856991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840861103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840856445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840856991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840861103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840856445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840856991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840861103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840863574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840864274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840861103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840864815,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840863574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840865278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840861103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840866040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840863574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "policy-id",
"timestamp": 1633840866281,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:42:16.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:42:16.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840861103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840863574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840867607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "ves-openapi-manager",
"timestamp": 1633840861103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840863574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840868629,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:42:16.965Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.965Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-10T04:42:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840863574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633840869634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840863574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840870643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840865609,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840870643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840872907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:42:16.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840870643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840870643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840875182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840870643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633840876186,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:42:16.982Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:42:16.982Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:42:16.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:42:16.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840870643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:42:16.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:42:44.310Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:42:44.322Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:42:44.326Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:42:44.327Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:42:44.327Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:43:14.327Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:43:14.338Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:43:14.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:43:14.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:43:14.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:43:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:43:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:43:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:43:16.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:43:16.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:43:16.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840870643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:43:16.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:43:44.343Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:43:44.352Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:43:44.355Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:43:44.356Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:43:44.356Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:44:14.356Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:44:14.369Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:44:14.372Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:44:14.373Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:44:14.373Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:44:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:44:16.878Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:44:16.878Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:44:17.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:44:17.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840878438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840879334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840881344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "clamp",
"timestamp": 1633840882349,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:44:17.445Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:44:17.445Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:44:17.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "056e7d1d-0755-4c85-b5e8-f1283b7a36e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840883381,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840884743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "aai-ml",
"timestamp": 1633840885746,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:44:17.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e0090de-3e98-4a0c-a654-9ec84ef802a8
2021-10-10T04:44:17.464Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "NOTIFIED"
}
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840884404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840893382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840896399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840897997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840899152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840900269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/basic_onboard_hjqiis0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840901272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840902276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/resourceInstances/basic_onboard_hjqiis0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633840903280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjqiis/1.0/artifacts/service-BasicOnboardHjqiis-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:44:17.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:44:44.373Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:44:44.382Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:44:44.385Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:44:44.386Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:44:44.391Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T04:45:14.392Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-10T04:45:14.400Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and serviceModelVersionId: 049108f1-dd40-4bbd-bd47-11574aa78956
2021-10-10T04:45:14.400Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62
2021-10-10T04:45:14.401Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0
2021-10-10T04:45:14.408Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T04:45:14.474Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|INFO|500||Invoke
2021-10-10T04:45:14.475Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e0090de-3e98-4a0c-a654-9ec84ef802a8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21d0a199-67dd-4c20-aa43-15d6a83f4f01], X-ECOMP-RequestID=[2e0090de-3e98-4a0c-a654-9ec84ef802a8], X-TransactionId=[], X-ONAP-RequestID=[2e0090de-3e98-4a0c-a654-9ec84ef802a8], Content-Type=[application/merge-patch+json]}
2021-10-10T04:45:14.522Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-10T04:45:14.794Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211010-04:45:14:532-86995], vertex-id=[172264], Content-Length=[0], Date=[Sun, 10 Oct 2021 04:45:14 GMT], Content-Type=[application/json]}
2021-10-10T04:45:14.795Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-10T04:45:14.796Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cfb8694f-f6ae-4a64-822a-3ae0bb1dfa62/model-vers/model-ver/049108f1-dd40-4bbd-bd47-11574aa78956?depth=0|INFO|500||InvokeReturn
2021-10-10T04:45:14.796Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T04:45:14.796Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:45:14.800Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T04:45:14.801Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e0090de-3e98-4a0c-a654-9ec84ef802a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T04:45:14.801Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T04:45:14.801Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:45:14.804Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:45:14.804Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841114801,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:45:14.904Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:45:14.905Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:45:14.905Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:14.922Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:45:14.923Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T04:45:15.819Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:15.819Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:45:15.819Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:45:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:17.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:45:17.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-10T04:45:17.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e0090de-3e98-4a0c-a654-9ec84ef802a8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841114801,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:45:17.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:45:26.027Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:45:26.028Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:26.028Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:45:26.029Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:35.573Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:45:35.574Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:35.574Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:45:35.574Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:45.112Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:45:45.112Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:45:45.113Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:45:45.113Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:45:54.648Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:46:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:46:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:46:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:46:16.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:46:16.877Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:46:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:46:26.415Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:46:26.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:47:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:47:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:47:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:47:16.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:47:16.877Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:47:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:47:26.422Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:47:26.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:48:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:48:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:48:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:48:16.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:48:16.877Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:48:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:48:26.421Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:48:26.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:49:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:49:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:49:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:49:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:49:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:49:16.877Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:49:26.424Z|056e7d1d-0755-4c85-b5e8-f1283b7a36e3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:49:26.424Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:50:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:50:16.877Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:50:16.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:50:16.877Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:50:16.877Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:50:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:50:26.421Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:50:26.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:51:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:51:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:51:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:51:16.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:51:16.877Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:51:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:51:26.420Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:51:26.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:52:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:52:16.875Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:52:16.876Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:52:16.877Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:52:16.877Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:17.503Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:52:17.503Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.503Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cc97bc27-edb5-4232-bd22-9a32eb026b6f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7847ec13-48dc-41e4-8a66-7a400b79ab1d","serviceDescription":"service","serviceInvariantUUID":"2cd470d9-6782-490d-9c96-a41ed8206d99","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"dbc06c19-94de-4bbf-94bb-6af09c894cb1","resourceInvariantUUID":"69e693c3-b83f-459a-bb45-0146bef95e18","resourceCustomizationUUID":"79a6994f-624a-4955-a4c8-bbabf5f31afb","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":"YzZkNzk1NDU4NGFlMWYzNGIzMjM5Y2ZkYTRkZWM3YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"459690b9-1803-40b8-b94b-64b15aad34c2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGJlNjZmMDc4YmE0ODAwZjI3OTJjODVjYzUzNTY3ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"999d388a-f03a-4c02-837a-5b028235397a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:52:17.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:52:17.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "dcae-sch",
"timestamp": 1633841509805,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633841516991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "policy-id",
"timestamp": 1633841516445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633841516991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:52:17.505Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:52:17.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "dcae-sch",
"timestamp": 1633841509805,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.506Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "policy-id",
"timestamp": 1633841516445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "policy-id",
"timestamp": 1633841520092,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "cds",
"timestamp": 1633841520402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "policy-id",
"timestamp": 1633841521096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841521103,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "cds",
"timestamp": 1633841520402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "policy-id",
"timestamp": 1633841522099,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-10-10T04:52:17.507Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:17.507Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841536875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:52:17.521Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:52:17.521Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:52:17.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841521103,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841523574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "cds",
"timestamp": 1633841524461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841523574,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "cds",
"timestamp": 1633841525465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:52:17.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:52:17.537Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:52:17.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "clamp",
"timestamp": 1633841525609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841526811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "clamp",
"timestamp": 1633841525609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841528305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841529308,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:52:17.554Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:52:17.554Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "aai-ml",
"timestamp": 1633841530644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "aai-ml",
"timestamp": 1633841530644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:52:17.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "aai-ml",
"timestamp": 1633841534409,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "clamp",
"timestamp": 1633841534445,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "clamp",
"timestamp": 1633841536456,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:52:17.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:52:17.608Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:17.608Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:52:17.608Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:17.622Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:52:17.622Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:18.508Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:52:18.509Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:18.511Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:18.511Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841536875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:52:18.611Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:18.612Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:52:18.612Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:18.624Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:52:18.624Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:19.512Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7847ec13-48dc-41e4-8a66-7a400b79ab1d",
"serviceDescription": "service",
"serviceInvariantUUID": "2cd470d9-6782-490d-9c96-a41ed8206d99",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "79a6994f-624a-4955-a4c8-bbabf5f31afb",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "dbc06c19-94de-4bbf-94bb-6af09c894cb1",
"resourceInvariantUUID": "69e693c3-b83f-459a-bb45-0146bef95e18",
"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": "MGJlNjZmMDc4YmE0ODAwZjI3OTJjODVjYzUzNTY3ZjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "999d388a-f03a-4c02-837a-5b028235397a"
}
],
"workloadContext": "Production"
}
2021-10-10T04:52:19.512Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:52:19.512Z|2e0090de-3e98-4a0c-a654-9ec84ef802a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7847ec13-48dc-41e4-8a66-7a400b79ab1d ASDC
2021-10-10T04:52:19.513Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cc97bc27-edb5-4232-bd22-9a32eb026b6f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7847ec13-48dc-41e4-8a66-7a400b79ab1d
ServiceInvariantUUID:2cd470d9-6782-490d-9c96-a41ed8206d99
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:999d388a-f03a-4c02-837a-5b028235397a
ArtifactChecksum:MGJlNjZmMDc4YmE0ODAwZjI3OTJjODVjYzUzNTY3ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:79a6994f-624a-4955-a4c8-bbabf5f31afb
ResourceInvariantUUID:69e693c3-b83f-459a-bb45-0146bef95e18
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:dbc06c19-94de-4bbf-94bb-6af09c894cb1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-10T04:52:19.513Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7847ec13-48dc-41e4-8a66-7a400b79ab1d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T04:52:19.535Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 999d388a-f03a-4c02-837a-5b028235397a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:52:19.536Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:19.883Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:52:19.886Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 999d388a-f03a-4c02-837a-5b028235397a 52179
2021-10-10T04:52:19.886Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:19.887Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:19.887Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:52:19.887Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:19.889Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:19.889Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841539886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:52:19.989Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:19.990Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:52:19.990Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:20.003Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:52:20.003Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:20.889Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:52:20.890Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:52:20.891Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 999d388a-f03a-4c02-837a-5b028235397a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:20.891Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-10T04:52:20.891Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:20.892Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.011Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14339789637633577294/Definitions/service-BasicNetwork-template.yml
2021-10-10T04:52:21.316Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:52:21.316Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.317Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.318Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.319Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.320Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.321Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.322Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7847ec13-48dc-41e4-8a66-7a400b79ab1d
Model Version:NULL
Model InvariantUuid:2cd470d9-6782-490d-9c96-a41ed8206d99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:69e693c3-b83f-459a-bb45-0146bef95e18
Model UUID:1216e44f-8a38-4358-9e89-57be8891dc7e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:79a6994f-624a-4955-a4c8-bbabf5f31afb
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-10T04:52:21.331Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: dbc06c19-94de-4bbf-94bb-6af09c894cb1
2021-10-10T04:52:21.331Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||No resources found for Service: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:52:21.334Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||
2021-10-10T04:52:21.334Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-10T04:52:21.335Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:52:21.340Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@81200f4, org.onap.sdc.toscaparser.api.parameters.Input@693facb4, org.onap.sdc.toscaparser.api.parameters.Input@6d4412e6, org.onap.sdc.toscaparser.api.parameters.Input@13d5bc34, org.onap.sdc.toscaparser.api.parameters.Input@bd81b1a]
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.341Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7847ec13-48dc-41e4-8a66-7a400b79ab1d: Generic NeutronNet
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.342Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.380Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.381Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:52:21.381Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:52:21.381Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-10T04:52:21.429Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-10T04:52:21.430Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:52:21.432Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:52:21.432Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841541430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:52:21.533Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:52:21.533Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:52:21.534Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:52:21.544Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:52:21.544Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:52:22.435Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:52:22.448Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:52:22.450Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:52:22.451Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:52:22.451Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:52:52.451Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:52:52.462Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:52:52.464Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:52:52.465Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:52:52.465Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:53:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:53:16.878Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:53:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:53:17.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:53:17.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:53:17.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "clamp",
"timestamp": 1633841537459,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:53:17.012Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:53:17.012Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:53:22.465Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:53:22.480Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:53:22.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:53:22.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:53:22.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:53:52.487Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:53:52.500Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:53:52.502Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:53:52.502Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-10T04:53:52.503Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-10T04:54:16.877Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:54:16.879Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:54:16.879Z||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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:16.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:54:16.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841536875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "aai-ml",
"timestamp": 1633841537896,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:54:16.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841536875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "aai-ml",
"timestamp": 1633841538900,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:54:16.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc97bc27-edb5-4232-bd22-9a32eb026b6f
2021-10-10T04:54:16.917Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc97bc27-edb5-4232-bd22-9a32eb026b6f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841539886,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841541430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-10T04:54:16.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "dcae-sch",
"timestamp": 1633841589805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "aai-ml",
"timestamp": 1633841590643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "dcae-sch",
"timestamp": 1633841589805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "aai-ml",
"timestamp": 1633841590643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "dcae-sch",
"timestamp": 1633841589805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "aai-ml",
"timestamp": 1633841590643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "dcae-sch",
"timestamp": 1633841589805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "aai-ml",
"timestamp": 1633841590643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "dcae-sch",
"timestamp": 1633841589805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "aai-ml",
"timestamp": 1633841590643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "dcae-sch",
"timestamp": 1633841589805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "cds",
"timestamp": 1633841580402,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "ves-openapi-manager",
"timestamp": 1633841581103,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633841583574,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "clamp",
"timestamp": 1633841585609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "aai-ml",
"timestamp": 1633841590643,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-10T04:54:16.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "dcae-sch",
"timestamp": 1633841589805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:16.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-10T04:54:22.503Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:54:22.515Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-10T04:54:22.518Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-10T04:54:22.518Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-10T04:54:22.518Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-10T04:54:22.519Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-10T04:54:22.526Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-10T04:54:52.526Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-10T04:54:52.531Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc97bc27-edb5-4232-bd22-9a32eb026b6f and serviceModelVersionId: 7847ec13-48dc-41e4-8a66-7a400b79ab1d
2021-10-10T04:54:52.531Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cd470d9-6782-490d-9c96-a41ed8206d99
2021-10-10T04:54:52.532Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0
2021-10-10T04:54:52.537Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-10T04:54:52.585Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-10T04:54:52.586Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0|INFO|500||Invoke
2021-10-10T04:54:52.610Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0|INFO|500||InvokeReturn
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2cd470d9-6782-490d-9c96-a41ed8206d99/model-vers/model-ver/7847ec13-48dc-41e4-8a66-7a400b79ab1d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211010-04:54:52:618-805], vertex-id=[217152], Content-Length=[0], Date=[Sun, 10 Oct 2021 04:54:52 GMT], Content-Type=[application/json]}
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-10T04:54:53.060Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:54:53.064Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-10T04:54:53.064Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc97bc27-edb5-4232-bd22-9a32eb026b6f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-10T04:54:53.065Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-10T04:54:53.065Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:54:53.066Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:54:53.066Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cc97bc27-edb5-4232-bd22-9a32eb026b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841693065,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-10T04:54:53.167Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:54:53.167Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:54:53.167Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:53.183Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:54:53.183Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-10T04:54:54.079Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-10T04:54:54.079Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-10T04:54:54.079Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|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 lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:58.366Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:54:58.366Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-10T04:54:58.366Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8792bf49-d37e-4c77-99dc-b8c96b4aee8e","serviceName":"Demo_pNF_3rEH9Y7hiOWulFtAYHWH","serviceVersion":"1.0","serviceUUID":"3c6a7e02-7c9a-425d-9347-571765b9bb10","serviceDescription":"catalog service description","serviceInvariantUUID":"bd01d2e3-265c-470f-befc-f65f00f21f66","resources":[{"resourceInstanceName":"pNF e37a045f-8099 0","resourceName":"pNF e37a045f-8099","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"128f58ee-05ae-49bd-967a-a93c2133b89d","resourceInvariantUUID":"6c126051-2e43-4e95-97c2-6da409714d47","resourceCustomizationUUID":"71ea6415-e176-4d15-a720-235703b518ee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml","artifactChecksum":"NGYyMjU3MjUwYjdkYmEwNmE3NTRjNGQyZWNmMDdjNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"401d9fe7-3eec-47cc-82b0-9debdadc155d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar","artifactChecksum":"Y2NjZTQzYjE2NTIwMjFkMTZjOWFiZWMxNzE5MzFkYmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b2581198-7665-47eb-962c-dcb4de809024","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e11d64e-5326-4d18-9d14-0d7a35e2d619","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml","artifactChecksum":"MmIxOWU1MzFhZmI4MWEzNjZhMjU3OTY0YzgxODNlZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83585013-f712-4f51-a38d-c4ae03703c94","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"013a8ef1-27e6-4bff-8636-42c16e9b2512","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3525c19d-1705-4d9f-a154-e26ef0ce5ff5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3reh9y7hiowulftayhwh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml","artifactChecksum":"ZDM2ZDkwZTY3YjQ0MmM1YjE3OTE2YzNmMDRmM2UxOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01dcd9d0-87e6-4d67-b680-4f10bf0a261b","artifactVersion":"1"},{"artifactName":"service-DemoPnf3reh9y7hiowulftayhwh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar","artifactChecksum":"ZjA1OThjMmI2NTQ2MzcwYjAxOTk0NTc0MGMwYjE5NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ad82441-eb60-4cf8-8053-ed69dc752aed","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-10T04:54:58.369Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:54:58.369Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:54:58.371Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:54:58.371Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:58.471Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:54:58.472Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:54:58.472Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:58.483Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:54:58.483Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:54:59.371Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:54:59.372Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:54:59.375Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:54:59.375Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:54:59.475Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:54:59.475Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:54:59.475Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:54:59.486Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:54:59.487Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:00.375Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:00.376Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:00.378Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:00.378Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:55:00.478Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:00.479Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:55:00.479Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:00.492Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:55:00.493Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-10T04:55:01.378Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:01.379Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:01.382Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:01.382Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:55:01.482Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:01.482Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:55:01.483Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:01.494Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:55:01.494Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:02.382Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:02.383Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:02.385Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:02.385Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:55:02.485Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:02.486Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:55:02.486Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:02.498Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:55:02.498Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:03.386Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:03.387Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:03.388Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:03.389Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/resourceInstances/pnfe37a045f80990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:55:03.489Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:03.489Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:55:03.490Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:03.500Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:55:03.501Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:04.389Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:04.390Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:04.392Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:04.392Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-10T04:55:04.492Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:04.493Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:55:04.494Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:04.505Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:55:04.505Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:05.393Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-10T04:55:05.393Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:05.396Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:05.396Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841694079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"status": "NOTIFIED"
}
2021-10-10T04:55:05.496Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:05.497Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:55:05.497Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:05.510Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:55:05.511Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:06.396Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"serviceName": "Demo_pNF_3rEH9Y7hiOWulFtAYHWH",
"serviceVersion": "1.0",
"serviceUUID": "3c6a7e02-7c9a-425d-9347-571765b9bb10",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bd01d2e3-265c-470f-befc-f65f00f21f66",
"resources": [
{
"resourceInstanceName": "pNF e37a045f-8099 0",
"resourceCustomizationUUID": "71ea6415-e176-4d15-a720-235703b518ee",
"resourceName": "pNF e37a045f-8099",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "128f58ee-05ae-49bd-967a-a93c2133b89d",
"resourceInvariantUUID": "6c126051-2e43-4e95-97c2-6da409714d47",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"artifactChecksum": "ZjA1OThjMmI2NTQ2MzcwYjAxOTk0NTc0MGMwYjE5NjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1ad82441-eb60-4cf8-8053-ed69dc752aed"
}
],
"workloadContext": "Production"
}
2021-10-10T04:55:06.397Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-10T04:55:06.397Z|cc97bc27-edb5-4232-bd22-9a32eb026b6f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3c6a7e02-7c9a-425d-9347-571765b9bb10 ASDC
2021-10-10T04:55:06.397Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8792bf49-d37e-4c77-99dc-b8c96b4aee8e
ServiceName:Demo_pNF_3rEH9Y7hiOWulFtAYHWH
ServiceVersion:1.0
ServiceUUID:3c6a7e02-7c9a-425d-9347-571765b9bb10
ServiceInvariantUUID:bd01d2e3-265c-470f-befc-f65f00f21f66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
ArtifactUUID:1ad82441-eb60-4cf8-8053-ed69dc752aed
ArtifactChecksum:ZjA1OThjMmI2NTQ2MzcwYjAxOTk0NTc0MGMwYjE5NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e37a045f-8099 0
ResourceCustomizationUUID:71ea6415-e176-4d15-a720-235703b518ee
ResourceInvariantUUID:6c126051-2e43-4e95-97c2-6da409714d47
ResourceName:pNF e37a045f-8099
ResourceType:PNF
ResourceUUID:128f58ee-05ae-49bd-967a-a93c2133b89d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-10-10T04:55:06.398Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c6a7e02-7c9a-425d-9347-571765b9bb10 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-10T04:55:06.419Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:55:06.419Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1ad82441-eb60-4cf8-8053-ed69dc752aed from URL: /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-10T04:55:06.420Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:07.003Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-10T04:55:07.006Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar 1ad82441-eb60-4cf8-8053-ed69dc752aed 82550
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar ASDC sendASDCNotification
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-10T04:55:07.007Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-10T04:55:07.009Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-10T04:55:07.009Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "8792bf49-d37e-4c77-99dc-b8c96b4aee8e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633841707007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-10T04:55:07.109Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-10T04:55:07.110Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-10T04:55:07.110Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lfI4diXR2ioIK4WW) ...
2021-10-10T04:55:07.122Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-10T04:55:07.123Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-10T04:55:08.009Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-10T04:55:08.010Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-10T04:55:08.010Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1ad82441-eb60-4cf8-8053-ed69dc752aed, URL: /sdc/v1/catalog/services/DemoPnf3reh9y7hiowulftayhwh/1.0/artifacts/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar to file: /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.011Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.011Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.011Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.093Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15528979216146053274/Definitions/service-DemoPnf3reh9y7hiowulftayhwh-template.yml
2021-10-10T04:55:08.675Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-10T04:55:08.675Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e37a045f-8099 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-DemoPnf3reh9y7hiowulftayhwh-csar.csar
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-10T04:55:08.676Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Node template pNF e37a045f-8099 0 is matching search criteria
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e37a045f-8099 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Node template pNF e37a045f-8099 0 is matching search criteria
2021-10-10T04:55:08.677Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF e37a045f-8099 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.678Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.679Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.679Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.679Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_3rEH9Y7hiOWulFtAYHWH
Description:catalog service description
Model UUID:3c6a7e02-7c9a-425d-9347-571765b9bb10
Model Version:NULL
Model InvariantUuid:bd01d2e3-265c-470f-befc-f65f00f21f66
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-10T04:55:08.685Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 128f58ee-05ae-49bd-967a-a93c2133b89d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:55:08.687Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||pNF e37a045f-8099 0
2021-10-10T04:55:08.687Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 128f58ee-05ae-49bd-967a-a93c2133b89d
2021-10-10T04:55:08.688Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3c6a7e02-7c9a-425d-9347-571765b9bb10
2021-10-10T04:55:08.688Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3c6a7e02-7c9a-425d-9347-571765b9bb10
2021-10-10T04:55:08.688Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e37a045f-8099 0 128f58ee-05ae-49bd-967a-a93c2133b89d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-10-10T04:55:08.692Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e49ead6, org.onap.sdc.toscaparser.api.parameters.Input@407a3406, org.onap.sdc.toscaparser.api.parameters.Input@40f6a959, org.onap.sdc.toscaparser.api.parameters.Input@2646e1a5, org.onap.sdc.toscaparser.api.parameters.Input@6798a0e1]
2021-10-10T04:55:08.692Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-10T04:55:08.692Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_3rEH9Y7hiOWulFtAYHWH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3c6a7e02-7c9a-425d-9347-571765b9bb10: pNF e37a045f-8099
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 128f58ee-05ae-49bd-967a-a93c2133b89d
2021-10-10T04:55:08.693Z|8792bf49-d37e-4c77-99dc-b8c96b4aee8e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery