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-04-28T16:02:25.513Z||main|||||INFO|500||The following profiles are active: basic
2022-04-28T16:02:35.126Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-28T16:02:35.126Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-28T16:02:35.209Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-28T16:02:37.491Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-28T16:02:37.693Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-28T16:02:38.051Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-28T16:02:38.060Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-28T16:02:38.143Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-28T16:02:38.329Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-28T16:02:38.680Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-28T16:02:39.539Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T16:02:41.338Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T16:02:41.380Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-28T16:02:41.889Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T16:02:42.189Z||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-04-28T16:02:43.243Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T16:02:44.186Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-28T16:02:44.202Z||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$$60939c6.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-04-28T16:02:44.203Z||main|||||WARN|500||The sdc end point is not alive
2022-04-28T16:02:46.759Z||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-04-28T16:02:49.487Z||main|||||WARN|500||---
2022-04-28T16:02:49.488Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-28T16:02:49.488Z||main|||||WARN|500||---
2022-04-28T16:02:49.899Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-28T16:02:54.102Z||main|||||INFO|500||Started Application in 33.064 seconds (JVM running for 34.269)
2022-04-28T16:02:54.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T16:02:54.120Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T16:02:54.129Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T16:02:54.202Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T16:02:54.239Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d73794ff-5206-4714-8b85-3dabb160f496 url= /sdc/v1/artifactTypes
2022-04-28T16:02:54.239Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T16:02:54.486Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-28T16:02:54.507Z||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-04-28T16:02:54.529Z||scheduling-1|||||DEBUG|500||create keys
2022-04-28T16:02:54.537Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-28T16:02:55.139Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:02:55.157Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5db10f08-0b49-4f18-964b-c10bf8bad10b url= /sdc/v1/registerForDistribution
2022-04-28T16:02:55.336Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5db10f08-0b49-4f18-964b-c10bf8bad10b url= /sdc/v1/registerForDistribution
2022-04-28T16:02:55.336Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-28T16:02:55.382Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:02:55.384Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:02:55.387Z||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-04-28T16:02:55.388Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:02:55.388Z||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-04-28T16:02:55.388Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:02:55.392Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-28T16:03:06.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:03:06.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:03:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:03:55.348Z||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-04-28T16:03:55.349Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:03:55.384Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:03:55.385Z||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-04-28T16:03:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:04:04.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:04:04.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:04:55.345Z||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-04-28T16:04:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:04:55.384Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:04:55.385Z||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-04-28T16:04:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:05:04.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:05:04.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:05:55.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:05:55.345Z||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-04-28T16:05:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:05:55.383Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:05:55.384Z||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-04-28T16:05:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:06:04.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:06:04.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:06:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:06:55.345Z||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-04-28T16:06:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:06:55.384Z||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-04-28T16:06:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:07:04.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:07:04.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:07:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:07:55.345Z||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-04-28T16:07:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:07:55.384Z||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-04-28T16:07:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:08:04.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:08:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:08:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:08:55.345Z||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-04-28T16:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:08:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:08:55.385Z||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-04-28T16:08:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:09:04.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:09:04.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:09:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:09:55.345Z||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-04-28T16:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:09:55.384Z||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-04-28T16:09:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:10:04.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:10:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:10:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:10:55.346Z||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-04-28T16:10:55.347Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:10:55.385Z||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-04-28T16:10:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:11:04.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:11:04.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:11:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:11:55.345Z||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-04-28T16:11:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:11:55.385Z||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-04-28T16:11:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:12:04.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:12:04.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:12:36.585Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-28T16:12:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:12:55.345Z||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-04-28T16:12:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:12:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:12:55.384Z||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-04-28T16:12:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:13:04.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:13:04.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:13:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:13:55.345Z||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-04-28T16:13:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:13:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:13:55.385Z||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-04-28T16:13:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:14:04.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:14:04.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:14:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:14:55.345Z||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-04-28T16:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:14:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:14:55.384Z||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-04-28T16:14:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:15:04.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:15:04.919Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:15:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:15:55.345Z||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-04-28T16:15:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:15:55.384Z||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-04-28T16:15:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:16:04.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:16:04.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:16:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:16:55.345Z||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-04-28T16:16:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:16:55.384Z||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-04-28T16:16:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:17:04.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:17:04.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:17:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:17:55.344Z||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-04-28T16:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:17:55.384Z||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-04-28T16:17:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:18:04.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:18:04.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:18:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:18:55.345Z||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-04-28T16:18:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:18:55.385Z||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-04-28T16:18:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:19:04.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:19:04.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:19:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:19:55.345Z||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-04-28T16:19:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:19:55.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:19:55.385Z||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-04-28T16:19:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:20:04.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:20:04.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:20:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:20:55.345Z||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-04-28T16:20:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:20:55.384Z||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-04-28T16:20:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:21:04.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:21:04.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:21:55.345Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:21:55.345Z||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-04-28T16:21:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:21:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:21:55.384Z||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-04-28T16:21:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:22:04.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:22:04.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:22:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:22:55.345Z||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-04-28T16:22:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:22:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:22:55.384Z||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-04-28T16:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:23:04.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:23:04.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:23:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:23:55.345Z||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-04-28T16:23:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:23:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:23:55.384Z||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-04-28T16:23:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:24:04.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:24:04.921Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:24:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:24:55.346Z||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-04-28T16:24:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:24:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:24:55.384Z||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-04-28T16:24:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:25:04.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:25:04.917Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:25:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:25:55.345Z||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-04-28T16:25:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:25:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:25:55.384Z||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-04-28T16:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:26:04.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:26:04.916Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:26:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:26:55.345Z||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-04-28T16:26:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:26:55.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:26:55.384Z||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-04-28T16:26:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:27:04.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:27:04.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:27:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:27:55.345Z||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-04-28T16:27:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:27:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:27:55.384Z||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-04-28T16:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:28:04.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:28:04.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:28:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:28:55.345Z||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-04-28T16:28:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:28:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:28:55.384Z||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-04-28T16:28:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:29:04.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:29:04.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:29:55.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:29:55.345Z||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-04-28T16:29:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:29:55.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:29:55.384Z||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-04-28T16:29:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:30:04.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:30:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:30:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:30:55.344Z||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-04-28T16:30:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:30:55.384Z||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-04-28T16:30:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:31:04.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:31:04.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:31:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:31:55.345Z||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-04-28T16:31:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:31:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:31:55.384Z||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-04-28T16:31:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:32:04.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:32:04.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:32:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:32:55.345Z||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-04-28T16:32:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:32:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:32:55.385Z||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-04-28T16:32:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:33:04.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:33:04.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:33:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:33:55.345Z||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-04-28T16:33:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:33:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:33:55.384Z||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-04-28T16:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:34:04.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:34:04.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:34:55.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:34:55.345Z||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-04-28T16:34:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:34:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:34:55.384Z||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-04-28T16:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:35:04.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:35:04.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:35:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:35:55.344Z||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-04-28T16:35:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:35:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:35:55.384Z||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-04-28T16:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:36:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:36:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:36:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:36:55.345Z||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-04-28T16:36:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:36:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:36:55.384Z||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-04-28T16:36:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:37:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:37:04.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:37:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:37:55.345Z||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-04-28T16:37:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:37:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:37:55.384Z||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-04-28T16:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:38:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:38:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:38:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:38:55.345Z||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-04-28T16:38:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:38:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:38:55.384Z||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-04-28T16:38:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:39:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:39:04.918Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:39:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:39:55.345Z||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-04-28T16:39:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:39:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:39:55.384Z||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-04-28T16:39:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:40:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:40:04.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:40:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:40:55.344Z||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-04-28T16:40:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:40:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:40:55.384Z||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-04-28T16:40:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:41:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:41:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:41:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:41:55.344Z||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-04-28T16:41:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:41:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:41:55.384Z||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-04-28T16:41:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:42:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:42:04.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:42:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:42:55.344Z||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-04-28T16:42:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:42:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:42:55.384Z||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-04-28T16:42:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:43:04.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:43:04.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:43:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:43:55.345Z||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-04-28T16:43:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:43:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:43:55.384Z||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-04-28T16:43:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:44:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:44:04.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:44:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:44:55.344Z||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-04-28T16:44:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:44:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:44:55.384Z||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-04-28T16:44:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:45:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:45:04.914Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:45:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:45:55.345Z||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-04-28T16:45:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:45:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:45:55.384Z||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-04-28T16:45:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:46:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:46:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:46:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:46:55.344Z||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-04-28T16:46:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:46:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:46:55.384Z||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-04-28T16:46:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:47:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:47:04.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:47:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:47:55.345Z||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-04-28T16:47:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:47:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:47:55.384Z||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-04-28T16:47:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:48:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:48:04.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:48:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:48:55.344Z||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-04-28T16:48:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:48:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:48:55.384Z||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-04-28T16:48:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:49:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:49:04.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:49:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:49:55.345Z||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-04-28T16:49:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:49:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:49:55.384Z||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-04-28T16:49:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:50:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:50:04.914Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:50:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:50:55.344Z||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-04-28T16:50:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:50:55.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:50:55.384Z||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-04-28T16:50:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:51:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:51:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:51:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:51:55.345Z||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-04-28T16:51:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:51:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:51:55.384Z||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-04-28T16:51:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:52:04.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:52:04.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:52:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:52:55.345Z||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-04-28T16:52:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:52:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:52:55.384Z||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-04-28T16:52:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:53:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:53:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:53:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:53:55.345Z||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-04-28T16:53:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:53:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:53:55.384Z||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-04-28T16:53:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:54:04.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:54:04.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:54:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:54:55.345Z||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-04-28T16:54:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:54:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:54:55.384Z||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-04-28T16:54:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:55:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:55:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:55:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:55:55.345Z||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-04-28T16:55:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:55:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:55:55.384Z||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-04-28T16:55:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:56:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:56:04.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:56:55.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:56:55.346Z||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-04-28T16:56:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:56:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:56:55.384Z||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-04-28T16:56:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:57:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:57:04.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:57:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:57:55.345Z||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-04-28T16:57:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:57:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:57:55.384Z||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-04-28T16:57:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:58:04.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:58:04.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:58:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:58:55.345Z||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-04-28T16:58:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:58:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:58:55.384Z||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-04-28T16:58:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:59:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:59:04.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T16:59:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:59:55.345Z||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-04-28T16:59:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T16:59:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T16:59:55.384Z||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-04-28T16:59:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:00:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:00:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:00:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:00:55.347Z||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-04-28T17:00:55.347Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:00:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:00:55.384Z||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-04-28T17:00:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:01:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:01:04.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:01:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:01:55.345Z||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-04-28T17:01:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:01:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:01:55.384Z||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-04-28T17:01:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:02:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:02:04.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:02:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:02:55.344Z||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-04-28T17:02:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:02:55.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:02:55.384Z||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-04-28T17:02:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:03:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:03:04.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:03:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:03:55.345Z||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-04-28T17:03:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:03:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:03:55.384Z||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-04-28T17:03:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:04:04.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:04:04.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:04:55.344Z||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-04-28T17:04:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:04:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:04:55.384Z||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-04-28T17:04:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:05:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:05:04.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:05:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:05:55.345Z||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-04-28T17:05:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:05:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:05:55.384Z||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-04-28T17:05:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:06:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:06:04.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:06:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:06:55.345Z||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-04-28T17:06:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:06:55.384Z||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-04-28T17:06:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:07:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:07:04.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:07:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:07:55.345Z||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-04-28T17:07:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:07:55.384Z||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-04-28T17:07:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:08:04.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:08:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:08:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:08:55.344Z||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-04-28T17:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:08:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:08:55.384Z||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-04-28T17:08:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:09:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:09:04.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:09:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:09:55.344Z||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-04-28T17:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:09:55.384Z||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-04-28T17:09:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:10:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:10:04.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:10:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:10:55.344Z||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-04-28T17:10:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:10:55.384Z||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-04-28T17:10:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:11:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:11:04.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:11:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:11:55.344Z||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-04-28T17:11:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:11:55.384Z||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-04-28T17:11:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:12:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:12:04.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:12:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:12:55.345Z||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-04-28T17:12:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:12:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:12:55.384Z||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-04-28T17:12:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:13:04.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:13:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:13:55.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:13:55.345Z||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-04-28T17:13:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:13:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:13:55.384Z||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-04-28T17:13:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:14:04.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:14:04.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:14:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:14:55.345Z||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-04-28T17:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:14:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:14:55.384Z||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-04-28T17:14:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:15:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:15:04.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:15:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:15:55.344Z||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-04-28T17:15:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:15:55.384Z||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-04-28T17:15:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:16:04.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:16:04.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:16:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:16:55.344Z||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-04-28T17:16:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:16:55.384Z||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-04-28T17:16:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:17:04.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:17:04.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:17:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:17:55.345Z||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-04-28T17:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:17:55.384Z||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-04-28T17:17:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:18:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:18:04.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:18:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:18:55.345Z||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-04-28T17:18:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:18:55.384Z||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-04-28T17:18:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:19:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:19:04.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:19:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:19:55.345Z||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-04-28T17:19:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:19:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:19:55.384Z||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-04-28T17:19:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:20:04.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:20:04.917Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:20:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:20:55.345Z||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-04-28T17:20:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:20:55.384Z||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-04-28T17:20:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:21:04.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:21:04.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:21:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:21:55.344Z||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-04-28T17:21:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:21:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:21:55.384Z||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-04-28T17:21:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:22:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:22:04.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:22:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:22:55.344Z||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-04-28T17:22:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:22:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:22:55.384Z||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-04-28T17:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:23:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:23:04.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:23:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:23:55.345Z||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-04-28T17:23:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:23:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:23:55.384Z||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-04-28T17:23:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:24:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:24:04.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:24:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:24:55.344Z||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-04-28T17:24:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:24:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:24:55.384Z||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-04-28T17:24:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:25:04.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:25:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:25:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:25:55.344Z||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-04-28T17:25:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:25:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:25:55.384Z||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-04-28T17:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:26:04.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:26:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:26:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:26:55.345Z||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-04-28T17:26:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:26:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:26:55.384Z||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-04-28T17:26:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:27:04.289Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x03_F0x9b0xc3D0xba0xe30xfe0xf70x910xee0x1e0xd80xf8_J>+q0x9emNV0x930xf40x110xf50x9e0x16C0xb10x18]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-28T17:27:04.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:27:04.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:27:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:27:55.345Z||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-04-28T17:27:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:27:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:27:55.384Z||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-04-28T17:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:28:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:28:04.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:28:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:28:55.344Z||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-04-28T17:28:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:28:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:28:55.384Z||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-04-28T17:28:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:29:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:29:04.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:29:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:29:55.344Z||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-04-28T17:29:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:29:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:29:55.384Z||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-04-28T17:29:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:30:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:30:04.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:30:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:30:55.344Z||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-04-28T17:30:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:30:55.384Z||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-04-28T17:30:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:31:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:31:04.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:31:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:31:55.345Z||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-04-28T17:31:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:31:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:31:55.384Z||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-04-28T17:31:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:32:04.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:32:04.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:32:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:32:55.344Z||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-04-28T17:32:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:32:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:32:55.384Z||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-04-28T17:32:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:33:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:33:04.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:33:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:33:55.344Z||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-04-28T17:33:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:33:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:33:55.384Z||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-04-28T17:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:34:04.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:34:04.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:34:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:34:55.344Z||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-04-28T17:34:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:34:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:34:55.384Z||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-04-28T17:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:35:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:35:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:35:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:35:55.344Z||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-04-28T17:35:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:35:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:35:55.384Z||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-04-28T17:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:36:04.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:36:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:36:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:36:55.344Z||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-04-28T17:36:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:36:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:36:55.384Z||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-04-28T17:36:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:37:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:37:04.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:37:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:37:55.344Z||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-04-28T17:37:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:37:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:37:55.384Z||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-04-28T17:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:38:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:38:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:38:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:38:55.344Z||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-04-28T17:38:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:38:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:38:55.384Z||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-04-28T17:38:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:39:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:39:04.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:39:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:39:55.346Z||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-04-28T17:39:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:39:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:39:55.384Z||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-04-28T17:39:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:40:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:40:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:40:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:40:55.345Z||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-04-28T17:40:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:40:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:40:55.384Z||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-04-28T17:40:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:41:04.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:41:04.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:41:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:41:55.344Z||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-04-28T17:41:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:41:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:41:55.384Z||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-04-28T17:41:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:42:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:42:04.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:42:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:42:55.345Z||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-04-28T17:42:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:42:55.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:42:55.384Z||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-04-28T17:42:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:43:04.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:43:04.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:43:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:43:55.344Z||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-04-28T17:43:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:43:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:43:55.384Z||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-04-28T17:43:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:44:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:44:04.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:44:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:44:55.346Z||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-04-28T17:44:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:44:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:44:55.384Z||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-04-28T17:44:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:45:04.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:45:04.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:45:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:45:55.344Z||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-04-28T17:45:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:45:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:45:55.384Z||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-04-28T17:45:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:46:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:46:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:46:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:46:55.345Z||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-04-28T17:46:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:46:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:46:55.384Z||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-04-28T17:46:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:47:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:47:04.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:47:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:47:55.344Z||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-04-28T17:47:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:47:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:47:55.384Z||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-04-28T17:47:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:48:04.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:48:04.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:48:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:48:55.345Z||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-04-28T17:48:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:48:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:48:55.384Z||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-04-28T17:48:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:49:04.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:49:04.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:49:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:49:55.344Z||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-04-28T17:49:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:49:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:49:55.384Z||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-04-28T17:49:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:50:04.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:50:04.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:50:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:50:55.345Z||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-04-28T17:50:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:50:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:50:55.384Z||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-04-28T17:50:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:51:04.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:51:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:51:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:51:55.344Z||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-04-28T17:51:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:51:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:51:55.384Z||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-04-28T17:51:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:52:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:52:04.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:52:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:52:55.344Z||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-04-28T17:52:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:52:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:52:55.384Z||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-04-28T17:52:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:53:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:53:04.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:53:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:53:55.345Z||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-04-28T17:53:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:53:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:53:55.384Z||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-04-28T17:53:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:54:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:54:04.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:54:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:54:55.345Z||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-04-28T17:54:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:54:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:54:55.384Z||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-04-28T17:54:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:55:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:55:04.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:55:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:55:55.344Z||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-04-28T17:55:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:55:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:55:55.384Z||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-04-28T17:55:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:56:04.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:56:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:56:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:56:55.344Z||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-04-28T17:56:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:56:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:56:55.384Z||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-04-28T17:56:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:57:04.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:57:04.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:57:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:57:55.344Z||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-04-28T17:57:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:57:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:57:55.384Z||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-04-28T17:57:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:58:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:58:04.918Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:58:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:58:55.344Z||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-04-28T17:58:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:58:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:58:55.384Z||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-04-28T17:58:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:59:04.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:59:04.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T17:59:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:59:55.345Z||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-04-28T17:59:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T17:59:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T17:59:55.384Z||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-04-28T17:59:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:00:04.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:00:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:00:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:00:55.344Z||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-04-28T18:00:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:00:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:00:55.384Z||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-04-28T18:00:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:01:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:01:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:01:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:01:55.344Z||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-04-28T18:01:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:01:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:01:55.384Z||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-04-28T18:01:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:02:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:02:04.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:02:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:02:55.344Z||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-04-28T18:02:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:02:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:02:55.384Z||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-04-28T18:02:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:03:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:03:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:03:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:03:55.344Z||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-04-28T18:03:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:03:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:03:55.384Z||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-04-28T18:03:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:04:04.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:04:04.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:04:55.344Z||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-04-28T18:04:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:04:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:04:55.384Z||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-04-28T18:04:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:05:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:05:04.910Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:05:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:05:55.344Z||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-04-28T18:05:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:05:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:05:55.384Z||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-04-28T18:05:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:06:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:06:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:06:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:06:55.344Z||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-04-28T18:06:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:06:55.384Z||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-04-28T18:06:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:07:04.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:07:04.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:07:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:07:55.345Z||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-04-28T18:07:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:07:55.384Z||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-04-28T18:07:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:08:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:08:04.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:08:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:08:55.345Z||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-04-28T18:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:08:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:08:55.384Z||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-04-28T18:08:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:09:04.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:09:04.916Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:09:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:09:55.345Z||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-04-28T18:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:09:55.384Z||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-04-28T18:09:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:10:04.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:10:04.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:10:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:10:55.345Z||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-04-28T18:10:55.346Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:10:55.384Z||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-04-28T18:10:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:11:04.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:11:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:11:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:11:55.345Z||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-04-28T18:11:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:11:55.384Z||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-04-28T18:11:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:12:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:12:04.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:12:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:12:55.345Z||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-04-28T18:12:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:12:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:12:55.384Z||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-04-28T18:12:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:13:04.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:13:04.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:13:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:13:55.344Z||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-04-28T18:13:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:13:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:13:55.384Z||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-04-28T18:13:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:14:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:14:04.915Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:14:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:14:55.344Z||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-04-28T18:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:14:55.384Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:14:55.384Z||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-04-28T18:14:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:15:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:15:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:15:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:15:55.344Z||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-04-28T18:15:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:15:55.384Z||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-04-28T18:15:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:16:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:16:04.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:16:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:16:55.344Z||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-04-28T18:16:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:16:55.384Z||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-04-28T18:16:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:17:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:17:04.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:17:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:17:55.344Z||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-04-28T18:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:17:55.384Z||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-04-28T18:17:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:18:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:18:04.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:18:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:18:55.344Z||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-04-28T18:18:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:18:55.384Z||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-04-28T18:18:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:19:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:19:04.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:19:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:19:55.344Z||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-04-28T18:19:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:19:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:19:55.384Z||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-04-28T18:19:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:20:04.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:20:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:20:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:20:55.344Z||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-04-28T18:20:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:20:55.384Z||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-04-28T18:20:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:21:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:21:04.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:21:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:21:55.344Z||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-04-28T18:21:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:21:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:21:55.384Z||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-04-28T18:21:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:22:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:22:04.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:22:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:22:55.344Z||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-04-28T18:22:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:22:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:22:55.384Z||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-04-28T18:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:23:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:23:04.910Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:23:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:23:55.345Z||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-04-28T18:23:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:23:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:23:55.384Z||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-04-28T18:23:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:24:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:24:04.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:24:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:24:55.344Z||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-04-28T18:24:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:24:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:24:55.384Z||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-04-28T18:24:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:25:04.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:25:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:25:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:25:55.344Z||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-04-28T18:25:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:25:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:25:55.384Z||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-04-28T18:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:26:04.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:26:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:26:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:26:55.344Z||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-04-28T18:26:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:26:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:26:55.384Z||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-04-28T18:26:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:27:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:27:04.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:27:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:27:55.345Z||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-04-28T18:27:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:27:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:27:55.384Z||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-04-28T18:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:28:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:28:04.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:28:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:28:55.344Z||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-04-28T18:28:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:28:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:28:55.384Z||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-04-28T18:28:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:29:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:29:04.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:29:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:29:55.344Z||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-04-28T18:29:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:29:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:29:55.384Z||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-04-28T18:29:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:30:04.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:30:04.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:30:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:30:55.344Z||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-04-28T18:30:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:30:55.384Z||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-04-28T18:30:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:31:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:31:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:31:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:31:55.344Z||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-04-28T18:31:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:31:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:31:55.384Z||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-04-28T18:31:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:32:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:32:04.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:32:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:32:55.344Z||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-04-28T18:32:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:32:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:32:55.384Z||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-04-28T18:32:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:33:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:33:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:33:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:33:55.344Z||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-04-28T18:33:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:33:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:33:55.384Z||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-04-28T18:33:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:34:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:34:04.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:34:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:34:55.344Z||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-04-28T18:34:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:34:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:34:55.384Z||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-04-28T18:34:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:35:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:35:04.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:35:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:35:55.344Z||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-04-28T18:35:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:35:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:35:55.384Z||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-04-28T18:35:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:36:04.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:36:04.911Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:36:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:36:55.344Z||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-04-28T18:36:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:36:55.384Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:36:55.384Z||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-04-28T18:36:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:37:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:37:04.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:37:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:37:55.345Z||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-04-28T18:37:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:37:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:37:55.384Z||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-04-28T18:37:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:38:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:38:04.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:38:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:38:55.344Z||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-04-28T18:38:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:38:55.384Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:38:55.384Z||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-04-28T18:38:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:39:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:39:04.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:39:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:39:55.345Z||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-04-28T18:39:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:39:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:39:55.384Z||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-04-28T18:39:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:40:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:40:04.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:40:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:40:55.345Z||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-04-28T18:40:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:40:55.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:40:55.384Z||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-04-28T18:40:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:41:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:41:04.916Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:41:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:41:55.344Z||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-04-28T18:41:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:41:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:41:55.384Z||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-04-28T18:41:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:42:04.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:42:04.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:42:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:42:55.345Z||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-04-28T18:42:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:42:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:42:55.384Z||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-04-28T18:42:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:43:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:43:04.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:43:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:43:55.344Z||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-04-28T18:43:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:43:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:43:55.384Z||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-04-28T18:43:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:44:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:44:04.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:44:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:44:55.344Z||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-04-28T18:44:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:44:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:44:55.384Z||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-04-28T18:44:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:45:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:45:04.910Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:45:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:45:55.344Z||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-04-28T18:45:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:45:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:45:55.384Z||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-04-28T18:45:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:46:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:46:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:46:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:46:55.344Z||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-04-28T18:46:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:46:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:46:55.384Z||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-04-28T18:46:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:47:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:47:04.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:47:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:47:55.344Z||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-04-28T18:47:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:47:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:47:55.384Z||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-04-28T18:47:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:48:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:48:04.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:48:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:48:55.344Z||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-04-28T18:48:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:48:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:48:55.384Z||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-04-28T18:48:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:49:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:49:04.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:49:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:49:55.344Z||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-04-28T18:49:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:49:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:49:55.384Z||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-04-28T18:49:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:50:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:50:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:50:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:50:55.344Z||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-04-28T18:50:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:50:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:50:55.384Z||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-04-28T18:50:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:51:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:51:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:51:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:51:55.344Z||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-04-28T18:51:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:51:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:51:55.384Z||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-04-28T18:51:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:52:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:52:04.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:52:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:52:55.344Z||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-04-28T18:52:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:52:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:52:55.384Z||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-04-28T18:52:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:53:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:53:04.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:53:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:53:55.344Z||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-04-28T18:53:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:53:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:53:55.384Z||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-04-28T18:53:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:54:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:54:04.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:54:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:54:55.344Z||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-04-28T18:54:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:54:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:54:55.384Z||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-04-28T18:54:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:55:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:55:04.914Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:55:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:55:55.344Z||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-04-28T18:55:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:55:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:55:55.384Z||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-04-28T18:55:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:56:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:56:04.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:56:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:56:55.344Z||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-04-28T18:56:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:56:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:56:55.384Z||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-04-28T18:56:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:57:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:57:04.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:57:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:57:55.344Z||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-04-28T18:57:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:57:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:57:55.384Z||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-04-28T18:57:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:58:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:58:04.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:58:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:58:55.344Z||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-04-28T18:58:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:58:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:58:55.384Z||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-04-28T18:58:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:59:04.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:59:04.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T18:59:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:59:55.344Z||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-04-28T18:59:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T18:59:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T18:59:55.384Z||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-04-28T18:59:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:00:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:00:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:00:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:00:55.345Z||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-04-28T19:00:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:00:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:00:55.384Z||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-04-28T19:00:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:01:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:01:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:01:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:01:55.344Z||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-04-28T19:01:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:01:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:01:55.384Z||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-04-28T19:01:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:02:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:02:04.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:02:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:02:55.344Z||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-04-28T19:02:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:02:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:02:55.384Z||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-04-28T19:02:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:03:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:03:04.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:03:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:03:55.344Z||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-04-28T19:03:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:03:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:03:55.384Z||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-04-28T19:03:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:04:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:04:04.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:04:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:04:55.345Z||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-04-28T19:04:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:04:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:04:55.384Z||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-04-28T19:04:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:05:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:05:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:05:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:05:55.345Z||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-04-28T19:05:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:05:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:05:55.384Z||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-04-28T19:05:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:06:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:06:04.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:06:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:06:55.345Z||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-04-28T19:06:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:06:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:06:55.384Z||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-04-28T19:06:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:07:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:07:04.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:07:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:07:55.344Z||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-04-28T19:07:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:07:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:07:55.384Z||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-04-28T19:07:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:08:04.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:08:04.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:08:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:08:55.345Z||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-04-28T19:08:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:08:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:08:55.384Z||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-04-28T19:08:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:09:04.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:09:04.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:09:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:09:55.345Z||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-04-28T19:09:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:09:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:09:55.384Z||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-04-28T19:09:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:10:04.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:10:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:10:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:10:55.344Z||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-04-28T19:10:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:10:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:10:55.384Z||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-04-28T19:10:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:11:04.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:11:04.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:11:55.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:11:55.344Z||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-04-28T19:11:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:11:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:11:55.384Z||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-04-28T19:11:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:12:04.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:12:04.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:12:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:12:55.344Z||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-04-28T19:12:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:12:55.384Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:12:55.384Z||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-04-28T19:12:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:13:04.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:13:04.912Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:13:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:13:55.344Z||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-04-28T19:13:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:13:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:13:55.384Z||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-04-28T19:13:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:14:04.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:14:04.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:14:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:14:55.345Z||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-04-28T19:14:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:14:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:14:55.384Z||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-04-28T19:14:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:15:04.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:15:04.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:15:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:15:55.344Z||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-04-28T19:15:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:15:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:15:55.384Z||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-04-28T19:15:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:16:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:16:04.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:16:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:16:55.344Z||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-04-28T19:16:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:16:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:16:55.384Z||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-04-28T19:16:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:17:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:17:04.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:17:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:17:55.344Z||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-04-28T19:17:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:17:55.383Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:17:55.384Z||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-04-28T19:17:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:18:04.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:18:04.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:18:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:18:55.344Z||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-04-28T19:18:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:18:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:18:55.384Z||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-04-28T19:18:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:19:04.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:19:04.910Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:19:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:19:55.344Z||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-04-28T19:19:55.345Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:19:55.383Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:19:55.384Z||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-04-28T19:19:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:04.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:04.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:55.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:20:55.344Z||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-04-28T19:20:55.344Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:20:55.384Z||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-04-28T19:20:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:55.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:55.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T19:20:55.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2adae013-a9f6-4505-9424-d0e321973af3","serviceName":"vFW 2022-04-28 19-18-24","serviceVersion":"1.0","serviceUUID":"0737c00c-7fa4-4911-a7f4-55980aa14d98","serviceDescription":"catalog service description","serviceInvariantUUID":"98206123-f529-48b9-90e8-b0175ad62663","resources":[{"resourceInstanceName":"vFW 7de83e10-097f 0","resourceName":"vFW 7de83e10-097f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdd022b6-94a2-41bf-8b09-33dc782cba18","resourceInvariantUUID":"db61381a-dafe-44fc-a792-8d17c5d6e007","resourceCustomizationUUID":"9cf01f04-5753-42e5-a00f-d6a2ce2a11d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDVmMTEyMjMxYzBmOGYyOGFiZDBlMGY4NzdmMGE5NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2622d18-b0b0-48c5-b1b8-6f1e6e7a3c9a","artifactVersion":"1"},{"artifactName":"vfw7de83e10097f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json","artifactChecksum":"MWM0NGY1ZWNkYTEwNTc2OWVlNzJmZDQ4ODc4Y2VjMmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d80471b-f31f-4fa1-be4b-4fdae645248c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21af7cf2-d249-4708-949e-cd033781e32d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjI4ZWQyOTZlZmNkZWYxNDhkMzYzNWUwYjVjN2FjOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76aa9734-efcd-44a9-979b-2660c5f34c52","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72765f87-3318-49f8-8163-091b7e6782ef","artifactVersion":"2","generatedFromUUID":"21af7cf2-d249-4708-949e-cd033781e32d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428191824-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml","artifactChecksum":"NzhiODk3NTZlZmI1OWE2YmIzNzQ1MzJkNTZjZjM4Nzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"caa92ec3-745d-485f-aa27-dd840885061c","artifactVersion":"1"},{"artifactName":"service-Vfw20220428191824-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar","artifactChecksum":"OTA2MTJmMDY3OWYxNjU1YTYxMDcyMDM4ZWMzOTQxYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b268c180-07e9-4cf9-98af-c166924a38e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:20:55.971Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:55.977Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:55.988Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:55.988Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.001Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:56.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173645575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "ves-openapi-manager",
"timestamp": 1651173642879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173642327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173645575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "ves-openapi-manager",
"timestamp": 1651173642879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173642327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173645575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:20:56.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "ves-openapi-manager",
"timestamp": 1651173642879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173642327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173645575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "ves-openapi-manager",
"timestamp": 1651173642879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173642327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173652340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173645575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "ves-openapi-manager",
"timestamp": 1651173642879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173642327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173652340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173645575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "ves-openapi-manager",
"timestamp": 1651173642879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173642327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173652340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173645575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "ves-openapi-manager",
"timestamp": 1651173642879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173642327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:20:56.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:20:56.089Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-28T19:20:56.093Z||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-04-28T19:20:56.093Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:56.102Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:56.103Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:20:56.993Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:56.994Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:56.996Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:56.996Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:20:57.097Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:20:57.098Z||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-04-28T19:20:57.098Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:57.108Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:57.108Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:20:57.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:57.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:58.000Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:58.000Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:20:58.101Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:20:58.101Z||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-04-28T19:20:58.101Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:58.112Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:58.112Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:20:59.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:20:59.002Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:20:59.005Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:20:59.005Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:20:59.105Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:20:59.106Z||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-04-28T19:20:59.106Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:20:59.115Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:20:59.115Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:00.005Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:21:00.007Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:00.009Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:00.009Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:21:00.110Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:00.110Z||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-04-28T19:21:00.111Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:00.121Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:00.121Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:01.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:21:01.011Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:01.013Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:01.013Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:21:01.113Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:01.114Z||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-04-28T19:21:01.114Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:01.125Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:01.125Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:02.013Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:21:02.014Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:02.016Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:02.016Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:21:02.116Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:02.117Z||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-04-28T19:21:02.117Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:02.127Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:02.128Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:03.018Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"serviceName": "vFW 2022-04-28 19-18-24",
"serviceVersion": "1.0",
"serviceUUID": "0737c00c-7fa4-4911-a7f4-55980aa14d98",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "98206123-f529-48b9-90e8-b0175ad62663",
"resources": [
{
"resourceInstanceName": "vFW 7de83e10-097f 0",
"resourceCustomizationUUID": "9cf01f04-5753-42e5-a00f-d6a2ce2a11d9",
"resourceName": "vFW 7de83e10-097f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cdd022b6-94a2-41bf-8b09-33dc782cba18",
"resourceInvariantUUID": "db61381a-dafe-44fc-a792-8d17c5d6e007",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7de83e10097f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"artifactChecksum": "MWM0NGY1ZWNkYTEwNTc2OWVlNzJmZDQ4ODc4Y2VjMmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d80471b-f31f-4fa1-be4b-4fdae645248c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "21af7cf2-d249-4708-949e-cd033781e32d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72765f87-3318-49f8-8163-091b7e6782ef",
"generatedFromUUID": "21af7cf2-d249-4708-949e-cd033781e32d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72765f87-3318-49f8-8163-091b7e6782ef",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220428191824-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"artifactChecksum": "OTA2MTJmMDY3OWYxNjU1YTYxMDcyMDM4ZWMzOTQxYmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b268c180-07e9-4cf9-98af-c166924a38e6"
}
],
"workloadContext": "Production"
}
2022-04-28T19:21:03.019Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:21:03.020Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0737c00c-7fa4-4911-a7f4-55980aa14d98 ASDC
2022-04-28T19:21:03.096Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2adae013-a9f6-4505-9424-d0e321973af3
ServiceName:vFW 2022-04-28 19-18-24
ServiceVersion:1.0
ServiceUUID:0737c00c-7fa4-4911-a7f4-55980aa14d98
ServiceInvariantUUID:98206123-f529-48b9-90e8-b0175ad62663
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428191824-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
ArtifactUUID:b268c180-07e9-4cf9-98af-c166924a38e6
ArtifactChecksum:OTA2MTJmMDY3OWYxNjU1YTYxMDcyMDM4ZWMzOTQxYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7de83e10-097f 0
ResourceCustomizationUUID:9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
ResourceInvariantUUID:db61381a-dafe-44fc-a792-8d17c5d6e007
ResourceName:vFW 7de83e10-097f
ResourceType:VF
ResourceUUID:cdd022b6-94a2-41bf-8b09-33dc782cba18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7de83e10097f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
ArtifactUUID:8d80471b-f31f-4fa1-be4b-4fdae645248c
ArtifactChecksum:MWM0NGY1ZWNkYTEwNTc2OWVlNzJmZDQ4ODc4Y2VjMmE=
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/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
ArtifactUUID:21af7cf2-d249-4708-949e-cd033781e32d
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/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
ArtifactUUID:72765f87-3318-49f8-8163-091b7e6782ef
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/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
ArtifactUUID:72765f87-3318-49f8-8163-091b7e6782ef
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-28T19:21:03.096Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0737c00c-7fa4-4911-a7f4-55980aa14d98 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-04-28T19:21:03.272Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:21:03.272Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:21:03.273Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:21:03.273Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b268c180-07e9-4cf9-98af-c166924a38e6 from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:03.273Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:03.274Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:03.460Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:03.479Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar b268c180-07e9-4cf9-98af-c166924a38e6 98983
2022-04-28T19:21:03.480Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar ASDC sendASDCNotification
2022-04-28T19:21:03.480Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:03.481Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:03.481Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:03.483Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:03.483Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173663479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:21:03.583Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:03.584Z||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-04-28T19:21:03.584Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:03.596Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:03.596Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:04.485Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:21:04.485Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:21:04.486Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b268c180-07e9-4cf9-98af-c166924a38e6, URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar to file: /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:04.486Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428191824-csar.csar
2022-04-28T19:21:04.546Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:04.546Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:05.110Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3507092703078427452/Definitions/service-Vfw20220428191824-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T19:21:07.725Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.730Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7de83e10-097f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|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-Vfw20220428191824-csar.csar
2022-04-28T19:21:07.731Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:21:07.737Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.739Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.741Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.742Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:21:07.743Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:21:07.744Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.745Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.747Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:07.748Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.749Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:21:07.750Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.750Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.750Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=356f0dba-a8f3-4911-9b7a-5f3f9ce374fd
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57a4ebc5-020d-476c-8b37-0a52ab3283e4
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:07.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.772Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:21:07.773Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=314ed6a6-454b-47d9-8d35-482e4cbca801
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.774Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:07.775Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:07.775Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-28 19-18-24
Description:catalog service description
Model UUID:0737c00c-7fa4-4911-a7f4-55980aa14d98
Model Version:NULL
Model InvariantUuid:98206123-f529-48b9-90e8-b0175ad62663
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7de83e10-097f
Model UUID:e94d75b8-cb37-46bd-aa7d-c380e5dff43b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:db61381a-dafe-44fc-a792-8d17c5d6e007
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:60bd1a42-9b1c-43c1-b65c-d44c52d0942a
ModelName:Vfw7de83e10097f..base_vfw..module-0
ModelUuid:9b0dff9b-0c71-4ced-badd-9636777f6d11
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:356f0dba-a8f3-4911-9b7a-5f3f9ce374fd
ModelInvariantUuid:42968d16-7b06-488e-82b5-a9c7cefb48b5
ModelName:vFW 7de83e10-097f-nodes.vfwCvfc
ModelUuid:c3f020fa-ace9-451a-987c-15c5beb14562
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:531d16d1-1d87-4fbf-b1c8-b8824cf00e18
ModelInvariantUuid:c9d9ed85-b4d0-4cde-90a7-310249555aa3
ModelName:Vfw7de83e10097f.compute.nodes.heat.vfw
ModelUuid:06ca2544-1378-40ee-b013-612351647416
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:57a4ebc5-020d-476c-8b37-0a52ab3283e4
ModelInvariantUuid:9ac60f20-626a-455c-af3f-52642874ffb2
ModelName:vFW 7de83e10-097f-nodes.vsnCvfc
ModelUuid:55be8989-616c-4314-9076-c0bbf2f2ad03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a9be0ed2-1211-4092-acf8-cf8d5849cdac
ModelInvariantUuid:48909013-5175-4713-99f9-3aa0df9bfb82
ModelName:Vfw7de83e10097f.compute.nodes.heat.vsn
ModelUuid:b6f90319-3b55-45b8-8dd4-ce0b923a0b8d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:314ed6a6-454b-47d9-8d35-482e4cbca801
ModelInvariantUuid:78f9e579-51d1-4183-b2f9-5b438ee8aa76
ModelName:vFW 7de83e10-097f-nodes.vpgCvfc
ModelUuid:60ffd8af-d97b-41de-9fba-31dc2e75a4be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ba5199dc-ae08-4dc4-b61a-d88a3ff87052
ModelInvariantUuid:e5d9824a-d388-4947-a334-ae45dd46c585
ModelName:Vfw7de83e10097f.compute.nodes.heat.vpg
ModelUuid:d23e00e3-25dd-4b6c-b6c5-5163f82b4a0d
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-04-28T19:21:07.795Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cdd022b6-94a2-41bf-8b09-33dc782cba18
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-04-28T19:21:07.873Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||vFW 7de83e10-097f 0
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdd022b6-94a2-41bf-8b09-33dc782cba18
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d80471b-f31f-4fa1-be4b-4fdae645248c from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:07.878Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:08.246Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:08.247Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json 8d80471b-f31f-4fa1-be4b-4fdae645248c 785
2022-04-28T19:21:08.247Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json ASDC sendASDCNotification
2022-04-28T19:21:08.247Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:08.248Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:08.248Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:08.251Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:08.251Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173668247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:21:08.351Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:08.352Z||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-04-28T19:21:08.352Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:08.363Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:08.363Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:21:09.252Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7de83e10097f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "60bd1a42-9b1c-43c1-b65c-d44c52d0942a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b0dff9b-0c71-4ced-badd-9636777f6d11",
"vfModuleModelCustomizationUUID": "aec08491-9ae3-424a-a95b-1f30042df965",
"isBase": true,
"artifacts": [
"21af7cf2-d249-4708-949e-cd033781e32d",
"72765f87-3318-49f8-8163-091b7e6782ef"
],
"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-04-28T19:21:09.266Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7de83e10097f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b0dff9b-0c71-4ced-badd-9636777f6d11
VfModuleModelInvariantUUID:60bd1a42-9b1c-43c1-b65c-d44c52d0942a
VfModuleModelDescription:NULL
Artifacts UUID List:{
21af7cf2-d249-4708-949e-cd033781e32d
,
72765f87-3318-49f8-8163-091b7e6782ef
}
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-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7de83e10097f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "60bd1a42-9b1c-43c1-b65c-d44c52d0942a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b0dff9b-0c71-4ced-badd-9636777f6d11",
"vfModuleModelCustomizationUUID": "aec08491-9ae3-424a-a95b-1f30042df965",
"isBase": true,
"artifacts": [
"21af7cf2-d249-4708-949e-cd033781e32d",
"72765f87-3318-49f8-8163-091b7e6782ef"
],
"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-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7de83e10097f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b0dff9b-0c71-4ced-badd-9636777f6d11
VfModuleModelInvariantUUID:60bd1a42-9b1c-43c1-b65c-d44c52d0942a
VfModuleModelDescription:NULL
Artifacts UUID List:{
21af7cf2-d249-4708-949e-cd033781e32d
,
72765f87-3318-49f8-8163-091b7e6782ef
}
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-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 21af7cf2-d249-4708-949e-cd033781e32d from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:09.268Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:09.951Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml 21af7cf2-d249-4708-949e-cd033781e32d 20368
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:09.952Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:09.954Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:09.954Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173669952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:21:10.054Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:10.055Z||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-04-28T19:21:10.055Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:10.067Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:10.067Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:10.955Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72765f87-3318-49f8-8163-091b7e6782ef from URL: /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:10.955Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:21:10.956Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:11.362Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:21:11.362Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env 72765f87-3318-49f8-8163-091b7e6782ef 2098
2022-04-28T19:21:11.362Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:21:11.363Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:11.363Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:21:11.363Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:11.365Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:11.365Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173671362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:21:11.465Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:11.466Z||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-04-28T19:21:11.466Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:11.478Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:11.478Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:12.366Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0737c00c-7fa4-4911-a7f4-55980aa14d98
2022-04-28T19:21:12.366Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7de83e10-097f 0 cdd022b6-94a2-41bf-8b09-33dc782cba18 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-04-28T19:21:12.397Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bdd650, org.onap.sdc.toscaparser.api.parameters.Input@5272cacf, org.onap.sdc.toscaparser.api.parameters.Input@4d471d8f, org.onap.sdc.toscaparser.api.parameters.Input@41ebeb5, org.onap.sdc.toscaparser.api.parameters.Input@6cf9e730]
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9 matches Tosca VF Customization UUID: 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
2022-04-28T19:21:12.400Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9 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-04-28T19:21:12.406Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.406Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9cf01f04-5753-42e5-a00f-d6a2ce2a11d9: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c0144aa
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:21:12.407Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aec08491-9ae3-424a-a95b-1f30042df965
2022-04-28T19:21:12.408Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aec08491-9ae3-424a-a95b-1f30042df965
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-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.413Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.414Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.415Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=356f0dba-a8f3-4911-9b7a-5f3f9ce374fd
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-04-28T19:21:12.422Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.422Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.422Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:12.423Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.424Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57a4ebc5-020d-476c-8b37-0a52ab3283e4
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-04-28T19:21:12.426Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.426Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.426Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.427Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:21:12.428Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:21:12.429Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=314ed6a6-454b-47d9-8d35-482e4cbca801
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-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Node template vFW 7de83e10-097f 0 is matching search criteria
2022-04-28T19:21:12.431Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7de83e10-097f 0] matching following query criteria: sdcType=VF, customizationUUID=9cf01f04-5753-42e5-a00f-d6a2ce2a11d9
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-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0737c00c-7fa4-4911-a7f4-55980aa14d98: vFW 7de83e10-097f
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.433Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-18-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:21:12.434Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-28 19-18-24
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-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7de83e10-097f cdd022b6-94a2-41bf-8b09-33dc782cba18 1 ASDC deployResourceStructure
2022-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json ASDC sendASDCNotification
2022-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json
2022-04-28T19:21:12.671Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:12.672Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:12.673Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:12.673Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173672671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T19:21:12.773Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:12.774Z||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-04-28T19:21:12.774Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:12.784Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:12.785Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:13.674Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:13.676Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:13.676Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173673673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-28T19:21:13.776Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:13.777Z||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-04-28T19:21:13.777Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:13.788Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:13.789Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:14.677Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:21:14.678Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env
2022-04-28T19:21:14.678Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:14.678Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:14.680Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:14.680Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173674677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-28T19:21:14.780Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:21:14.781Z||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-04-28T19:21:14.781Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:14.793Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:14.793Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:15.681Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar ASDC sendASDCNotification
2022-04-28T19:21:15.682Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar
2022-04-28T19:21:15.682Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:21:15.682Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:21:15.684Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:21:15.684Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173675681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:21:15.785Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:21:15.785Z||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-04-28T19:21:15.785Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:15.796Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:15.796Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:21:16.685Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:21:16.707Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:21:16.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:21:16.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:21:16.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:21:46.709Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:21:46.721Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:21:46.723Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:21:46.723Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:21:46.723Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:21:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:21:55.384Z||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-04-28T19:21:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:21:55.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:21:55.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:21:55.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173652340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:21:55.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:16.724Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:22:16.734Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:22:16.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:22:16.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:22:16.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:22:46.736Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:22:46.751Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:22:46.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:22:46.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:22:46.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:22:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:22:55.384Z||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-04-28T19:22:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:22:55.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:22:55.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173656248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173656271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173652340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173657256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173657341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173656918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173652340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "policy-id",
"timestamp": 1651173658259,
"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-04-28T19:22:55.923Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173658501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173656918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173652340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173656918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173659601,
"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-04-28T19:22:55.940Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.940Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173656918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651173660604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173660644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173660171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173656918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "cds",
"timestamp": 1651173661660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-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-04-28T19:22:55.955Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173660171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173655344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173656918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173660171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173663479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173656918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173660171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173660171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173664833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173660171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173665651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173660171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173665651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173668247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173665651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173669225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173665651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173669952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651173670229,
"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-04-28T19:22:55.972Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.972Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173665651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173665651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173671362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.980Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173665651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173672671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/vfw7de83e10097f0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173673520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173673673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173674677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/resourceInstances/vfw7de83e10097f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173675681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173677374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173679380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "clamp",
"timestamp": 1651173680384,
"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-04-28T19:22:55.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:55.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173684567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428191824/1.0/artifacts/service-Vfw20220428191824-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:22:55.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "aai-ml",
"timestamp": 1651173685572,
"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-04-28T19:22:56.001Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2adae013-a9f6-4505-9424-d0e321973af3
2022-04-28T19:22:56.001Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:23:16.754Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:23:16.767Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3
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-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:23:16.770Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:23:16.771Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:23:16.778Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:23:46.778Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2adae013-a9f6-4505-9424-d0e321973af3 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-04-28T19:23:46.788Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2adae013-a9f6-4505-9424-d0e321973af3 and serviceModelVersionId: 0737c00c-7fa4-4911-a7f4-55980aa14d98
2022-04-28T19:23:46.788Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98206123-f529-48b9-90e8-b0175ad62663
2022-04-28T19:23:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:23:55.384Z||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-04-28T19:23:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:23:59.045Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0
2022-04-28T19:23:59.153Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:23:59.701Z|2adae013-a9f6-4505-9424-d0e321973af3|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/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?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-04-28T19:23:59.706Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0|INFO|500||Invoke
2022-04-28T19:23:59.991Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-28T19:24:00.752Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0|INFO|500||InvokeReturn
2022-04-28T19:24:00.752Z|2adae013-a9f6-4505-9424-d0e321973af3|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/98206123-f529-48b9-90e8-b0175ad62663/model-vers/model-ver/0737c00c-7fa4-4911-a7f4-55980aa14d98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220428-19:23:59:997-20655], vertex-id=[208936], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:23:59 GMT], Content-Type=[application/json]}
2022-04-28T19:24:00.753Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:24:00.755Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:24:00.755Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:00.759Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:00.765Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2adae013-a9f6-4505-9424-d0e321973af3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:24:00.765Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:24:00.766Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:24:00.767Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:24:00.767Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173840765,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:24:00.868Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:24:00.868Z||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-04-28T19:24:00.869Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:00.880Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:24:00.881Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:24:01.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:24:01.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-28T19:24:01.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2adae013-a9f6-4505-9424-d0e321973af3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651173840765,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:24:01.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T19:24:01.784Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:01.784Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:01.784Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:12.111Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:24:12.111Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:12.112Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:12.112Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:21.641Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:24:21.642Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:21.642Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:21.642Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:31.169Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:24:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:24:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:24:55.383Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:24:55.385Z||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-04-28T19:24:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:25:04.870Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:25:04.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:25:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:25:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:25:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:25:55.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:25:55.384Z||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-04-28T19:25:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:04.876Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:04.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:55.344Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:26:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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-04-28T19:26:55.345Z|2adae013-a9f6-4505-9424-d0e321973af3|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:26:55.384Z||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-04-28T19:26:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:55.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:55.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174005575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651173997340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174002879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174002327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651173997340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174005575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174002879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174002327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174005575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651173997340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174002879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174002327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174005575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651173997340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174002879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174002327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174005575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174002879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651173997340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174002327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174005575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651173997340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174002879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174002327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174005575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174002879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651173997340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:26:55.644Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174002327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174014481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:26:55.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651174014503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:26:55.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:26:55.965Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:55.965Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T19:26:55.965Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb7e4528-b513-4646-bba5-c6bad23af8cd","serviceName":"vFW 2022-04-28 19-25-01","serviceVersion":"1.0","serviceUUID":"7a3a465e-723b-457b-8b6e-f6fef95e4535","serviceDescription":"catalog service description","serviceInvariantUUID":"87b23a6a-8de0-4c26-8e95-2ccd3daa9399","resources":[{"resourceInstanceName":"vFW af4c8914-a880 0","resourceName":"vFW af4c8914-a880","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"882a27a5-f819-4a1e-a7fe-64784fe8b42b","resourceInvariantUUID":"a3152864-28dd-4879-9e92-a2b7d399f79f","resourceCustomizationUUID":"ec5e26ea-3922-43fb-8d9a-565342246234","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml","artifactChecksum":"ODI3ZTVlMzc2M2U0OTAzNTE3YzljZGE0MmFhMjhmNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67a34e3a-2032-48ad-90ad-0efb1f4c440f","artifactVersion":"1"},{"artifactName":"vfwaf4c8914a8800_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json","artifactChecksum":"MzhmYzFhZDk3M2VmOTJlNGIwZThjNGQ2OGQyZmM2ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c7ddc30-de63-4f4b-ad8d-983eea348439","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ba9163c-981e-4668-bf85-abd4aed0b004","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml","artifactChecksum":"MzQwZjNjZjQxMGViODQ2ODE1MWMxYzBjZWRmYTI4YWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56d9f502-2f88-4887-abbb-65879a8f9cdb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8b0e3bce-f738-45e2-aa9a-3808a25c7778","artifactVersion":"2","generatedFromUUID":"5ba9163c-981e-4668-bf85-abd4aed0b004"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428192501-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml","artifactChecksum":"ZDgwYjFjZDExNjIzMDUxODYxOTIxYWUwYjkxNmRkYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dfc3626-5edb-4db0-b438-aab95da06da5","artifactVersion":"1"},{"artifactName":"service-Vfw20220428192501-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar","artifactChecksum":"ZjY5ZjBjN2I4YmJmN2ZlNWQ0ZGIzODliMzkzNDI3ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38485603-77ec-4145-83ce-58d58f2f9f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:26:55.968Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:55.968Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:55.970Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:55.970Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:56.070Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:56.071Z||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-04-28T19:26:56.071Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:56.081Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:56.082Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:56.970Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:56.971Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:56.973Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:56.973Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:26:57.073Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:57.074Z||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-04-28T19:26:57.074Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:57.086Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:57.087Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:57.974Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:57.974Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:57.977Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:57.977Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:26:58.077Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:58.078Z||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-04-28T19:26:58.078Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:58.089Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:58.089Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:58.977Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:58.978Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:58.980Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:58.981Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:26:59.081Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:26:59.082Z||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-04-28T19:26:59.082Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:26:59.092Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:26:59.092Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:26:59.982Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:26:59.982Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:26:59.985Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:26:59.985Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:27:00.085Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:00.086Z||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-04-28T19:27:00.086Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:00.094Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:00.095Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:00.986Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:27:00.987Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:00.989Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:00.989Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:27:01.089Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:01.090Z||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-04-28T19:27:01.090Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:01.100Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:01.100Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:01.989Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:27:01.990Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:01.991Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:01.991Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:27:02.092Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:27:02.093Z||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-04-28T19:27:02.093Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:02.103Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:02.103Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:02.993Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"serviceName": "vFW 2022-04-28 19-25-01",
"serviceVersion": "1.0",
"serviceUUID": "7a3a465e-723b-457b-8b6e-f6fef95e4535",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "87b23a6a-8de0-4c26-8e95-2ccd3daa9399",
"resources": [
{
"resourceInstanceName": "vFW af4c8914-a880 0",
"resourceCustomizationUUID": "ec5e26ea-3922-43fb-8d9a-565342246234",
"resourceName": "vFW af4c8914-a880",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "882a27a5-f819-4a1e-a7fe-64784fe8b42b",
"resourceInvariantUUID": "a3152864-28dd-4879-9e92-a2b7d399f79f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwaf4c8914a8800_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"artifactChecksum": "MzhmYzFhZDk3M2VmOTJlNGIwZThjNGQ2OGQyZmM2ZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c7ddc30-de63-4f4b-ad8d-983eea348439",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5ba9163c-981e-4668-bf85-abd4aed0b004",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b0e3bce-f738-45e2-aa9a-3808a25c7778",
"generatedFromUUID": "5ba9163c-981e-4668-bf85-abd4aed0b004"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8b0e3bce-f738-45e2-aa9a-3808a25c7778",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220428192501-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"artifactChecksum": "ZjY5ZjBjN2I4YmJmN2ZlNWQ0ZGIzODliMzkzNDI3ZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38485603-77ec-4145-83ce-58d58f2f9f9d"
}
],
"workloadContext": "Production"
}
2022-04-28T19:27:02.994Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:27:02.994Z|2adae013-a9f6-4505-9424-d0e321973af3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7a3a465e-723b-457b-8b6e-f6fef95e4535 ASDC
2022-04-28T19:27:02.994Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cb7e4528-b513-4646-bba5-c6bad23af8cd
ServiceName:vFW 2022-04-28 19-25-01
ServiceVersion:1.0
ServiceUUID:7a3a465e-723b-457b-8b6e-f6fef95e4535
ServiceInvariantUUID:87b23a6a-8de0-4c26-8e95-2ccd3daa9399
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428192501-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
ArtifactUUID:38485603-77ec-4145-83ce-58d58f2f9f9d
ArtifactChecksum:ZjY5ZjBjN2I4YmJmN2ZlNWQ0ZGIzODliMzkzNDI3ZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW af4c8914-a880 0
ResourceCustomizationUUID:ec5e26ea-3922-43fb-8d9a-565342246234
ResourceInvariantUUID:a3152864-28dd-4879-9e92-a2b7d399f79f
ResourceName:vFW af4c8914-a880
ResourceType:VF
ResourceUUID:882a27a5-f819-4a1e-a7fe-64784fe8b42b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaf4c8914a8800_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
ArtifactUUID:8c7ddc30-de63-4f4b-ad8d-983eea348439
ArtifactChecksum:MzhmYzFhZDk3M2VmOTJlNGIwZThjNGQ2OGQyZmM2ZjI=
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/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
ArtifactUUID:5ba9163c-981e-4668-bf85-abd4aed0b004
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/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
ArtifactUUID:8b0e3bce-f738-45e2-aa9a-3808a25c7778
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/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
ArtifactUUID:8b0e3bce-f738-45e2-aa9a-3808a25c7778
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-28T19:27:02.994Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a3a465e-723b-457b-8b6e-f6fef95e4535 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-04-28T19:27:03.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 38485603-77ec-4145-83ce-58d58f2f9f9d from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:03.031Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:03.539Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:03.545Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar 38485603-77ec-4145-83ce-58d58f2f9f9d 98992
2022-04-28T19:27:03.546Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar ASDC sendASDCNotification
2022-04-28T19:27:03.546Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:03.546Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:03.547Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:03.548Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:03.548Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174023546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:27:03.649Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:03.649Z||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-04-28T19:27:03.649Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:03.659Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:03.660Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:04.549Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:27:04.550Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:27:04.550Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 38485603-77ec-4145-83ce-58d58f2f9f9d, URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar to file: /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.550Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.551Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.551Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:04.822Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7148948862455070309/Definitions/service-Vfw20220428192501-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T19:27:07.011Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.012Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW af4c8914-a880 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.013Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-Vfw20220428192501-csar.csar
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.014Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.015Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.016Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.017Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.018Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.019Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.020Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.021Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.022Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.023Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=936bac1f-aeaa-4cb8-bfe8-76e80e3d0f03
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.024Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:27:07.025Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e87503c-2a92-497d-a09e-31b7b7ad1e15
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.026Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.027Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:07.028Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=850b20dd-fd9b-4e41-837c-31bf505f7d77
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.029Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:07.030Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-28 19-25-01
Description:catalog service description
Model UUID:7a3a465e-723b-457b-8b6e-f6fef95e4535
Model Version:NULL
Model InvariantUuid:87b23a6a-8de0-4c26-8e95-2ccd3daa9399
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW af4c8914-a880
Model UUID:b3dc9cc7-e5b2-4400-9dfe-b66176f5ac4f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3152864-28dd-4879-9e92-a2b7d399f79f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ec5e26ea-3922-43fb-8d9a-565342246234
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:67652587-138b-4841-9ef5-b2ea2948c591
ModelName:VfwAf4c8914A880..base_vfw..module-0
ModelUuid:ec2ef03a-9b9a-4b3a-94c5-c090a4dba432
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:936bac1f-aeaa-4cb8-bfe8-76e80e3d0f03
ModelInvariantUuid:cc662d1a-05fc-42e0-bbed-f47be2343148
ModelName:vFW af4c8914-a880-nodes.vfwCvfc
ModelUuid:9abf2275-6113-49a2-adfd-087b9e7c643d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:db6f2cae-6272-42ba-a774-d4d372f72a85
ModelInvariantUuid:cede7f10-ccc7-4680-99a0-d9dd87f358f8
ModelName:VfwAf4c8914A880.compute.nodes.heat.vfw
ModelUuid:8d26a64b-24ab-438e-a675-d1633322aec4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2e87503c-2a92-497d-a09e-31b7b7ad1e15
ModelInvariantUuid:44ba7f8e-6937-4fd9-9fa3-f95fe6c3f62e
ModelName:vFW af4c8914-a880-nodes.vsnCvfc
ModelUuid:83a73034-b1e2-46da-8286-e26cfd918071
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:99a75326-ff51-4473-9d8f-c26e66332967
ModelInvariantUuid:8a74b588-5d9b-4a5f-bb43-cf3b8afc511e
ModelName:VfwAf4c8914A880.compute.nodes.heat.vsn
ModelUuid:e5bfa330-812d-44b3-901c-2cf36cfff3b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:850b20dd-fd9b-4e41-837c-31bf505f7d77
ModelInvariantUuid:7df02828-8c5d-4515-a5d6-d4430a2a5532
ModelName:vFW af4c8914-a880-nodes.vpgCvfc
ModelUuid:c0f50023-0e80-4c21-93cd-9564754d8978
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c80be754-07d5-4d7e-ad9c-6d1afadb7e26
ModelInvariantUuid:12d4ac3d-95ca-49b5-9bb3-3178ce49d1fe
ModelName:VfwAf4c8914A880.compute.nodes.heat.vpg
ModelUuid:3fc6ba0f-72e7-464b-81b6-dc259f707390
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-04-28T19:27:07.038Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 882a27a5-f819-4a1e-a7fe-64784fe8b42b
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-04-28T19:27:07.041Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||vFW af4c8914-a880 0
2022-04-28T19:27:07.041Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 882a27a5-f819-4a1e-a7fe-64784fe8b42b
2022-04-28T19:27:07.041Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c7ddc30-de63-4f4b-ad8d-983eea348439 from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:07.042Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:07.042Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:08.137Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json 8c7ddc30-de63-4f4b-ad8d-983eea348439 785
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json ASDC sendASDCNotification
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:08.138Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:08.141Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:08.141Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174028138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:27:08.241Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:08.242Z||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-04-28T19:27:08.242Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:08.252Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:08.252Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:09.141Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAf4c8914A880..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67652587-138b-4841-9ef5-b2ea2948c591",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ec2ef03a-9b9a-4b3a-94c5-c090a4dba432",
"vfModuleModelCustomizationUUID": "4a900f59-fa73-4c4f-96df-254296df08e6",
"isBase": true,
"artifacts": [
"5ba9163c-981e-4668-bf85-abd4aed0b004",
"8b0e3bce-f738-45e2-aa9a-3808a25c7778"
],
"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-04-28T19:27:09.148Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAf4c8914A880..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec2ef03a-9b9a-4b3a-94c5-c090a4dba432
VfModuleModelInvariantUUID:67652587-138b-4841-9ef5-b2ea2948c591
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ba9163c-981e-4668-bf85-abd4aed0b004
,
8b0e3bce-f738-45e2-aa9a-3808a25c7778
}
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-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAf4c8914A880..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67652587-138b-4841-9ef5-b2ea2948c591",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ec2ef03a-9b9a-4b3a-94c5-c090a4dba432",
"vfModuleModelCustomizationUUID": "4a900f59-fa73-4c4f-96df-254296df08e6",
"isBase": true,
"artifacts": [
"5ba9163c-981e-4668-bf85-abd4aed0b004",
"8b0e3bce-f738-45e2-aa9a-3808a25c7778"
],
"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-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAf4c8914A880..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ec2ef03a-9b9a-4b3a-94c5-c090a4dba432
VfModuleModelInvariantUUID:67652587-138b-4841-9ef5-b2ea2948c591
VfModuleModelDescription:NULL
Artifacts UUID List:{
5ba9163c-981e-4668-bf85-abd4aed0b004
,
8b0e3bce-f738-45e2-aa9a-3808a25c7778
}
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-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5ba9163c-981e-4668-bf85-abd4aed0b004 from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:09.150Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:09.151Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:09.946Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml 5ba9163c-981e-4668-bf85-abd4aed0b004 20368
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:09.947Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:09.948Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:09.950Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:09.950Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174029947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:27:10.050Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:10.051Z||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-04-28T19:27:10.051Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:10.065Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:10.070Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:27:10.951Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b0e3bce-f738-45e2-aa9a-3808a25c7778 from URL: /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:10.952Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:27:10.952Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env 8b0e3bce-f738-45e2-aa9a-3808a25c7778 2098
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:11.165Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:27:11.166Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:11.167Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:11.168Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174031165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:27:11.268Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:11.270Z||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-04-28T19:27:11.270Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:11.280Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:11.280Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:12.168Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a3a465e-723b-457b-8b6e-f6fef95e4535
2022-04-28T19:27:12.169Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW af4c8914-a880 0 882a27a5-f819-4a1e-a7fe-64784fe8b42b 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-04-28T19:27:12.189Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36c87570, org.onap.sdc.toscaparser.api.parameters.Input@69f7b970, org.onap.sdc.toscaparser.api.parameters.Input@26783d05, org.onap.sdc.toscaparser.api.parameters.Input@668d188f, org.onap.sdc.toscaparser.api.parameters.Input@131b82db]
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ec5e26ea-3922-43fb-8d9a-565342246234
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec5e26ea-3922-43fb-8d9a-565342246234 matches Tosca VF Customization UUID: ec5e26ea-3922-43fb-8d9a-565342246234
2022-04-28T19:27:12.191Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ec5e26ea-3922-43fb-8d9a-565342246234 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-04-28T19:27:12.193Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.193Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ec5e26ea-3922-43fb-8d9a-565342246234: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e4325e0
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a900f59-fa73-4c4f-96df-254296df08e6
2022-04-28T19:27:12.194Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a900f59-fa73-4c4f-96df-254296df08e6
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-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.196Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.197Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=936bac1f-aeaa-4cb8-bfe8-76e80e3d0f03
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-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:12.199Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.200Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:27:12.201Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.201Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e87503c-2a92-497d-a09e-31b7b7ad1e15
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-04-28T19:27:12.202Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.202Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.202Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.203Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:27:12.204Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=850b20dd-fd9b-4e41-837c-31bf505f7d77
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-04-28T19:27:12.206Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Node template vFW af4c8914-a880 0 is matching search criteria
2022-04-28T19:27:12.207Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW af4c8914-a880 0] matching following query criteria: sdcType=VF, customizationUUID=ec5e26ea-3922-43fb-8d9a-565342246234
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-04-28T19:27:12.209Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a3a465e-723b-457b-8b6e-f6fef95e4535: vFW af4c8914-a880
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.210Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-25-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:27:12.211Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-28 19-25-01
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-04-28T19:27:12.360Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW af4c8914-a880 882a27a5-f819-4a1e-a7fe-64784fe8b42b 1 ASDC deployResourceStructure
2022-04-28T19:27:12.360Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json ASDC sendASDCNotification
2022-04-28T19:27:12.361Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json
2022-04-28T19:27:12.361Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:12.361Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:12.363Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:12.363Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174032360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T19:27:12.463Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:12.464Z||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-04-28T19:27:12.464Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:12.474Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:12.474Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:13.364Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:27:13.365Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml
2022-04-28T19:27:13.365Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:13.365Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:13.367Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:13.367Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174033364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-28T19:27:13.468Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:13.468Z||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-04-28T19:27:13.468Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:13.481Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:13.481Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:14.368Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:27:14.369Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env
2022-04-28T19:27:14.369Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:14.369Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:14.371Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:14.371Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174034368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-28T19:27:14.472Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:27:14.472Z||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-04-28T19:27:14.472Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:14.482Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:14.484Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:15.372Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar ASDC sendASDCNotification
2022-04-28T19:27:15.372Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar
2022-04-28T19:27:15.373Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T19:27:15.373Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:27:15.375Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:27:15.375Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174035372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:27:15.475Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:27:15.476Z||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-04-28T19:27:15.476Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:15.490Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:15.491Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:27:16.375Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:27:16.390Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:27:16.392Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:27:16.392Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:27:16.392Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:27:46.393Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:27:46.407Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:27:46.410Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:27:46.410Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:27:46.411Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:27:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:27:55.384Z||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-04-28T19:27:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:27:55.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:27:55.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:27:55.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "cds",
"timestamp": 1651174015509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-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-04-28T19:27:55.411Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:27:55.411Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:28:16.411Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:28:16.425Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:28:16.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:28:16.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:28:16.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:28:46.429Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:28:46.438Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:28:46.440Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:28:46.440Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:28:46.441Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:28:55.384Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:28:55.385Z||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-04-28T19:28:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:28:55.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:28:55.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:28:55.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174015484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:28:55.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:16.441Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:29:16.451Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:29:16.453Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:29:16.453Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:29:16.453Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:29:46.454Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:29:46.464Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:29:46.468Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:29:46.469Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T19:29:46.469Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T19:29:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:29:55.384Z||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-04-28T19:29:55.385Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:29:55.404Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:29:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174015532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "policy-id",
"timestamp": 1651174016486,
"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-04-28T19:29:55.416Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.416Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174016580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174016918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174017595,
"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-04-28T19:29:55.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174016918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174018597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174016918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174016918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174020171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174016918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174020171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174015344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174016918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174020171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174023546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174016918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174020171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174020171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174025213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174020171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174025651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174020171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174025651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174028097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174028138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174025651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174029100,
"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-04-28T19:29:55.447Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.447Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174025651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174029947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174025651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174031165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174025651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174025651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174032360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/vfwaf4c8914a8800_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174033364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174033482,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174034368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/resourceInstances/vfwaf4c8914a8800/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174035372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174040423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174040845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.455Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "aai-ml",
"timestamp": 1651174041848,
"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-04-28T19:29:55.459Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.459Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174042431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192501/1.0/artifacts/service-Vfw20220428192501-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:29:55.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "clamp",
"timestamp": 1651174043433,
"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-04-28T19:29:55.469Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb7e4528-b513-4646-bba5-c6bad23af8cd
2022-04-28T19:29:55.469Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:30:16.469Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:30:16.482Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd
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-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:30:16.486Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-28T19:30:16.487Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:16.492Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T19:30:46.493Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb7e4528-b513-4646-bba5-c6bad23af8cd 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-04-28T19:30:46.498Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb7e4528-b513-4646-bba5-c6bad23af8cd and serviceModelVersionId: 7a3a465e-723b-457b-8b6e-f6fef95e4535
2022-04-28T19:30:46.498Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87b23a6a-8de0-4c26-8e95-2ccd3daa9399
2022-04-28T19:30:46.499Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0
2022-04-28T19:30:46.507Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T19:30:46.544Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?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-04-28T19:30:46.545Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0|INFO|500||Invoke
2022-04-28T19:30:46.568Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-28T19:30:46.644Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0|INFO|500||InvokeReturn
2022-04-28T19:30:46.645Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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/87b23a6a-8de0-4c26-8e95-2ccd3daa9399/model-vers/model-ver/7a3a465e-723b-457b-8b6e-f6fef95e4535?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220428-19:30:46:574-51631], vertex-id=[413824], Content-Length=[0], Date=[Thu, 28 Apr 2022 19:30:46 GMT], Content-Type=[application/json]}
2022-04-28T19:30:46.645Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-28T19:30:46.646Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-28T19:30:46.646Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:46.650Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:46.650Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb7e4528-b513-4646-bba5-c6bad23af8cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-28T19:30:46.650Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-28T19:30:46.651Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:46.652Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:46.652Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cb7e4528-b513-4646-bba5-c6bad23af8cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174246650,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-28T19:30:46.753Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T19:30:46.753Z||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-04-28T19:30:46.754Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:46.768Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:46.768Z||pool-34-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-04-28T19:30:47.666Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:30:47.666Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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-04-28T19:30:47.666Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:52.050Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:52.051Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-28T19:30:52.051Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"59dc1447-21e6-4e34-bde0-2d829e9a990e","serviceName":"vFW 2022-04-28 19-26-59","serviceVersion":"1.0","serviceUUID":"0203693b-7cec-4909-b476-e60087b62430","serviceDescription":"catalog service description","serviceInvariantUUID":"113f9481-2c26-40b3-bb05-37e913ca57dc","resources":[{"resourceInstanceName":"vFW cf305ccf-11d1 0","resourceName":"vFW cf305ccf-11d1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0910c032-9596-4478-9bf1-8fbd73f23142","resourceInvariantUUID":"e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c","resourceCustomizationUUID":"7d816a6d-748a-4008-be70-c2ed30d72341","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml","artifactChecksum":"YzdhYTYxNGZkNjNhMTcyZjRhMjY0YmY1NjVhOTllNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a51479be-ec87-471c-a172-a60bec890cc8","artifactVersion":"1"},{"artifactName":"vfwcf305ccf11d10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json","artifactChecksum":"ODgzNmY4NjcyMGEwOTliOTkzYWZjNmM3MmMxMWYzMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c28310b7-b4a3-400e-b481-a8fcf055492b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09df72a5-ad75-4ebb-b8a7-6bc4822f4a56","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml","artifactChecksum":"MGFhN2YyYzUyMTNkOGM0MjM5ZjdhNWEwYWE2MThiZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f1d60d7-ada1-4a3c-8c32-6a33b4f9b7db","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d4d3f143-4142-4eb4-99a5-fbc4bd03ed21","artifactVersion":"2","generatedFromUUID":"09df72a5-ad75-4ebb-b8a7-6bc4822f4a56"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428192659-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml","artifactChecksum":"YmNmYTBmYTI0Y2FmY2EyNGU3ZjlmZThjZWU2OTgyNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77766728-8f68-4ed2-9240-41158d893817","artifactVersion":"1"},{"artifactName":"service-Vfw20220428192659-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar","artifactChecksum":"MTA3M2I0OGE3NGY5Nzc0Mzg4YjJkYjk1MjU2ZjkwZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee31e7a8-53de-4965-887b-bca01e1dec92","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T19:30:52.054Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:52.054Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:52.056Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:52.056Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174247665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:52.156Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:52.157Z||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-04-28T19:30:52.157Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:52.166Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:52.166Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:53.057Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:53.058Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:53.059Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:53.060Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174247665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:30:53.160Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:53.160Z||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-04-28T19:30:53.161Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:53.170Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:53.170Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:54.060Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:54.061Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:54.063Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:54.063Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174247665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:30:54.164Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T19:30:54.164Z||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-04-28T19:30:54.164Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:54.175Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:54.175Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:55.064Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:55.065Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:55.067Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:55.067Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174247665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.167Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:55.167Z||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-04-28T19:30:55.167Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:55.177Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:55.178Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:55.383Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T19:30:55.384Z||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-04-28T19:30:55.384Z||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 dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:55.401Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:55.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174105575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174102881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174102340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174102327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174106918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174105575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174102881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174102340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174102327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174106918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174105575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174102881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174102340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174102327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174106918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174105575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174102881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174102340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174102327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174106918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174105575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174102881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174102340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174102327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174110171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174106918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174105575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174102881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174102340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174102327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174110171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174106918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174105575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "ves-openapi-manager",
"timestamp": 1651174102881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174102340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174102327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174110171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174106918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174110171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174114111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174114115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174114245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174110171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174115111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "cds",
"timestamp": 1651174115116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-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-04-28T19:30:55.426Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174115248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174115541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174110171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "policy-id",
"timestamp": 1651174116250,
"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-04-28T19:30:55.438Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.438Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174115651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174110171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174115651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174117761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174117850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174115651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174118776,
"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-04-28T19:30:55.451Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.451Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651174118853,
"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-04-28T19:30:55.459Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.460Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174115651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651174119780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174115651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174115651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174115651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174123438,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174123566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174125445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "clamp",
"timestamp": 1651174126448,
"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-04-28T19:30:55.471Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.471Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174131022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-28T19:30:55.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "aai-ml",
"timestamp": 1651174132025,
"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-04-28T19:30:55.481Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59dc1447-21e6-4e34-bde0-2d829e9a990e
2022-04-28T19:30:55.481Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59dc1447-21e6-4e34-bde0-2d829e9a990e 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-04-28T19:30:56.067Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:56.068Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:56.071Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:56.071Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174247665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T19:30:56.171Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:56.171Z||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-04-28T19:30:56.171Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:56.182Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:56.182Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:57.072Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:57.072Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:57.075Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:57.075Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174247665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T19:30:57.175Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T19:30:57.176Z||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-04-28T19:30:57.177Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:57.187Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:57.187Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:30:58.076Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T19:30:58.077Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:58.079Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:58.079Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174247665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T19:30:58.179Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:58.180Z||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-04-28T19:30:58.180Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:58.192Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:58.192Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-28T19:30:59.081Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"serviceName": "vFW 2022-04-28 19-26-59",
"serviceVersion": "1.0",
"serviceUUID": "0203693b-7cec-4909-b476-e60087b62430",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "113f9481-2c26-40b3-bb05-37e913ca57dc",
"resources": [
{
"resourceInstanceName": "vFW cf305ccf-11d1 0",
"resourceCustomizationUUID": "7d816a6d-748a-4008-be70-c2ed30d72341",
"resourceName": "vFW cf305ccf-11d1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0910c032-9596-4478-9bf1-8fbd73f23142",
"resourceInvariantUUID": "e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcf305ccf11d10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"artifactChecksum": "ODgzNmY4NjcyMGEwOTliOTkzYWZjNmM3MmMxMWYzMzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c28310b7-b4a3-400e-b481-a8fcf055492b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "09df72a5-ad75-4ebb-b8a7-6bc4822f4a56",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d4d3f143-4142-4eb4-99a5-fbc4bd03ed21",
"generatedFromUUID": "09df72a5-ad75-4ebb-b8a7-6bc4822f4a56"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d4d3f143-4142-4eb4-99a5-fbc4bd03ed21",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220428192659-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"artifactChecksum": "MTA3M2I0OGE3NGY5Nzc0Mzg4YjJkYjk1MjU2ZjkwZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee31e7a8-53de-4965-887b-bca01e1dec92"
}
],
"workloadContext": "Production"
}
2022-04-28T19:30:59.081Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T19:30:59.081Z|cb7e4528-b513-4646-bba5-c6bad23af8cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0203693b-7cec-4909-b476-e60087b62430 ASDC
2022-04-28T19:30:59.082Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:59dc1447-21e6-4e34-bde0-2d829e9a990e
ServiceName:vFW 2022-04-28 19-26-59
ServiceVersion:1.0
ServiceUUID:0203693b-7cec-4909-b476-e60087b62430
ServiceInvariantUUID:113f9481-2c26-40b3-bb05-37e913ca57dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428192659-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
ArtifactUUID:ee31e7a8-53de-4965-887b-bca01e1dec92
ArtifactChecksum:MTA3M2I0OGE3NGY5Nzc0Mzg4YjJkYjk1MjU2ZjkwZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf305ccf-11d1 0
ResourceCustomizationUUID:7d816a6d-748a-4008-be70-c2ed30d72341
ResourceInvariantUUID:e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c
ResourceName:vFW cf305ccf-11d1
ResourceType:VF
ResourceUUID:0910c032-9596-4478-9bf1-8fbd73f23142
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf305ccf11d10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
ArtifactUUID:c28310b7-b4a3-400e-b481-a8fcf055492b
ArtifactChecksum:ODgzNmY4NjcyMGEwOTliOTkzYWZjNmM3MmMxMWYzMzg=
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/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
ArtifactUUID:09df72a5-ad75-4ebb-b8a7-6bc4822f4a56
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/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
ArtifactUUID:d4d3f143-4142-4eb4-99a5-fbc4bd03ed21
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/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
ArtifactUUID:d4d3f143-4142-4eb4-99a5-fbc4bd03ed21
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-28T19:30:59.082Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0203693b-7cec-4909-b476-e60087b62430 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-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:30:59.111Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ee31e7a8-53de-4965-887b-bca01e1dec92 from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
2022-04-28T19:30:59.112Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:30:59.112Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
2022-04-28T19:30:59.410Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:30:59.414Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar ee31e7a8-53de-4965-887b-bca01e1dec92 99010
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar ASDC sendASDCNotification
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:30:59.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:30:59.417Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:30:59.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174259415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:30:59.518Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:30:59.518Z||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-04-28T19:30:59.518Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:30:59.528Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:30:59.528Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:00.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T19:31:00.419Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-28T19:31:00.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ee31e7a8-53de-4965-887b-bca01e1dec92, URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/artifacts/service-Vfw20220428192659-csar.csar to file: /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.421Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.421Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:00.806Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4857069342570927348/Definitions/service-Vfw20220428192659-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.380Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf305ccf-11d1 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|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-Vfw20220428192659-csar.csar
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.381Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T19:31:02.382Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:02.383Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.384Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cf305ccf-11d1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.385Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.386Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a879f65f-9a56-4568-91ce-dfe605276490
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.387Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.388Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5697d20a-ec4d-4aef-9855-fbf7f050623a
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vFW cf305ccf-11d1 0 is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T19:31:02.389Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T19:31:02.390Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=12cd8f0c-b53f-4823-9a43-d9b2d6152148
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.391Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.392Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:02.392Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:02.392Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-28 19-26-59
Description:catalog service description
Model UUID:0203693b-7cec-4909-b476-e60087b62430
Model Version:NULL
Model InvariantUuid:113f9481-2c26-40b3-bb05-37e913ca57dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cf305ccf-11d1
Model UUID:dc3bd3d8-83a0-4dd3-b854-fc7e107ac930
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0ab8a5d-5208-4f17-88c5-b3d1c5743b5c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7d816a6d-748a-4008-be70-c2ed30d72341
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8cd18193-7ac8-412e-84ee-f1c32aa0408d
ModelName:VfwCf305ccf11d1..base_vfw..module-0
ModelUuid:39577e28-579d-4092-9c71-aff31941ef69
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a879f65f-9a56-4568-91ce-dfe605276490
ModelInvariantUuid:1ae53b03-a3b0-48f2-987e-064871ed8f75
ModelName:vFW cf305ccf-11d1-nodes.vfwCvfc
ModelUuid:790f2eaa-daae-4823-99bf-bf51c8ae21d5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a1884c9e-3e9d-4d78-b952-1f7ba14b539f
ModelInvariantUuid:5ed62281-7091-4ba9-8dd6-f922c2459455
ModelName:VfwCf305ccf11d1.compute.nodes.heat.vfw
ModelUuid:0b0aad60-1e31-4214-8d80-cf3cee5fefae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5697d20a-ec4d-4aef-9855-fbf7f050623a
ModelInvariantUuid:12690e56-7775-4b8b-b0cc-8e4c247bb852
ModelName:vFW cf305ccf-11d1-nodes.vsnCvfc
ModelUuid:b0602f19-a469-472c-a341-c00ea745c090
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e8b35d36-69ad-460d-880b-9c957b9e3674
ModelInvariantUuid:531ec1e3-2cff-4d6a-94d6-7a115dc2c777
ModelName:VfwCf305ccf11d1.compute.nodes.heat.vsn
ModelUuid:67796ae4-f208-4407-a551-8afefd9a2931
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:12cd8f0c-b53f-4823-9a43-d9b2d6152148
ModelInvariantUuid:be655bb0-9275-4fbc-98b6-ce281a6db524
ModelName:vFW cf305ccf-11d1-nodes.vpgCvfc
ModelUuid:fd33b502-084a-4ef7-b452-8dbe0895cc1b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5a900f6d-7abe-4b68-9615-aab2dbe6475b
ModelInvariantUuid:b7830c09-1385-4ab1-ad98-931453bde5f2
ModelName:VfwCf305ccf11d1.compute.nodes.heat.vpg
ModelUuid:a86fe655-18f2-461d-b18a-dde33b4eb428
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-04-28T19:31:02.398Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0910c032-9596-4478-9bf1-8fbd73f23142
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-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||vFW cf305ccf-11d1 0
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0910c032-9596-4478-9bf1-8fbd73f23142
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c28310b7-b4a3-400e-b481-a8fcf055492b from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:31:02.400Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
2022-04-28T19:31:02.839Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:31:02.839Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json c28310b7-b4a3-400e-b481-a8fcf055492b 785
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json ASDC sendASDCNotification
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:31:02.840Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:02.842Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:02.843Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174262840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/vfwcf305ccf11d10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:31:02.943Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:02.944Z||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-04-28T19:31:02.944Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:02.955Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:31:02.955Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:03.843Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf305ccf11d1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8cd18193-7ac8-412e-84ee-f1c32aa0408d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39577e28-579d-4092-9c71-aff31941ef69",
"vfModuleModelCustomizationUUID": "0998b7ad-d797-4a6e-b4d2-8e6c37da9165",
"isBase": true,
"artifacts": [
"09df72a5-ad75-4ebb-b8a7-6bc4822f4a56",
"d4d3f143-4142-4eb4-99a5-fbc4bd03ed21"
],
"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-04-28T19:31:03.847Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf305ccf11d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39577e28-579d-4092-9c71-aff31941ef69
VfModuleModelInvariantUUID:8cd18193-7ac8-412e-84ee-f1c32aa0408d
VfModuleModelDescription:NULL
Artifacts UUID List:{
09df72a5-ad75-4ebb-b8a7-6bc4822f4a56
,
d4d3f143-4142-4eb4-99a5-fbc4bd03ed21
}
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-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf305ccf11d1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8cd18193-7ac8-412e-84ee-f1c32aa0408d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "39577e28-579d-4092-9c71-aff31941ef69",
"vfModuleModelCustomizationUUID": "0998b7ad-d797-4a6e-b4d2-8e6c37da9165",
"isBase": true,
"artifacts": [
"09df72a5-ad75-4ebb-b8a7-6bc4822f4a56",
"d4d3f143-4142-4eb4-99a5-fbc4bd03ed21"
],
"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-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf305ccf11d1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39577e28-579d-4092-9c71-aff31941ef69
VfModuleModelInvariantUUID:8cd18193-7ac8-412e-84ee-f1c32aa0408d
VfModuleModelDescription:NULL
Artifacts UUID List:{
09df72a5-ad75-4ebb-b8a7-6bc4822f4a56
,
d4d3f143-4142-4eb4-99a5-fbc4bd03ed21
}
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-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09df72a5-ad75-4ebb-b8a7-6bc4822f4a56 from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
2022-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:31:03.850Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
2022-04-28T19:31:04.414Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:31:04.415Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml 09df72a5-ad75-4ebb-b8a7-6bc4822f4a56 20368
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:31:04.416Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:04.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:04.418Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174264416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:31:04.519Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:04.519Z||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-04-28T19:31:04.519Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:04.530Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:31:04.530Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:05.419Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d4d3f143-4142-4eb4-99a5-fbc4bd03ed21 from URL: /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
2022-04-28T19:31:05.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-28T19:31:05.420Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env d4d3f143-4142-4eb4-99a5-fbc4bd03ed21 2098
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env
2022-04-28T19:31:06.601Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T19:31:06.602Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-28T19:31:06.604Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T19:31:06.604Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "59dc1447-21e6-4e34-bde0-2d829e9a990e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651174266601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428192659/1.0/resourceInstances/vfwcf305ccf11d10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T19:31:06.704Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T19:31:06.704Z||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-04-28T19:31:06.705Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dTjG9Z3xbJAQttQ2) ...
2022-04-28T19:31:06.715Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T19:31:06.715Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-28T19:31:07.604Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0203693b-7cec-4909-b476-e60087b62430
2022-04-28T19:31:07.605Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf305ccf-11d1 0 0910c032-9596-4478-9bf1-8fbd73f23142 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-04-28T19:31:07.619Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5122f806, org.onap.sdc.toscaparser.api.parameters.Input@e668a78, org.onap.sdc.toscaparser.api.parameters.Input@e987697, org.onap.sdc.toscaparser.api.parameters.Input@39e5600, org.onap.sdc.toscaparser.api.parameters.Input@45ba6cbd]
2022-04-28T19:31:07.620Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-28 19-26-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7d816a6d-748a-4008-be70-c2ed30d72341
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d816a6d-748a-4008-be70-c2ed30d72341 matches Tosca VF Customization UUID: 7d816a6d-748a-4008-be70-c2ed30d72341
2022-04-28T19:31:07.621Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7d816a6d-748a-4008-be70-c2ed30d72341 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-04-28T19:31:07.622Z|59dc1447-21e6-4e34-bde0-2d829e9a990e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery