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)
2022-09-22T04:58:10.279Z||main|||||INFO|500||The following profiles are active: basic
2022-09-22T04:58:21.589Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-22T04:58:21.590Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-22T04:58:21.761Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-22T04:58:25.938Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-22T04:58:26.338Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-22T04:58:26.833Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-22T04:58:26.865Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-22T04:58:26.995Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-22T04:58:27.223Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-22T04:58:27.834Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-22T04:58:29.627Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-22T04:58:32.018Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-22T04:58:32.099Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-22T04:58:32.714Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-22T04:58:33.024Z||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.
2022-09-22T04:58:34.433Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-22T04:58:35.594Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-22T04:58:35.616Z||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$$75ebdfa9.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)
2022-09-22T04:58:35.618Z||main|||||WARN|500||The sdc end point is not alive
2022-09-22T04:58:38.548Z||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
2022-09-22T04:58:41.779Z||main|||||WARN|500||---
2022-09-22T04:58:41.780Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-22T04:58:41.780Z||main|||||WARN|500||---
2022-09-22T04:58:42.203Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-22T04:58:46.929Z||main|||||INFO|500||Started Application in 39.894 seconds (JVM running for 42.017)
2022-09-22T04:58:46.948Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-22T04:58:46.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-22T04:58:46.960Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-22T04:58:46.990Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-22T04:58:47.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b928bcef-879d-44dd-9fc5-620762e3f112 url= /sdc/v1/artifactTypes
2022-09-22T04:58:47.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-22T04:58:47.296Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-22T04:58:47.319Z||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
2022-09-22T04:58:47.340Z||scheduling-1|||||DEBUG|500||create keys
2022-09-22T04:58:47.374Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-22T04:58:47.413Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T04:58:47.431Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d160a43f-c940-4283-9b0a-afc407749b33 url= /sdc/v1/registerForDistribution
2022-09-22T04:58:47.546Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d160a43f-c940-4283-9b0a-afc407749b33 url= /sdc/v1/registerForDistribution
2022-09-22T04:58:47.546Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-22T04:58:47.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:58:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:58:47.566Z||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.
2022-09-22T04:58:47.566Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:58:47.567Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-22T04:58:47.572Z||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.
2022-09-22T04:58:47.572Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:58:57.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T04:58:57.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T04:59:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:59:47.555Z||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.
2022-09-22T04:59:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:59:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T04:59:47.558Z||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.
2022-09-22T04:59:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T04:59:57.142Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T04:59:57.144Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:00:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:00:47.555Z||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.
2022-09-22T05:00:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:00:47.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:00:47.559Z||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.
2022-09-22T05:00:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:00:57.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:00:57.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:01:47.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:01:47.555Z||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.
2022-09-22T05:01:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:01:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:01:47.558Z||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.
2022-09-22T05:01:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:01:57.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:01:57.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:02:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:02:47.556Z||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.
2022-09-22T05:02:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:02:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:02:47.557Z||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.
2022-09-22T05:02:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:02:57.117Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:02:57.119Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:03:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:03:47.556Z||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.
2022-09-22T05:03:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:03:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:03:47.558Z||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.
2022-09-22T05:03:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:03:57.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:03:57.128Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:04:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:04:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:04:47.558Z||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.
2022-09-22T05:04:47.558Z||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.
2022-09-22T05:04:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:04:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:04:57.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:04:57.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:05:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:05:47.555Z||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.
2022-09-22T05:05:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:05:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:05:47.558Z||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.
2022-09-22T05:05:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:05:57.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:05:57.129Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:06:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:06:47.556Z||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.
2022-09-22T05:06:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:06:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:06:47.558Z||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.
2022-09-22T05:06:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:06:57.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:06:57.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:07:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:07:47.555Z||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.
2022-09-22T05:07:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:07:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:07:47.558Z||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.
2022-09-22T05:07:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:07:57.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:07:57.144Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:08:05.590Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-22T05:08:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:08:47.555Z||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.
2022-09-22T05:08:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:08:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:08:47.558Z||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.
2022-09-22T05:08:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:08:57.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:08:57.135Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:09:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:09:47.555Z||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.
2022-09-22T05:09:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:09:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:09:47.558Z||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.
2022-09-22T05:09:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:09:57.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:09:57.126Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:10:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:10:47.555Z||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.
2022-09-22T05:10:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:10:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:10:47.557Z||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.
2022-09-22T05:10:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:10:57.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:10:57.131Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:11:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:11:47.556Z||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.
2022-09-22T05:11:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:11:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:11:47.557Z||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.
2022-09-22T05:11:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:11:57.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:11:57.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:12:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:12:47.556Z||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.
2022-09-22T05:12:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:12:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:12:47.558Z||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.
2022-09-22T05:12:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:12:57.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:12:57.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:13:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:13:47.555Z||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.
2022-09-22T05:13:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:13:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:13:47.558Z||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.
2022-09-22T05:13:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:13:57.103Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:13:57.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:14:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:14:47.556Z||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.
2022-09-22T05:14:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:14:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:14:47.557Z||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.
2022-09-22T05:14:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:14:57.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:14:57.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:15:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:15:47.555Z||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.
2022-09-22T05:15:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:15:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:15:47.558Z||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.
2022-09-22T05:15:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:15:57.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:15:57.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:16:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:16:47.555Z||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.
2022-09-22T05:16:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:16:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:16:47.557Z||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.
2022-09-22T05:16:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:16:57.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:16:57.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:17:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:17:47.555Z||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.
2022-09-22T05:17:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:17:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:17:47.558Z||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.
2022-09-22T05:17:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:17:57.103Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:17:57.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:18:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:18:47.555Z||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.
2022-09-22T05:18:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:18:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:18:47.558Z||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.
2022-09-22T05:18:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:18:57.104Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:18:57.105Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:19:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:19:47.556Z||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.
2022-09-22T05:19:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:19:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:19:47.558Z||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.
2022-09-22T05:19:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:19:57.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:19:57.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:20:47.555Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:20:47.557Z||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.
2022-09-22T05:20:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:20:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:20:47.557Z||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.
2022-09-22T05:20:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:20:57.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:20:57.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:21:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:21:47.556Z||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.
2022-09-22T05:21:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:21:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:21:47.558Z||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.
2022-09-22T05:21:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:21:57.102Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:21:57.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:22:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:22:47.555Z||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.
2022-09-22T05:22:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:22:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:22:47.558Z||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.
2022-09-22T05:22:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:22:57.099Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:22:57.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:23:47.554Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:23:47.555Z||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.
2022-09-22T05:23:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:23:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:23:47.557Z||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.
2022-09-22T05:23:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:23:57.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:23:57.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:24:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:24:47.555Z||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.
2022-09-22T05:24:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:24:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:24:47.558Z||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.
2022-09-22T05:24:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:24:57.104Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:24:57.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:25:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:25:47.555Z||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.
2022-09-22T05:25:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:25:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:25:47.557Z||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.
2022-09-22T05:25:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:25:57.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:25:57.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:26:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:26:47.555Z||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.
2022-09-22T05:26:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:26:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:26:47.557Z||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.
2022-09-22T05:26:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:26:57.103Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:26:57.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:27:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:27:47.555Z||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.
2022-09-22T05:27:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:27:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:27:47.558Z||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.
2022-09-22T05:27:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:27:57.099Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:27:57.104Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:28:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:28:47.556Z||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.
2022-09-22T05:28:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:28:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:28:47.559Z||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.
2022-09-22T05:28:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:28:57.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:28:57.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:29:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:29:47.555Z||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.
2022-09-22T05:29:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:29:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:29:47.557Z||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.
2022-09-22T05:29:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:29:57.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:29:57.118Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:30:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:30:47.555Z||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.
2022-09-22T05:30:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:30:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:30:47.558Z||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.
2022-09-22T05:30:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:30:57.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:30:57.104Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:31:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:31:47.555Z||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.
2022-09-22T05:31:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:31:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:31:47.558Z||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.
2022-09-22T05:31:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:31:57.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:31:57.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:32:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:32:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:32:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:32:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:32:47.557Z||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.
2022-09-22T05:32:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:32:57.101Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:32:57.103Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:33:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:33:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:33:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:33:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:33:47.558Z||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.
2022-09-22T05:33:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:33:57.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:33:57.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:34:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:34:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:34:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:34:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:34:47.558Z||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.
2022-09-22T05:34:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:34:57.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:34:57.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:35:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:35:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:35:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:35:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:35:47.558Z||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.
2022-09-22T05:35:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:35:57.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:35:57.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:36:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:36:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:36:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:36:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:36:47.557Z||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.
2022-09-22T05:36:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:36:57.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:36:57.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:37:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:37:47.556Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:37:47.556Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:37:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:37:47.558Z||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.
2022-09-22T05:37:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:37:57.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:37:57.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:38:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:38:47.557Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:38:47.557Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:38:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:38:47.558Z||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.
2022-09-22T05:38:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:38:57.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:38:57.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:39:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:39:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:39:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:39:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:39:47.557Z||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.
2022-09-22T05:39:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:39:57.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:39:57.113Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:40:47.555Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:40:47.556Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:40:47.556Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:40:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:40:47.557Z||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.
2022-09-22T05:40:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:40:57.107Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:40:57.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:41:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:41:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:41:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:41:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:41:47.557Z||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.
2022-09-22T05:41:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:41:57.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:41:57.115Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:42:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:42:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:42:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:42:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:42:47.558Z||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.
2022-09-22T05:42:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:42:57.126Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:42:57.132Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:43:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:43:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:43:47.556Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:43:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:43:47.558Z||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.
2022-09-22T05:43:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:43:57.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:43:57.126Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:44:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:44:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:44:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:44:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:44:47.558Z||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.
2022-09-22T05:44:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:44:57.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:44:57.122Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:45:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:45:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:45:47.556Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:45:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:45:47.558Z||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.
2022-09-22T05:45:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:45:57.116Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:45:57.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:46:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:46:47.556Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:46:47.556Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:46:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:46:47.558Z||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.
2022-09-22T05:46:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:46:57.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:46:57.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:47:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:47:47.556Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:47:47.556Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:47:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:47:47.557Z||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.
2022-09-22T05:47:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:47:57.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:47:57.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:48:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:48:47.556Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:48:47.556Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:48:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:48:47.558Z||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.
2022-09-22T05:48:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:48:57.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:48:57.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:49:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:49:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:49:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:49:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:49:47.557Z||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.
2022-09-22T05:49:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:49:57.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:49:57.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:50:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:50:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:50:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:50:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:50:47.557Z||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.
2022-09-22T05:50:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:50:57.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:50:57.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:51:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:51:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:51:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:51:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:51:47.557Z||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.
2022-09-22T05:51:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:51:57.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:51:57.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:52:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:52:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:52:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:52:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:52:47.557Z||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.
2022-09-22T05:52:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:52:57.101Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:52:57.111Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:53:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:53:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:53:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:53:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:53:47.558Z||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.
2022-09-22T05:53:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:53:57.101Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:53:57.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:54:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:54:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:54:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:54:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:54:47.558Z||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.
2022-09-22T05:54:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:54:57.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:54:57.127Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:55:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:55:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:55:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:55:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:55:47.557Z||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.
2022-09-22T05:55:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:55:57.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:55:57.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:56:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:56:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:56:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:56:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:56:47.557Z||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.
2022-09-22T05:56:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:56:57.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:56:57.105Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:57:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:57:47.557Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:57:47.557Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:57:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:57:47.557Z||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.
2022-09-22T05:57:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:57:57.104Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:57:57.104Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:58:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:58:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T05:58:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T05:58:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:58:47.557Z||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.
2022-09-22T05:58:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:58:57.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:58:57.121Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:59:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:59:47.555Z||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.
2022-09-22T05:59:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:59:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T05:59:47.557Z||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.
2022-09-22T05:59:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T05:59:57.099Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T05:59:57.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:00:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:00:47.555Z||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.
2022-09-22T06:00:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:00:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:00:47.558Z||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.
2022-09-22T06:00:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:00:57.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:00:57.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:01:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:01:47.555Z||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.
2022-09-22T06:01:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:01:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:01:47.557Z||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.
2022-09-22T06:01:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:01:57.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:01:57.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:02:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:02:47.555Z||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.
2022-09-22T06:02:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:02:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:02:47.557Z||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.
2022-09-22T06:02:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:02:57.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:02:57.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:03:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:03:47.555Z||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.
2022-09-22T06:03:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:03:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:03:47.557Z||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.
2022-09-22T06:03:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:03:57.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:03:57.147Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:04:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:04:47.555Z||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.
2022-09-22T06:04:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:04:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:04:47.558Z||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.
2022-09-22T06:04:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:04:57.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:04:57.140Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:05:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:05:47.555Z||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.
2022-09-22T06:05:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:05:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:05:47.558Z||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.
2022-09-22T06:05:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:05:57.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:05:57.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:06:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:06:47.555Z||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.
2022-09-22T06:06:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:06:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:06:47.557Z||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.
2022-09-22T06:06:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:06:57.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:06:57.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:07:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:07:47.556Z||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.
2022-09-22T06:07:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:07:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:07:47.557Z||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.
2022-09-22T06:07:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:07:57.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:07:57.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:08:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:08:47.556Z||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.
2022-09-22T06:08:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:08:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:08:47.557Z||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.
2022-09-22T06:08:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:08:57.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:08:57.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:09:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:09:47.555Z||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.
2022-09-22T06:09:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:09:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:09:47.557Z||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.
2022-09-22T06:09:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:09:57.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:09:57.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:10:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:10:47.555Z||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.
2022-09-22T06:10:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:10:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:10:47.558Z||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.
2022-09-22T06:10:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:10:57.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:10:57.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:11:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:11:47.555Z||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.
2022-09-22T06:11:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:11:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:11:47.558Z||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.
2022-09-22T06:11:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:11:57.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:11:57.109Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:12:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:12:47.555Z||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.
2022-09-22T06:12:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:12:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:12:47.557Z||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.
2022-09-22T06:12:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:12:57.117Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:12:57.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:13:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:13:47.555Z||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.
2022-09-22T06:13:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:13:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:13:47.557Z||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.
2022-09-22T06:13:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:13:57.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:13:57.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:14:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:14:47.555Z||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.
2022-09-22T06:14:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:14:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:14:47.557Z||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.
2022-09-22T06:14:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:14:57.127Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:14:57.128Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:15:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:15:47.555Z||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.
2022-09-22T06:15:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:15:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:15:47.559Z||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.
2022-09-22T06:15:47.559Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:15:57.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:15:57.160Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:16:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:16:47.556Z||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.
2022-09-22T06:16:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:16:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:16:47.558Z||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.
2022-09-22T06:16:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:16:57.128Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:16:57.146Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:17:47.555Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:17:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:17:47.557Z||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.
2022-09-22T06:17:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:17:47.557Z||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.
2022-09-22T06:17:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:17:57.133Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:17:57.133Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:18:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:18:47.555Z||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.
2022-09-22T06:18:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:18:47.558Z||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.
2022-09-22T06:18:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:18:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:18:57.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:18:57.118Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:19:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:19:47.555Z||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.
2022-09-22T06:19:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:19:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:19:47.558Z||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.
2022-09-22T06:19:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:19:57.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:19:57.107Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:20:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:20:47.555Z||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.
2022-09-22T06:20:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:20:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:20:47.557Z||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.
2022-09-22T06:20:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:20:57.133Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:20:57.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:21:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:21:47.555Z||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.
2022-09-22T06:21:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:21:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:21:47.557Z||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.
2022-09-22T06:21:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:21:57.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:21:57.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:22:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:22:47.555Z||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.
2022-09-22T06:22:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:22:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:22:47.557Z||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.
2022-09-22T06:22:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:22:57.109Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:22:57.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:23:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:23:47.555Z||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.
2022-09-22T06:23:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:23:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:23:47.557Z||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.
2022-09-22T06:23:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:23:57.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:23:57.121Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:24:47.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:24:47.555Z||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.
2022-09-22T06:24:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:24:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:24:47.557Z||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.
2022-09-22T06:24:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:24:57.106Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:24:57.133Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:25:47.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:25:47.556Z||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.
2022-09-22T06:25:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:25:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:25:47.557Z||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.
2022-09-22T06:25:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:25:57.136Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:25:57.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:26:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:26:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T06:26:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:26:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:26:47.557Z||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.
2022-09-22T06:26:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:26:57.157Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:26:57.160Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:27:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:27:47.557Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T06:27:47.557Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:27:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:27:47.558Z||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.
2022-09-22T06:27:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:27:57.124Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:27:57.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:28:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:28:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T06:28:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:28:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:28:47.557Z||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.
2022-09-22T06:28:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:28:57.144Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:28:57.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:29:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:29:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T06:29:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:29:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:29:47.557Z||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.
2022-09-22T06:29:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:29:57.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:29:57.132Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:30:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:30:47.555Z||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.
2022-09-22T06:30:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:30:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:30:47.557Z||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.
2022-09-22T06:30:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:30:57.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:30:57.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:31:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:31:47.555Z||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.
2022-09-22T06:31:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:31:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:31:47.558Z||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.
2022-09-22T06:31:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:31:57.143Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:31:57.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:32:47.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:32:47.557Z||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.
2022-09-22T06:32:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:32:47.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:32:47.558Z||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.
2022-09-22T06:32:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:32:57.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:32:57.113Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:33:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:33:47.555Z||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.
2022-09-22T06:33:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:33:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:33:47.558Z||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.
2022-09-22T06:33:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:33:57.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:33:57.141Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:34:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:34:47.556Z||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.
2022-09-22T06:34:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:34:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:34:47.558Z||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.
2022-09-22T06:34:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:34:57.107Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:34:57.127Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:35:47.555Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:35:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:35:47.557Z||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.
2022-09-22T06:35:47.557Z||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.
2022-09-22T06:35:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:35:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:35:57.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:35:57.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:36:47.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:36:47.560Z||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.
2022-09-22T06:36:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:36:47.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:36:47.561Z||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.
2022-09-22T06:36:47.561Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:36:57.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:36:57.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:37:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:37:47.556Z||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.
2022-09-22T06:37:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:37:47.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:37:47.558Z||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.
2022-09-22T06:37:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:37:57.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:37:57.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:38:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:38:47.555Z||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.
2022-09-22T06:38:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:38:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:38:47.557Z||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.
2022-09-22T06:38:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:38:57.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:38:57.118Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:39:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:39:47.555Z||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.
2022-09-22T06:39:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:39:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:39:47.557Z||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.
2022-09-22T06:39:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:39:57.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:39:57.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:40:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:40:47.555Z||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.
2022-09-22T06:40:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:40:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:40:47.558Z||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.
2022-09-22T06:40:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:40:57.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:40:57.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:41:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:41:47.555Z||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.
2022-09-22T06:41:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:41:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:41:47.558Z||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.
2022-09-22T06:41:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:41:57.111Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:41:57.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:42:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:42:47.555Z||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.
2022-09-22T06:42:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:42:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:42:47.558Z||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.
2022-09-22T06:42:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:42:57.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:42:57.112Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:43:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:43:47.555Z||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.
2022-09-22T06:43:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:43:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:43:47.557Z||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.
2022-09-22T06:43:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:43:57.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:43:57.102Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:44:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:44:47.557Z||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.
2022-09-22T06:44:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:44:47.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:44:47.558Z||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.
2022-09-22T06:44:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:44:57.118Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:44:57.125Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:45:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:45:47.557Z||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.
2022-09-22T06:45:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:45:47.559Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:45:47.560Z||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.
2022-09-22T06:45:47.560Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:45:57.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:45:57.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:46:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:46:47.555Z||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.
2022-09-22T06:46:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:46:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:46:47.558Z||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.
2022-09-22T06:46:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:46:57.105Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:46:57.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:47:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:47:47.555Z||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.
2022-09-22T06:47:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:47:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:47:47.558Z||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.
2022-09-22T06:47:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:47:57.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:47:57.148Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:48:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:48:47.555Z||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.
2022-09-22T06:48:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:48:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:48:47.558Z||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.
2022-09-22T06:48:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:48:57.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:48:57.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:49:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:49:47.555Z||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.
2022-09-22T06:49:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:49:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:49:47.557Z||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.
2022-09-22T06:49:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:49:57.128Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:49:57.130Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:50:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:50:47.555Z||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.
2022-09-22T06:50:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:50:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:50:47.557Z||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.
2022-09-22T06:50:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:50:57.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:50:57.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:51:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:51:47.555Z||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.
2022-09-22T06:51:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:51:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:51:47.558Z||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.
2022-09-22T06:51:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:51:57.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:51:57.137Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:52:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:52:47.555Z||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.
2022-09-22T06:52:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:52:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:52:47.558Z||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.
2022-09-22T06:52:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:52:57.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:52:57.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:53:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:53:47.555Z||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.
2022-09-22T06:53:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:53:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:53:47.557Z||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.
2022-09-22T06:53:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:53:57.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:53:57.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:54:47.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:54:47.555Z||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.
2022-09-22T06:54:47.555Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:54:47.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:54:47.557Z||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.
2022-09-22T06:54:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:54:57.120Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:54:57.156Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:47.554Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:55:47.557Z||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.
2022-09-22T06:55:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:55:47.558Z||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.
2022-09-22T06:55:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:48.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:48.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829719991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829719597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829719597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829719991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829727956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829719597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829719991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829727956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829729469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829719597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829719991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829727956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829730416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829729469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829719597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829719991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829727956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829730416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829729469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829719597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829719991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829727956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829730416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829729469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829732641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829719597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829719991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829727956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829730416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829729469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829732641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829727956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829730416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829734351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829729469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829732641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829730416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829736007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829735359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829729469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829732641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829729852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829730416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "policy-id",
"timestamp": 1663829736363,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-09-22T06:55:48.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:48.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae6e0516-ffcf-4686-b08a-7c59d64b746f","serviceName":"basic_onboard_CUckdb","serviceVersion":"1.0","serviceUUID":"bc40c2b5-5505-4742-a9c8-e1e6d034c484","serviceDescription":"service","serviceInvariantUUID":"940304fa-c996-44e9-a912-257f14126eb2","resources":[{"resourceInstanceName":"basic_onboard_CUckdb 0","resourceName":"basic_onboard_CUckdb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c78c458-d86d-4a31-9187-929775e13a63","resourceInvariantUUID":"3743ca0c-af4d-4451-bc68-6ebeba51e18a","resourceCustomizationUUID":"42fa04e3-8290-4998-86f5-24c35cc62695","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml","artifactChecksum":"MmUyMTViNWQ2Y2FiNGJlNzAyNmZmNzhmMzVlODFmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3453850-52f6-4bf7-891d-d047799f19de","artifactVersion":"1"},{"artifactName":"basic_onboard_cuckdb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json","artifactChecksum":"OTI3ZDczZGY3NjMwYWYwZmIxNTA1MGUyN2I3M2JjZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"45e51cd7-e086-492d-8592-b4ac84fda126","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e79dd989-abcd-49ce-892f-4910dcbb460b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f868f708-65bf-4d68-90ec-5a248598d954","artifactVersion":"2","generatedFromUUID":"45e51cd7-e086-492d-8592-b4ac84fda126"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCuckdb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml","artifactChecksum":"NzU1NGM2YzI4YzJiNTY4MjUwNzY5NjAzMDM3YjBmNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"987d72ad-b840-4934-8146-0f38b393787a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCuckdb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar","artifactChecksum":"ZGEyN2JlZjhkMmQ3Mjg0MjRmNjY5MTI0M2IxMzk1Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b49ca3f9-af9e-46f3-910a-01bb45630216","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T06:55:48.211Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:48.218Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
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=?
2022-09-22T06:55:48.233Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:48.233Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"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=?
2022-09-22T06:55:48.333Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-22T06:55:48.338Z||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.
2022-09-22T06:55:48.338Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T06:55:48.367Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:48.370Z||pool-3-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:48.371Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.399Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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 (?, ?, ?, ?, ?)
2022-09-22T06:55:48.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829737110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829732641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829737366,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829737855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829738165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829732641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:48.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "cds",
"timestamp": 1663829738390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-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=?
2022-09-22T06:55:48.450Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.451Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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 (?, ?, ?, ?, ?)
2022-09-22T06:55:48.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829739258,
"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=?
2022-09-22T06:55:48.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.464Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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=?
2022-09-22T06:55:48.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829732641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:55:48.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-09-22T06:55:48.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829740262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-22T06:55:48.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829740568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829745181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663829746186,
"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=?
2022-09-22T06:55:48.484Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:55:48.484Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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 (?, ?, ?, ?, ?)
2022-09-22T06:55:48.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829746947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829747019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:48.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:55:49.241Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:49.242Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:49.245Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:49.245Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T06:55:49.345Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:55:49.347Z||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.
2022-09-22T06:55:49.347Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:49.361Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:49.361Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:50.246Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:50.247Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:50.249Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:50.250Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-22T06:55:50.349Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:55:50.350Z||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.
2022-09-22T06:55:50.351Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:50.365Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:50.365Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:55:51.250Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:51.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:51.254Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:51.254Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:51.354Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:51.355Z||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.
2022-09-22T06:55:51.355Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:51.375Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:51.377Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:52.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:52.256Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:52.259Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:52.260Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-22T06:55:52.360Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:52.361Z||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.
2022-09-22T06:55:52.361Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:52.377Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:52.378Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:53.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:53.262Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:53.264Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:53.265Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:55:53.365Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:53.366Z||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.
2022-09-22T06:55:53.366Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:53.386Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:53.387Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:54.265Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:55:54.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:54.269Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:54.269Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:55:54.369Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:54.370Z||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.
2022-09-22T06:55:54.370Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:54.384Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:54.384Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:55:55.272Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"serviceName": "basic_onboard_CUckdb",
"serviceVersion": "1.0",
"serviceUUID": "bc40c2b5-5505-4742-a9c8-e1e6d034c484",
"serviceDescription": "service",
"serviceInvariantUUID": "940304fa-c996-44e9-a912-257f14126eb2",
"resources": [
{
"resourceInstanceName": "basic_onboard_CUckdb 0",
"resourceCustomizationUUID": "42fa04e3-8290-4998-86f5-24c35cc62695",
"resourceName": "basic_onboard_CUckdb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3c78c458-d86d-4a31-9187-929775e13a63",
"resourceInvariantUUID": "3743ca0c-af4d-4451-bc68-6ebeba51e18a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cuckdb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"artifactChecksum": "OTI3ZDczZGY3NjMwYWYwZmIxNTA1MGUyN2I3M2JjZjg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "45e51cd7-e086-492d-8592-b4ac84fda126",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f868f708-65bf-4d68-90ec-5a248598d954",
"generatedFromUUID": "45e51cd7-e086-492d-8592-b4ac84fda126"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f868f708-65bf-4d68-90ec-5a248598d954",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCuckdb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"artifactChecksum": "ZGEyN2JlZjhkMmQ3Mjg0MjRmNjY5MTI0M2IxMzk1Nzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b49ca3f9-af9e-46f3-910a-01bb45630216"
}
],
"workloadContext": "Production"
}
2022-09-22T06:55:55.275Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T06:55:55.276Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc40c2b5-5505-4742-a9c8-e1e6d034c484 ASDC
2022-09-22T06:55:55.409Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ae6e0516-ffcf-4686-b08a-7c59d64b746f
ServiceName:basic_onboard_CUckdb
ServiceVersion:1.0
ServiceUUID:bc40c2b5-5505-4742-a9c8-e1e6d034c484
ServiceInvariantUUID:940304fa-c996-44e9-a912-257f14126eb2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCuckdb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
ArtifactUUID:b49ca3f9-af9e-46f3-910a-01bb45630216
ArtifactChecksum:ZGEyN2JlZjhkMmQ3Mjg0MjRmNjY5MTI0M2IxMzk1Nzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CUckdb 0
ResourceCustomizationUUID:42fa04e3-8290-4998-86f5-24c35cc62695
ResourceInvariantUUID:3743ca0c-af4d-4451-bc68-6ebeba51e18a
ResourceName:basic_onboard_CUckdb
ResourceType:VF
ResourceUUID:3c78c458-d86d-4a31-9187-929775e13a63
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cuckdb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
ArtifactUUID:0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e
ArtifactChecksum:OTI3ZDczZGY3NjMwYWYwZmIxNTA1MGUyN2I3M2JjZjg=
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/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:45e51cd7-e086-492d-8592-b4ac84fda126
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/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
ArtifactUUID:f868f708-65bf-4d68-90ec-5a248598d954
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/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
ArtifactUUID:f868f708-65bf-4d68-90ec-5a248598d954
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-22T06:55:55.409Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc40c2b5-5505-4742-a9c8-e1e6d034c484 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=?
2022-09-22T06:55:55.466Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T06:55:55.467Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-22T06:55:55.468Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-22T06:55:55.469Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b49ca3f9-af9e-46f3-910a-01bb45630216 from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:55.469Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:55:55.470Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:55.673Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:55:55.689Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar b49ca3f9-af9e-46f3-910a-01bb45630216 75218
2022-09-22T06:55:55.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar ASDC sendASDCNotification
2022-09-22T06:55:55.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:55.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:55:55.692Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:55.694Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:55.694Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829755689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:55.794Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:55:55.795Z||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.
2022-09-22T06:55:55.796Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:55.806Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:55.806Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:55:56.695Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T06:55:56.696Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-09-22T06:55:56.697Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b49ca3f9-af9e-46f3-910a-01bb45630216, URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar to file: /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:56.698Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:56.797Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:56.798Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:57.435Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14304088627223404565/Definitions/service-BasicOnboardCuckdb-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-22T06:55:59.594Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T06:55:59.599Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CUckdb 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.600Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.601Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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-BasicOnboardCuckdb-csar.csar
2022-09-22T06:55:59.601Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-09-22T06:55:59.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.608Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.612Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.612Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-22T06:55:59.614Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T06:55:59.616Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.616Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.620Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-22T06:55:59.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T06:55:59.622Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.622Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T06:55:59.623Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.623Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.623Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.624Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is not matching search criteria
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-22T06:55:59.625Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b8e11d1d-a886-48e5-a352-27f55e06bea2
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.626Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:55:59.627Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:55:59.628Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CUckdb
Description:service
Model UUID:bc40c2b5-5505-4742-a9c8-e1e6d034c484
Model Version:NULL
Model InvariantUuid:940304fa-c996-44e9-a912-257f14126eb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CUckdb
Model UUID:8728acc2-eca9-4da2-896c-64fde86094bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3743ca0c-af4d-4451-bc68-6ebeba51e18a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:42fa04e3-8290-4998-86f5-24c35cc62695
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c26ae604-f39e-4b89-ae4f-5d030a9d77e3
ModelName:BasicOnboardCuckdb..base_ubuntu18..module-0
ModelUuid:d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b8e11d1d-a886-48e5-a352-27f55e06bea2
ModelInvariantUuid:5487460f-2103-4817-b770-121ac887f6f5
ModelName:basic_onboard_CUckdb-nodes.ubuntu18Cvfc
ModelUuid:8199f666-2e49-46d7-95eb-ec6bb7121d17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:fefa08d7-da07-4a93-8a4c-cb8659f32dc4
ModelInvariantUuid:34795ee0-e371-42e8-a2ee-e69fe4301e6e
ModelName:BasicOnboardCuckdb.compute.nodes.heat.ubuntu18
ModelUuid:0b086d27-933d-4387-b921-bc37c9aa1afb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-22T06:55:59.649Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c78c458-d86d-4a31-9187-929775e13a63
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T06:55:59.740Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||basic_onboard_CUckdb 0
2022-09-22T06:55:59.746Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c78c458-d86d-4a31-9187-929775e13a63
2022-09-22T06:55:59.746Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:55:59.746Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:55:59.747Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:55:59.805Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:55:59.806Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json 0b9dfe2b-176b-4a72-93f2-cb72ca1d4c3e 798
2022-09-22T06:55:59.806Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json ASDC sendASDCNotification
2022-09-22T06:55:59.807Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:55:59.807Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:55:59.807Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:55:59.810Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:55:59.810Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829759806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:55:59.910Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:55:59.911Z||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.
2022-09-22T06:55:59.911Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:55:59.923Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:55:59.924Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:00.812Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCuckdb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c26ae604-f39e-4b89-ae4f-5d030a9d77e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0",
"vfModuleModelCustomizationUUID": "2560e547-48ee-4a8a-917a-0e86261b05e9",
"isBase": true,
"artifacts": [
"45e51cd7-e086-492d-8592-b4ac84fda126",
"f868f708-65bf-4d68-90ec-5a248598d954"
],
"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": ""
}
}
]
2022-09-22T06:56:00.825Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCuckdb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0
VfModuleModelInvariantUUID:c26ae604-f39e-4b89-ae4f-5d030a9d77e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
45e51cd7-e086-492d-8592-b4ac84fda126
,
f868f708-65bf-4d68-90ec-5a248598d954
}
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
}
2022-09-22T06:56:00.827Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCuckdb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c26ae604-f39e-4b89-ae4f-5d030a9d77e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0",
"vfModuleModelCustomizationUUID": "2560e547-48ee-4a8a-917a-0e86261b05e9",
"isBase": true,
"artifacts": [
"45e51cd7-e086-492d-8592-b4ac84fda126",
"f868f708-65bf-4d68-90ec-5a248598d954"
],
"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": ""
}
}
]
2022-09-22T06:56:00.827Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCuckdb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0d4c09d-35cb-4bcc-88b0-c7311ab90ca0
VfModuleModelInvariantUUID:c26ae604-f39e-4b89-ae4f-5d030a9d77e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
45e51cd7-e086-492d-8592-b4ac84fda126
,
f868f708-65bf-4d68-90ec-5a248598d954
}
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
}
2022-09-22T06:56:00.828Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 45e51cd7-e086-492d-8592-b4ac84fda126 from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:00.828Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:56:00.828Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:00.873Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:56:00.873Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml 45e51cd7-e086-492d-8592-b4ac84fda126 5033
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:56:00.874Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:00.875Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:00.876Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829760873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:56:00.976Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:00.976Z||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.
2022-09-22T06:56:00.977Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:00.992Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:56:00.994Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:56:01.876Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f868f708-65bf-4d68-90ec-5a248598d954 from URL: /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:01.877Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-09-22T06:56:01.877Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env f868f708-65bf-4d68-90ec-5a248598d954 909
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:01.913Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T06:56:01.914Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:01.918Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:01.918Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829761913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:56:02.016Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-22T06:56:02.017Z||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.
2022-09-22T06:56:02.017Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:02.040Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:56:02.040Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:02.918Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: bc40c2b5-5505-4742-a9c8-e1e6d034c484
2022-09-22T06:56:02.919Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CUckdb 0 3c78c458-d86d-4a31-9187-929775e13a63 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T06:56:03.034Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62a6b045, org.onap.sdc.toscaparser.api.parameters.Input@7e406fb, org.onap.sdc.toscaparser.api.parameters.Input@39a1193d, org.onap.sdc.toscaparser.api.parameters.Input@60934134, org.onap.sdc.toscaparser.api.parameters.Input@3760f1fb]
2022-09-22T06:56:03.037Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 42fa04e3-8290-4998-86f5-24c35cc62695
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42fa04e3-8290-4998-86f5-24c35cc62695 matches Tosca VF Customization UUID: 42fa04e3-8290-4998-86f5-24c35cc62695
2022-09-22T06:56:03.038Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 42fa04e3-8290-4998-86f5-24c35cc62695 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-22T06:56:03.048Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.049Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.050Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 42fa04e3-8290-4998-86f5-24c35cc62695: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-22T06:56:03.050Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@682344f4
2022-09-22T06:56:03.051Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.051Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T06:56:03.052Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2560e547-48ee-4a8a-917a-0e86261b05e9
2022-09-22T06:56:03.053Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2560e547-48ee-4a8a-917a-0e86261b05e9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-22T06:56:03.070Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.071Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.071Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:56:03.072Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is not matching search criteria
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-22T06:56:03.073Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b8e11d1d-a886-48e5-a352-27f55e06bea2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-22T06:56:03.168Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_CUckdb 0 is matching search criteria
2022-09-22T06:56:03.169Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_CUckdb 0] matching following query criteria: sdcType=VF, customizationUUID=42fa04e3-8290-4998-86f5-24c35cc62695
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T06:56:03.172Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.172Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.172Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid bc40c2b5-5505-4742-a9c8-e1e6d034c484: basic_onboard_CUckdb
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.173Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T06:56:03.174Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_CUckdb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T06:56:03.175Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_CUckdb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T06:56:03.601Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CUckdb 3c78c458-d86d-4a31-9187-929775e13a63 1 ASDC deployResourceStructure
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json ASDC sendASDCNotification
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:03.602Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:03.605Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:03.605Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829763602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-22T06:56:03.705Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:03.706Z||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.
2022-09-22T06:56:03.706Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:03.719Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:56:03.719Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:04.606Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-22T06:56:04.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml
2022-09-22T06:56:04.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:04.607Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:04.609Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:04.609Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829764606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-22T06:56:04.709Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:04.710Z||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.
2022-09-22T06:56:04.710Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:04.724Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:56:04.724Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:05.610Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-22T06:56:05.610Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env
2022-09-22T06:56:05.611Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:05.611Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:05.613Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:05.613Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829765610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-22T06:56:05.713Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:05.714Z||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.
2022-09-22T06:56:05.715Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:05.729Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:56:05.729Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:06.614Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar ASDC sendASDCNotification
2022-09-22T06:56:06.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar
2022-09-22T06:56:06.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T06:56:06.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:56:06.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:56:06.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829766614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T06:56:06.717Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:56:06.718Z||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.
2022-09-22T06:56:06.718Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:06.743Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:56:06.744Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:56:07.618Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
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=?
2022-09-22T06:56:07.636Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
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=?
2022-09-22T06:56:07.639Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T06:56:07.639Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T06:56:07.640Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T06:56:37.640Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
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=?
2022-09-22T06:56:37.677Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
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=?
2022-09-22T06:56:37.687Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T06:56:37.688Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T06:56:37.688Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T06:56:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:56:47.558Z||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.
2022-09-22T06:56:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:56:47.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:56:47.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-22T06:56:47.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "aai-ml",
"timestamp": 1663829747955,
"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=?
2022-09-22T06:56:47.592Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:56:47.592Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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 (?, ?, ?, ?, ?)
2022-09-22T06:57:07.688Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
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=?
2022-09-22T06:57:07.699Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f
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=?
2022-09-22T06:57:07.702Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T06:57:07.702Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T06:57:07.703Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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=?
2022-09-22T06:57:07.708Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T06:57:37.708Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f 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=?
2022-09-22T06:57:37.721Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae6e0516-ffcf-4686-b08a-7c59d64b746f and serviceModelVersionId: bc40c2b5-5505-4742-a9c8-e1e6d034c484
2022-09-22T06:57:37.722Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 940304fa-c996-44e9-a912-257f14126eb2
2022-09-22T06:57:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:57:47.558Z||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.
2022-09-22T06:57:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:57:47.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:57:47.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:57:47.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:57:47.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-22T06:57:52.571Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0
2022-09-22T06:57:52.691Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T06:57:53.201Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?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]}
2022-09-22T06:57:53.206Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0|INFO|500||Invoke
2022-09-22T06:57:53.320Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-22T06:57:53.615Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0|INFO|500||InvokeReturn
2022-09-22T06:57:53.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/940304fa-c996-44e9-a912-257f14126eb2/model-vers/model-ver/bc40c2b5-5505-4742-a9c8-e1e6d034c484?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220922-06:57:52:921-57300], vertex-id=[200712], Content-Length=[0], Date=[Thu, 22 Sep 2022 06:57:52 GMT], Content-Type=[application/json]}
2022-09-22T06:57:53.617Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-09-22T06:57:53.621Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T06:57:53.622Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T06:57:53.657Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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)
2022-09-22T06:57:53.659Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae6e0516-ffcf-4686-b08a-7c59d64b746f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T06:57:53.660Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T06:57:53.660Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:57:53.663Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:57:53.663Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829873659,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T06:57:53.763Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:57:53.764Z||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.
2022-09-22T06:57:53.765Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:57:53.789Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:57:53.790Z||pool-18-thread-1|||||INFO|500||cambria reply ok (26 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=?
2022-09-22T06:57:54.676Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:57:54.677Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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.
2022-09-22T06:57:54.677Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:04.220Z|ae6e0516-ffcf-4686-b08a-7c59d64b746f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:58:04.221Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:58:04.221Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T06:58:04.222Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:13.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:58:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:58:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T06:58:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:58:47.557Z||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.
2022-09-22T06:58:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:58:47.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:58:47.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T06:58:47.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829749027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "clamp",
"timestamp": 1663829750031,
"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=?
2022-09-22T06:58:47.596Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae6e0516-ffcf-4686-b08a-7c59d64b746f
2022-09-22T06:58:47.596Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae6e0516-ffcf-4686-b08a-7c59d64b746f 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 (?, ?, ?, ?, ?)
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829747554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829755689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829759806,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829760873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829761913,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829763602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/basic_onboard_cuckdb0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829764606,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829765610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/resourceInstances/basic_onboard_cuckdb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:47.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T06:58:47.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829766614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCuckdb/1.0/artifacts/service-BasicOnboardCuckdb-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T06:58:47.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:58:57.146Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:59:47.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:59:47.555Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T06:59:47.555Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T06:59:47.557Z||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.
2022-09-22T06:59:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:48.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:59:48.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T06:59:48.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae6e0516-ffcf-4686-b08a-7c59d64b746f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829873659,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T06:59:48.114Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T06:59:56.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:59:56.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-22T06:59:56.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"795b40c5-44e8-4e54-8d88-d8745143e8f0","serviceName":"vFW 2022-09-22 06-58-54","serviceVersion":"1.0","serviceUUID":"7364e294-6e54-4493-b8be-f29b6800831a","serviceDescription":"catalog service description","serviceInvariantUUID":"a121d029-8a7e-459f-a532-c5ce7cb4683c","resources":[{"resourceInstanceName":"vFW 4bc84718-f1ba 0","resourceName":"vFW 4bc84718-f1ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"928d5030-6609-406a-88e0-3de36cf0a8c2","resourceInvariantUUID":"663e4de8-7635-4fb4-aa48-4094cbd8b7d1","resourceCustomizationUUID":"9a7bc7fb-aa16-4243-9aea-05aedc690098","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml","artifactChecksum":"MWViMDMyNTYxMWE5ODhlNjk5Zjk3YjEwMGE5YTE1ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae5477f6-ecc5-4aa9-ae05-6d8cf62d57e1","artifactVersion":"1"},{"artifactName":"vfw4bc84718f1ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json","artifactChecksum":"YzNiMWFmYzk4MzQ0NjJiNjVjYzAyYzY2N2YyMGQ2ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18b1d2a0-53c6-41eb-b5e5-6ab08292df08","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"322f94e4-6cef-44c0-84d0-293e6e6affcb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml","artifactChecksum":"YzY5ZGYzZmZiMjdlOWE4YThiZTA4ZDhjYzgxZmIxY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed3c56ae-cf38-4f70-9503-c7b45cb063f1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2782b99f-f10a-47a3-9ff7-a415855fce54","artifactVersion":"2","generatedFromUUID":"322f94e4-6cef-44c0-84d0-293e6e6affcb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220922065854-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml","artifactChecksum":"YTg2OTljYjZjZWViMjNlNzhhYmQzYjFmNzBlMDhjNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96465729-7f7a-4d12-b603-ae4207211dba","artifactVersion":"1"},{"artifactName":"service-Vfw20220922065854-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar","artifactChecksum":"MDQxMGVlNWQ3ZDlhN2FmNjg4NzFhNjExYTBkMDgwMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"235de7fa-97be-4402-b74d-f8c72e886f75","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T06:59:56.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:56.625Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:56.627Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:56.627Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:59:56.728Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T06:59:56.728Z||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.
2022-09-22T06:59:56.728Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:56.747Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:59:56.748Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-22T06:59:57.628Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:57.629Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:57.631Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:57.631Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T06:59:57.731Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:59:57.732Z||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.
2022-09-22T06:59:57.733Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:57.765Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:59:57.766Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:59:58.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:58.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:58.635Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:58.635Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-22T06:59:58.735Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T06:59:58.736Z||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.
2022-09-22T06:59:58.736Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:58.753Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:59:58.753Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T06:59:59.635Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T06:59:59.636Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T06:59:59.638Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T06:59:59.638Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T06:59:59.739Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T06:59:59.740Z||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.
2022-09-22T06:59:59.740Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T06:59:59.753Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T06:59:59.753Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:00.640Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:00:00.641Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:00.642Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:00.642Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-22T07:00:00.743Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:00.743Z||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.
2022-09-22T07:00:00.744Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:00.759Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:00.759Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:00:01.643Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:00:01.643Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:01.645Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:01.646Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:01.746Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:01.747Z||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.
2022-09-22T07:00:01.747Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:01.763Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:01.764Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:02.646Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:00:02.647Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:02.649Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:02.649Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:02.749Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:02.750Z||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.
2022-09-22T07:00:02.750Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:02.780Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:02.780Z||pool-25-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:03.650Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"serviceName": "vFW 2022-09-22 06-58-54",
"serviceVersion": "1.0",
"serviceUUID": "7364e294-6e54-4493-b8be-f29b6800831a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a121d029-8a7e-459f-a532-c5ce7cb4683c",
"resources": [
{
"resourceInstanceName": "vFW 4bc84718-f1ba 0",
"resourceCustomizationUUID": "9a7bc7fb-aa16-4243-9aea-05aedc690098",
"resourceName": "vFW 4bc84718-f1ba",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "928d5030-6609-406a-88e0-3de36cf0a8c2",
"resourceInvariantUUID": "663e4de8-7635-4fb4-aa48-4094cbd8b7d1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4bc84718f1ba0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"artifactChecksum": "YzNiMWFmYzk4MzQ0NjJiNjVjYzAyYzY2N2YyMGQ2ZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "18b1d2a0-53c6-41eb-b5e5-6ab08292df08",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "322f94e4-6cef-44c0-84d0-293e6e6affcb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2782b99f-f10a-47a3-9ff7-a415855fce54",
"generatedFromUUID": "322f94e4-6cef-44c0-84d0-293e6e6affcb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2782b99f-f10a-47a3-9ff7-a415855fce54",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220922065854-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"artifactChecksum": "MDQxMGVlNWQ3ZDlhN2FmNjg4NzFhNjExYTBkMDgwMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "235de7fa-97be-4402-b74d-f8c72e886f75"
}
],
"workloadContext": "Production"
}
2022-09-22T07:00:03.651Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:00:03.651Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7364e294-6e54-4493-b8be-f29b6800831a ASDC
2022-09-22T07:00:03.652Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:795b40c5-44e8-4e54-8d88-d8745143e8f0
ServiceName:vFW 2022-09-22 06-58-54
ServiceVersion:1.0
ServiceUUID:7364e294-6e54-4493-b8be-f29b6800831a
ServiceInvariantUUID:a121d029-8a7e-459f-a532-c5ce7cb4683c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220922065854-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
ArtifactUUID:235de7fa-97be-4402-b74d-f8c72e886f75
ArtifactChecksum:MDQxMGVlNWQ3ZDlhN2FmNjg4NzFhNjExYTBkMDgwMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4bc84718-f1ba 0
ResourceCustomizationUUID:9a7bc7fb-aa16-4243-9aea-05aedc690098
ResourceInvariantUUID:663e4de8-7635-4fb4-aa48-4094cbd8b7d1
ResourceName:vFW 4bc84718-f1ba
ResourceType:VF
ResourceUUID:928d5030-6609-406a-88e0-3de36cf0a8c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4bc84718f1ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
ArtifactUUID:18b1d2a0-53c6-41eb-b5e5-6ab08292df08
ArtifactChecksum:YzNiMWFmYzk4MzQ0NjJiNjVjYzAyYzY2N2YyMGQ2ZDI=
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/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
ArtifactUUID:322f94e4-6cef-44c0-84d0-293e6e6affcb
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/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
ArtifactUUID:2782b99f-f10a-47a3-9ff7-a415855fce54
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/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
ArtifactUUID:2782b99f-f10a-47a3-9ff7-a415855fce54
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-22T07:00:03.652Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7364e294-6e54-4493-b8be-f29b6800831a 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 (?, ?, ?, ?, ?)
2022-09-22T07:00:03.688Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 235de7fa-97be-4402-b74d-f8c72e886f75 from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:03.690Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:03.785Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:03.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar 235de7fa-97be-4402-b74d-f8c72e886f75 100600
2022-09-22T07:00:03.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar ASDC sendASDCNotification
2022-09-22T07:00:03.791Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:03.792Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:03.792Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:03.794Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:03.794Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830003791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:03.894Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:03.895Z||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.
2022-09-22T07:00:03.895Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:03.918Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:03.919Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:00:04.795Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:00:04.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-22T07:00:04.797Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 235de7fa-97be-4402-b74d-f8c72e886f75, URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar to file: /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:04.797Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220922065854-csar.csar
2022-09-22T07:00:04.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:04.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:05.032Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4247508035782673145/Definitions/service-Vfw20220922065854-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-22T07:00:07.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:00:07.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-22T07:00:07.218Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.219Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4bc84718-f1ba 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-22T07:00:07.220Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-22T07:00:07.221Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:07.222Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:07.223Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T07:00:07.224Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.225Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.226Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.227Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=da1c9d0e-71d8-43ca-a461-2cbb09b0de91
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.228Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-22T07:00:07.229Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e4367c0-c1c0-496b-a095-f385095b41d0
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:07.230Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:07.231Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d6a1c1e-6ed0-46dd-93a8-e0a083ef694f
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.232Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:07.233Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-22 06-58-54
Description:catalog service description
Model UUID:7364e294-6e54-4493-b8be-f29b6800831a
Model Version:NULL
Model InvariantUuid:a121d029-8a7e-459f-a532-c5ce7cb4683c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4bc84718-f1ba
Model UUID:6c8229c7-76f3-4c12-8a86-f6c0f5c17b6b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:663e4de8-7635-4fb4-aa48-4094cbd8b7d1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9a7bc7fb-aa16-4243-9aea-05aedc690098
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f716254b-d338-40e4-b94d-580a9e1c3b1c
ModelName:Vfw4bc84718F1ba..base_vfw..module-0
ModelUuid:5249bb2b-c4bc-46d2-af80-36f3c6f27f09
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:da1c9d0e-71d8-43ca-a461-2cbb09b0de91
ModelInvariantUuid:3760615d-9b02-4ece-bbd0-63b079446955
ModelName:vFW 4bc84718-f1ba-nodes.vfwCvfc
ModelUuid:4878c2d9-52be-48bd-a89b-6a0db11203fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:dfefceae-0c92-4798-be03-c6a23e2816ff
ModelInvariantUuid:88efa41a-d337-4f67-9ecc-9a56441a77f5
ModelName:Vfw4bc84718F1ba.compute.nodes.heat.vfw
ModelUuid:8291c9be-ea45-4b3b-bb7a-b0b7bcd032c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6e4367c0-c1c0-496b-a095-f385095b41d0
ModelInvariantUuid:d221846b-7d68-4f95-b7a7-ba6f46ccc28d
ModelName:vFW 4bc84718-f1ba-nodes.vsnCvfc
ModelUuid:89bef3c7-4b70-497d-ac09-338304f0802d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7ff798c5-0ca4-4e6e-bb59-e6872eed28f9
ModelInvariantUuid:7b3c0142-a5e6-47c2-9998-5219379bcbaa
ModelName:Vfw4bc84718F1ba.compute.nodes.heat.vsn
ModelUuid:32a6f5ab-58f5-402b-9856-70868010ef1b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d6a1c1e-6ed0-46dd-93a8-e0a083ef694f
ModelInvariantUuid:3a496e2d-8a90-4e5b-a374-4d1cfbd40d8b
ModelName:vFW 4bc84718-f1ba-nodes.vpgCvfc
ModelUuid:e6cf229d-5f2b-4e06-8f53-ba954453d742
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3f4b25b6-f00b-4d39-8a09-27cabff5402f
ModelInvariantUuid:a7cebf60-348a-4c12-9d21-6a4fe664255b
ModelName:Vfw4bc84718F1ba.compute.nodes.heat.vpg
ModelUuid:bc32e2de-0b8f-4f57-bb20-20f9fe3fbe17
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-22T07:00:07.252Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 928d5030-6609-406a-88e0-3de36cf0a8c2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:00:07.259Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||vFW 4bc84718-f1ba 0
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 928d5030-6609-406a-88e0-3de36cf0a8c2
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 18b1d2a0-53c6-41eb-b5e5-6ab08292df08 from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:07.260Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:07.319Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json 18b1d2a0-53c6-41eb-b5e5-6ab08292df08 785
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json ASDC sendASDCNotification
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:07.320Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:07.321Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:07.322Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:07.322Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830007320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:07.422Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:07.423Z||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.
2022-09-22T07:00:07.424Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:07.441Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:07.442Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:08.323Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4bc84718F1ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f716254b-d338-40e4-b94d-580a9e1c3b1c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5249bb2b-c4bc-46d2-af80-36f3c6f27f09",
"vfModuleModelCustomizationUUID": "519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c",
"isBase": true,
"artifacts": [
"322f94e4-6cef-44c0-84d0-293e6e6affcb",
"2782b99f-f10a-47a3-9ff7-a415855fce54"
],
"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": ""
}
}
]
2022-09-22T07:00:08.327Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bc84718F1ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5249bb2b-c4bc-46d2-af80-36f3c6f27f09
VfModuleModelInvariantUUID:f716254b-d338-40e4-b94d-580a9e1c3b1c
VfModuleModelDescription:NULL
Artifacts UUID List:{
322f94e4-6cef-44c0-84d0-293e6e6affcb
,
2782b99f-f10a-47a3-9ff7-a415855fce54
}
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
}
2022-09-22T07:00:08.329Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4bc84718F1ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f716254b-d338-40e4-b94d-580a9e1c3b1c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5249bb2b-c4bc-46d2-af80-36f3c6f27f09",
"vfModuleModelCustomizationUUID": "519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c",
"isBase": true,
"artifacts": [
"322f94e4-6cef-44c0-84d0-293e6e6affcb",
"2782b99f-f10a-47a3-9ff7-a415855fce54"
],
"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": ""
}
}
]
2022-09-22T07:00:08.329Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4bc84718F1ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5249bb2b-c4bc-46d2-af80-36f3c6f27f09
VfModuleModelInvariantUUID:f716254b-d338-40e4-b94d-580a9e1c3b1c
VfModuleModelDescription:NULL
Artifacts UUID List:{
322f94e4-6cef-44c0-84d0-293e6e6affcb
,
2782b99f-f10a-47a3-9ff7-a415855fce54
}
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
}
2022-09-22T07:00:08.330Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 322f94e4-6cef-44c0-84d0-293e6e6affcb from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:08.330Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:08.330Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:08.421Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:08.422Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml 322f94e4-6cef-44c0-84d0-293e6e6affcb 20368
2022-09-22T07:00:08.422Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-22T07:00:08.422Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:08.423Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:08.423Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:08.425Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:08.425Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830008422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:08.525Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:08.526Z||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.
2022-09-22T07:00:08.526Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:08.541Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:08.542Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:09.425Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2782b99f-f10a-47a3-9ff7-a415855fce54 from URL: /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:09.428Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-22T07:00:09.429Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:09.526Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-22T07:00:09.526Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env 2782b99f-f10a-47a3-9ff7-a415855fce54 2098
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:00:09.527Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:09.529Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:09.529Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830009526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:09.629Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:09.630Z||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.
2022-09-22T07:00:09.630Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:09.658Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:09.658Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:10.529Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7364e294-6e54-4493-b8be-f29b6800831a
2022-09-22T07:00:10.530Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4bc84718-f1ba 0 928d5030-6609-406a-88e0-3de36cf0a8c2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:00:10.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3528ab7f, org.onap.sdc.toscaparser.api.parameters.Input@606c7e16, org.onap.sdc.toscaparser.api.parameters.Input@1f775c7, org.onap.sdc.toscaparser.api.parameters.Input@500cd65e, org.onap.sdc.toscaparser.api.parameters.Input@200fec73]
2022-09-22T07:00:10.559Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.559Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9a7bc7fb-aa16-4243-9aea-05aedc690098
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a7bc7fb-aa16-4243-9aea-05aedc690098 matches Tosca VF Customization UUID: 9a7bc7fb-aa16-4243-9aea-05aedc690098
2022-09-22T07:00:10.560Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9a7bc7fb-aa16-4243-9aea-05aedc690098 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-22T07:00:10.563Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.563Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.564Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9a7bc7fb-aa16-4243-9aea-05aedc690098: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-22T07:00:10.564Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ffb2114
2022-09-22T07:00:10.564Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.565Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:00:10.565Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c
2022-09-22T07:00:10.565Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 519ebc6b-dfb8-457e-bd29-6c3a4ab4d96c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-22T07:00:10.568Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.568Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.568Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.569Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.569Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.569Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.570Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.570Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:10.570Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:10.571Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:10.572Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.573Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:10.573Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.573Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=da1c9d0e-71d8-43ca-a461-2cbb09b0de91
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.576Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.577Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:10.578Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.579Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6e4367c0-c1c0-496b-a095-f385095b41d0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-22T07:00:10.581Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.582Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.585Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.586Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-22T07:00:10.587Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-22T07:00:10.588Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d6a1c1e-6ed0-46dd-93a8-e0a083ef694f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-22T07:00:10.590Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.591Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Node template vFW 4bc84718-f1ba 0 is matching search criteria
2022-09-22T07:00:10.592Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 4bc84718-f1ba 0] matching following query criteria: sdcType=VF, customizationUUID=9a7bc7fb-aa16-4243-9aea-05aedc690098
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:00:10.593Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.594Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.594Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7364e294-6e54-4493-b8be-f29b6800831a: vFW 4bc84718-f1ba
2022-09-22T07:00:10.594Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.595Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:00:10.596Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-09-22 06-58-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:00:10.597Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-09-22 06-58-54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:00:10.786Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4bc84718-f1ba 928d5030-6609-406a-88e0-3de36cf0a8c2 1 ASDC deployResourceStructure
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json ASDC sendASDCNotification
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:10.787Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:10.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:10.796Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830010787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:10.897Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:10.897Z||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.
2022-09-22T07:00:10.898Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:10.915Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:10.915Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:11.797Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-22T07:00:11.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml
2022-09-22T07:00:11.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:11.798Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:11.800Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:11.800Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830011797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:11.900Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-22T07:00:11.902Z||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.
2022-09-22T07:00:11.902Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:11.921Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:11.922Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:12.801Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-22T07:00:12.802Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env
2022-09-22T07:00:12.802Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:12.802Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:12.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:12.805Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830012801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:12.905Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:12.906Z||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.
2022-09-22T07:00:12.906Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:12.926Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:12.927Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:13.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar ASDC sendASDCNotification
2022-09-22T07:00:13.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar
2022-09-22T07:00:13.806Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:00:13.807Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:00:13.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:00:13.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830013806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:13.909Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:00:13.910Z||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.
2022-09-22T07:00:13.910Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:13.920Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:13.921Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:00:14.809Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
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=?
2022-09-22T07:00:14.819Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
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=?
2022-09-22T07:00:14.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:00:14.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:00:14.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:00:44.821Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
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=?
2022-09-22T07:00:44.837Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
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=?
2022-09-22T07:00:44.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:00:44.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-22T07:00:44.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-22T07:00:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:00:47.558Z||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.
2022-09-22T07:00:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:00:48.207Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:00:48.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829990416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829987956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663829989597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829990416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829987956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663829989597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829990416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829987956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663829989597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829990416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829987956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663829989597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663829999470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663829999852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829990416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829987956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663829989597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663829999470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663829999991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663829999852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829990416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829987956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663829989597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663829999470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663829999991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663829999852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1663829990416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663829987554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663829987956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663829989597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663829999470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663829999991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830002641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663829999852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663830003745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.249Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830003791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663829999470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663829999991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830002641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663829999852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663830004862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.254Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663829999470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663829999991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830002641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663829999852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663830005936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663829999470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663829999991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830002641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663829999852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663830006967,
"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=?
2022-09-22T07:00:48.270Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.270Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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 (?, ?, ?, ?, ?)
2022-09-22T07:00:48.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830007320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663830007289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663829999991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830002641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663830007602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663830007973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "cds",
"timestamp": 1663830008298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-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=?
2022-09-22T07:00:48.287Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.287Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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 (?, ?, ?, ?, ?)
2022-09-22T07:00:48.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830008422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830002641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663830007770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830002641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-22T07:00:48.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663830009047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663830008775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830009526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "policy-id",
"timestamp": 1663830009778,
"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=?
2022-09-22T07:00:48.308Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.308Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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=?
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830010558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830010787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/vfw4bc84718f1ba0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663830011053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830011797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "clamp",
"timestamp": 1663830012056,
"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=?
2022-09-22T07:00:48.321Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.322Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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 (?, ?, ?, ?, ?)
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830012801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/resourceInstances/vfw4bc84718f1ba0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830013806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830014194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830015198,
"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=?
2022-09-22T07:00:48.336Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.336Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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 (?, ?, ?, ?, ?)
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663830015476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220922065854/1.0/artifacts/service-Vfw20220922065854-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:00:48.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "aai-ml",
"timestamp": 1663830016480,
"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=?
2022-09-22T07:00:48.347Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 795b40c5-44e8-4e54-8d88-d8745143e8f0
2022-09-22T07:00:48.348Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 795b40c5-44e8-4e54-8d88-d8745143e8f0 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 (?, ?, ?, ?, ?)
2022-09-22T07:01:14.840Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
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=?
2022-09-22T07:01:14.853Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0
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=?
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:01:14.857Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:01:14.858Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-22T07:01:14.863Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:01:44.863Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0 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=?
2022-09-22T07:01:44.869Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 795b40c5-44e8-4e54-8d88-d8745143e8f0 and serviceModelVersionId: 7364e294-6e54-4493-b8be-f29b6800831a
2022-09-22T07:01:44.869Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a121d029-8a7e-459f-a532-c5ce7cb4683c
2022-09-22T07:01:44.871Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0
2022-09-22T07:01:44.875Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:01:44.928Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?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]}
2022-09-22T07:01:44.929Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0|INFO|500||Invoke
2022-09-22T07:01:44.970Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-22T07:01:45.100Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0|INFO|500||InvokeReturn
2022-09-22T07:01:45.101Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a121d029-8a7e-459f-a532-c5ce7cb4683c/model-vers/model-ver/7364e294-6e54-4493-b8be-f29b6800831a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220922-07:01:44:566-40449], vertex-id=[159952], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:01:44 GMT], Content-Type=[application/json]}
2022-09-22T07:01:45.101Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:01:45.102Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:01:45.102Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:01:45.110Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-22T07:01:45.110Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 795b40c5-44e8-4e54-8d88-d8745143e8f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:01:45.110Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:01:45.111Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:01:45.113Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:01:45.113Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830105110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:01:45.213Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:01:45.213Z||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.
2022-09-22T07:01:45.214Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:01:45.229Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:01:45.230Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-22T07:01:46.125Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:01:46.126Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:01:46.126Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:01:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:01:47.558Z||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.
2022-09-22T07:01:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:01:48.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:01:48.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-22T07:01:48.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "795b40c5-44e8-4e54-8d88-d8745143e8f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830105110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:01:48.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:01:55.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:01:55.703Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:01:55.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:01:55.704Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:02:05.274Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:02:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:02:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:02:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:02:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:02:47.558Z||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.
2022-09-22T07:02:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:02:57.140Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:02:57.152Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:03:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:03:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:03:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:03:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:03:47.557Z||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.
2022-09-22T07:03:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:03:57.148Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:03:57.149Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:04:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:04:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:04:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:04:47.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:04:47.557Z||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.
2022-09-22T07:04:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:04:57.126Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:04:57.136Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:05:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:05:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:05:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:05:47.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:05:47.557Z||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.
2022-09-22T07:05:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:05:57.123Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:05:57.181Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:06:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:06:47.555Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:06:47.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:06:47.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:06:47.557Z||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.
2022-09-22T07:06:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:06:57.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:06:57.118Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:07:47.554Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:07:47.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-22T07:07:47.556Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:07:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:07:47.557Z||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.
2022-09-22T07:07:47.557Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:07:57.117Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:07:57.129Z|795b40c5-44e8-4e54-8d88-d8745143e8f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:08:47.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:08:47.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:08:47.558Z||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.
2022-09-22T07:08:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:08:47.558Z||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.
2022-09-22T07:08:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:08:57.125Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:08:57.132Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:09:47.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:09:47.555Z||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.
2022-09-22T07:09:47.556Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:47.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:09:47.557Z||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.
2022-09-22T07:09:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:48.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:09:48.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ead93e50-b09a-4054-876c-b2ba405274e1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"28493314-0f31-4681-8956-e095708cf43a","serviceDescription":"service","serviceInvariantUUID":"5ce51279-5316-43cf-aecc-4307a4c9bb63","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"03839900-33b7-4289-851c-fcd34bf4cb42","resourceInvariantUUID":"486160af-45f0-4bce-96ba-5eb4a409f38a","resourceCustomizationUUID":"21ef542f-84ad-411b-8fc7-f28e70716d25","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":"NDE4YjA5MmU0NTgzY2ZjMWRkMzAwMTQyODRjNDYzMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9eefc455-2784-450c-a369-c033fbde9445","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmQzYzQxMzkwYjVhZWY3ZDNjZTI3OTFmZjRkYTAzNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc4ea504-7c4c-4c0c-af64-65a76a149419","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:09:48.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:09:48.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:09:48.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663830530417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.196Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:48.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "clamp",
"timestamp": 1663830529597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "clamp",
"timestamp": 1663830529597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:09:48.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1663830530417,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.200Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:48.200Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830587554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "cds",
"timestamp": 1663830539469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "aai-ml",
"timestamp": 1663830539852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "cds",
"timestamp": 1663830539469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:09:48.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "policy-id",
"timestamp": 1663830539991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "aai-ml",
"timestamp": 1663830539852,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:09:48.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "policy-id",
"timestamp": 1663830539991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:09:48.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "aai-ml",
"timestamp": 1663830542714,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "cds",
"timestamp": 1663830542666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830542641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "policy-id",
"timestamp": 1663830542791,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "cds",
"timestamp": 1663830543674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:09:48.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.245Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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 (?, ?, ?, ?, ?)
2022-09-22T07:09:48.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830542641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:09:48.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "policy-id",
"timestamp": 1663830543796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:09:48.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830545437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "policy-id",
"timestamp": 1663830544799,
"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=?
2022-09-22T07:09:48.264Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.265Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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 (?, ?, ?, ?, ?)
2022-09-22T07:09:48.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "aai-ml",
"timestamp": 1663830545934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:09:48.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "aai-ml",
"timestamp": 1663830546938,
"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=?
2022-09-22T07:09:48.283Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.283Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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 (?, ?, ?, ?, ?)
2022-09-22T07:09:48.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830547100,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:09:48.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1663830548105,
"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=?
2022-09-22T07:09:48.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.299Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 and ComponentName SDNC
2022-09-22T07:09:48.300Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
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=?
2022-09-22T07:09:48.301Z||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.
2022-09-22T07:09:48.301Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.311Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "clamp",
"timestamp": 1663830548122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:09:48.312Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663830547956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1663830547956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "clamp",
"timestamp": 1663830551125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:09:48.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-22T07:09:48.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-22T07:09:48.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "clamp",
"timestamp": 1663830552130,
"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=?
2022-09-22T07:09:48.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ead93e50-b09a-4054-876c-b2ba405274e1
2022-09-22T07:09:48.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ead93e50-b09a-4054-876c-b2ba405274e1 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 (?, ?, ?, ?, ?)
2022-09-22T07:09:49.201Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:09:49.201Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:49.204Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:49.204Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830587554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:09:49.304Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:09:49.305Z||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.
2022-09-22T07:09:49.305Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:49.317Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:09:49.318Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-22T07:09:50.205Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "28493314-0f31-4681-8956-e095708cf43a",
"serviceDescription": "service",
"serviceInvariantUUID": "5ce51279-5316-43cf-aecc-4307a4c9bb63",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "21ef542f-84ad-411b-8fc7-f28e70716d25",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "03839900-33b7-4289-851c-fcd34bf4cb42",
"resourceInvariantUUID": "486160af-45f0-4bce-96ba-5eb4a409f38a",
"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": "ZmQzYzQxMzkwYjVhZWY3ZDNjZTI3OTFmZjRkYTAzNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc4ea504-7c4c-4c0c-af64-65a76a149419"
}
],
"workloadContext": "Production"
}
2022-09-22T07:09:50.205Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:09:50.205Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28493314-0f31-4681-8956-e095708cf43a ASDC
2022-09-22T07:09:50.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ead93e50-b09a-4054-876c-b2ba405274e1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:28493314-0f31-4681-8956-e095708cf43a
ServiceInvariantUUID:5ce51279-5316-43cf-aecc-4307a4c9bb63
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:dc4ea504-7c4c-4c0c-af64-65a76a149419
ArtifactChecksum:ZmQzYzQxMzkwYjVhZWY3ZDNjZTI3OTFmZjRkYTAzNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:21ef542f-84ad-411b-8fc7-f28e70716d25
ResourceInvariantUUID:486160af-45f0-4bce-96ba-5eb4a409f38a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:03839900-33b7-4289-851c-fcd34bf4cb42
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-22T07:09:50.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28493314-0f31-4681-8956-e095708cf43a 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=?
2022-09-22T07:09:50.241Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dc4ea504-7c4c-4c0c-af64-65a76a149419 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-22T07:09:50.242Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:09:50.243Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:50.374Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dc4ea504-7c4c-4c0c-af64-65a76a149419 57662
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:50.377Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:09:50.378Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:50.380Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:50.380Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830590377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:09:50.480Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:09:50.481Z||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.
2022-09-22T07:09:50.481Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:50.493Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:09:50.494Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:09:51.380Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:09:51.382Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:09:51.382Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dc4ea504-7c4c-4c0c-af64-65a76a149419, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:51.383Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-22T07:09:51.384Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:51.384Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:51.598Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3302457297272130251/Definitions/service-BasicNetwork-template.yml
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-22T07:09:52.204Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.205Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:09:52.206Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.207Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.208Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.209Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.209Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.209Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:28493314-0f31-4681-8956-e095708cf43a
Model Version:NULL
Model InvariantUuid:5ce51279-5316-43cf-aecc-4307a4c9bb63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:486160af-45f0-4bce-96ba-5eb4a409f38a
Model UUID:10c5e082-3564-492f-ad8e-6fd4c17d0f2a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:21ef542f-84ad-411b-8fc7-f28e70716d25
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-22T07:09:52.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 03839900-33b7-4289-851c-fcd34bf4cb42
2022-09-22T07:09:52.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||No resources found for Service: 28493314-0f31-4681-8956-e095708cf43a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:09:52.277Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||
2022-09-22T07:09:52.277Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 28493314-0f31-4681-8956-e095708cf43a
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 28493314-0f31-4681-8956-e095708cf43a
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-22T07:09:52.278Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:09:52.292Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c3eac55, org.onap.sdc.toscaparser.api.parameters.Input@14c3358a, org.onap.sdc.toscaparser.api.parameters.Input@6bf86851, org.onap.sdc.toscaparser.api.parameters.Input@2b8e5c4, org.onap.sdc.toscaparser.api.parameters.Input@4b2dadc2]
2022-09-22T07:09:52.294Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.294Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 28493314-0f31-4681-8956-e095708cf43a: Generic NeutronNet
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.295Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.296Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.296Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-22T07:09:52.401Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.401Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.401Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:09:52.402Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-22T07:09:52.875Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-22T07:09:52.875Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.876Z|ead93e50-b09a-4054-876c-b2ba405274e1|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
2022-09-22T07:09:52.876Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-22T07:09:52.876Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:09:52.878Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:09:52.878Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830592875,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-22T07:09:52.978Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:09:52.979Z||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.
2022-09-22T07:09:52.979Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:09:52.992Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:09:52.992Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:09:53.879Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ead93e50-b09a-4054-876c-b2ba405274e1
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=?
2022-09-22T07:09:53.911Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ead93e50-b09a-4054-876c-b2ba405274e1
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=?
2022-09-22T07:09:53.914Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:09:53.915Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:09:53.916Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-22T07:09:53.917Z|ead93e50-b09a-4054-876c-b2ba405274e1|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=?
2022-09-22T07:09:53.921Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-22T07:10:23.922Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ead93e50-b09a-4054-876c-b2ba405274e1 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=?
2022-09-22T07:10:23.929Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ead93e50-b09a-4054-876c-b2ba405274e1 and serviceModelVersionId: 28493314-0f31-4681-8956-e095708cf43a
2022-09-22T07:10:23.929Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ce51279-5316-43cf-aecc-4307a4c9bb63
2022-09-22T07:10:23.931Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0
2022-09-22T07:10:23.936Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-22T07:10:23.991Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?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]}
2022-09-22T07:10:23.994Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0|INFO|500||Invoke
2022-09-22T07:10:24.016Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-22T07:10:24.215Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0|INFO|500||InvokeReturn
2022-09-22T07:10:24.216Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce51279-5316-43cf-aecc-4307a4c9bb63/model-vers/model-ver/28493314-0f31-4681-8956-e095708cf43a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220922-07:10:23:601-83003], vertex-id=[213000], Content-Length=[0], Date=[Thu, 22 Sep 2022 07:10:23 GMT], Content-Type=[application/json]}
2022-09-22T07:10:24.216Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-22T07:10:24.218Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-22T07:10:24.218Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-22T07:10:24.249Z|ead93e50-b09a-4054-876c-b2ba405274e1|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)
2022-09-22T07:10:24.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ead93e50-b09a-4054-876c-b2ba405274e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-22T07:10:24.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-22T07:10:24.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:24.252Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:24.252Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830624250,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-22T07:10:24.352Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:24.354Z||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.
2022-09-22T07:10:24.354Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:24.368Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:24.368Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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=?
2022-09-22T07:10:47.554Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:10:47.555Z|ead93e50-b09a-4054-876c-b2ba405274e1|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.
2022-09-22T07:10:47.555Z|ead93e50-b09a-4054-876c-b2ba405274e1|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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:47.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-22T07:10:47.558Z||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.
2022-09-22T07:10:47.558Z||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 HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:47.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:47.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-22T07:10:47.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ead93e50-b09a-4054-876c-b2ba405274e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830587554,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:10:47.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-09-22T07:10:48.235Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:48.237Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-22T07:10:48.237Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b3d850ab-dbd0-4986-ae1b-2cfceae15de7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"de2087b1-8a18-4bc0-a4eb-0188db92c4fc","serviceDescription":"service","serviceInvariantUUID":"0788bd2b-d6ec-4321-b33e-db88eccc7fa7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1031b26-cc91-433e-b556-8ddf1995a6c9","resourceInvariantUUID":"22ba2206-1ba2-496b-aecb-27108ddedf12","resourceCustomizationUUID":"cfc2c836-57d1-4f71-b0a0-38bd8ef343e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZWFjZWMxZGQ2Mzk2OTRkMjc2ZGM2OWNiYjUzNzc3NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d44dac55-e03f-4281-b32c-3e56e35e2aa3","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NjMyZGEyZWY5NmNjOTJjNDgwMzIzYjM2NWZhY2IwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eaa34d2d-9af0-464c-8968-d75bec5432d1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23d96407-647a-42d1-9bfc-b768e03b5fc8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6aa494cf-7adc-4e53-94d1-2248f76dd21e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d839a3d-5f73-4129-b27d-03c8b114bd40","artifactVersion":"2","generatedFromUUID":"23d96407-647a-42d1-9bfc-b768e03b5fc8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDE1M2VkODZhYTVkZTdkNzAwODZkNTE4MjdjMWU0M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9fd53c8d-9757-4a1d-a3a8-3614f5acb53c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODAwMGE4NTQwYWYxZWQyOTM3NTE2ZDYzMGE2OGU3OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1646528f-54c3-453a-a7d3-6a4063296ed4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-22T07:10:48.240Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:48.240Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:48.243Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:48.243Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830647554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:10:48.343Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:48.344Z||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.
2022-09-22T07:10:48.344Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:48.379Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:48.380Z||pool-40-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:49.244Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:49.244Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:49.246Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:49.246Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830647554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-22T07:10:49.346Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:49.347Z||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.
2022-09-22T07:10:49.348Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:49.358Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:49.359Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:50.247Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:50.247Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:50.249Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:50.249Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830647554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-22T07:10:50.349Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:50.350Z||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.
2022-09-22T07:10:50.350Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:50.375Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:50.376Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:51.250Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:51.251Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:51.253Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:51.253Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830647554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:10:51.353Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:51.354Z||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.
2022-09-22T07:10:51.354Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:51.368Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:51.368Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:52.254Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:52.254Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:52.256Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:52.256Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830647554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-22T07:10:52.357Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:10:52.358Z||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.
2022-09-22T07:10:52.358Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:52.370Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:52.370Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:53.257Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:53.258Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:53.259Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:53.259Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830647554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-22T07:10:53.363Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-22T07:10:53.366Z||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.
2022-09-22T07:10:53.366Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:53.377Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:53.378Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:54.261Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-22T07:10:54.261Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:54.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:54.263Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830647554,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-22T07:10:54.363Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-22T07:10:54.364Z||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.
2022-09-22T07:10:54.364Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:54.377Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:54.377Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:55.265Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "de2087b1-8a18-4bc0-a4eb-0188db92c4fc",
"serviceDescription": "service",
"serviceInvariantUUID": "0788bd2b-d6ec-4321-b33e-db88eccc7fa7",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "cfc2c836-57d1-4f71-b0a0-38bd8ef343e9",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e1031b26-cc91-433e-b556-8ddf1995a6c9",
"resourceInvariantUUID": "22ba2206-1ba2-496b-aecb-27108ddedf12",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NjMyZGEyZWY5NmNjOTJjNDgwMzIzYjM2NWZhY2IwYTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eaa34d2d-9af0-464c-8968-d75bec5432d1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "23d96407-647a-42d1-9bfc-b768e03b5fc8",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d839a3d-5f73-4129-b27d-03c8b114bd40",
"generatedFromUUID": "23d96407-647a-42d1-9bfc-b768e03b5fc8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1d839a3d-5f73-4129-b27d-03c8b114bd40",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ODAwMGE4NTQwYWYxZWQyOTM3NTE2ZDYzMGE2OGU3OTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1646528f-54c3-453a-a7d3-6a4063296ed4"
}
],
"workloadContext": "Production"
}
2022-09-22T07:10:55.266Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-22T07:10:55.266Z|ead93e50-b09a-4054-876c-b2ba405274e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de2087b1-8a18-4bc0-a4eb-0188db92c4fc ASDC
2022-09-22T07:10:55.266Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b3d850ab-dbd0-4986-ae1b-2cfceae15de7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:de2087b1-8a18-4bc0-a4eb-0188db92c4fc
ServiceInvariantUUID:0788bd2b-d6ec-4321-b33e-db88eccc7fa7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:1646528f-54c3-453a-a7d3-6a4063296ed4
ArtifactChecksum:ODAwMGE4NTQwYWYxZWQyOTM3NTE2ZDYzMGE2OGU3OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:cfc2c836-57d1-4f71-b0a0-38bd8ef343e9
ResourceInvariantUUID:22ba2206-1ba2-496b-aecb-27108ddedf12
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e1031b26-cc91-433e-b556-8ddf1995a6c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:eaa34d2d-9af0-464c-8968-d75bec5432d1
ArtifactChecksum:NjMyZGEyZWY5NmNjOTJjNDgwMzIzYjM2NWZhY2IwYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:23d96407-647a-42d1-9bfc-b768e03b5fc8
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1d839a3d-5f73-4129-b27d-03c8b114bd40
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:1d839a3d-5f73-4129-b27d-03c8b114bd40
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-22T07:10:55.267Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de2087b1-8a18-4bc0-a4eb-0188db92c4fc 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 (?, ?, ?, ?, ?)
2022-09-22T07:10:55.311Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1646528f-54c3-453a-a7d3-6a4063296ed4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-22T07:10:55.312Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-22T07:10:55.430Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-22T07:10:55.433Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1646528f-54c3-453a-a7d3-6a4063296ed4 74733
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-22T07:10:55.434Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-22T07:10:55.436Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-22T07:10:55.436Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b3d850ab-dbd0-4986-ae1b-2cfceae15de7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1663830655434,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-22T07:10:55.537Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-22T07:10:55.537Z||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.
2022-09-22T07:10:55.538Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HzvqW4tkMfiFJMbp) ...
2022-09-22T07:10:55.548Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-22T07:10:55.548Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-09-22T07:10:56.437Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-22T07:10:56.438Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-22T07:10:56.438Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1646528f-54c3-453a-a7d3-6a4063296ed4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:56.439Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-22T07:10:56.439Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:56.439Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:56.592Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3256999793760591519/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.702Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-22T07:10:57.703Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.704Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.705Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.706Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.707Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-22T07:10:57.708Z|b3d850ab-dbd0-4986-ae1b-2cfceae15de7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery