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-02-21T00:52:34.257Z||main|||||INFO|500||The following profiles are active: basic
2022-02-21T00:52:42.686Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-21T00:52:42.687Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-21T00:52:42.759Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-21T00:52:44.868Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-21T00:52:45.025Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-21T00:52:45.385Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-21T00:52:45.392Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-21T00:52:45.467Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-21T00:52:45.584Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-21T00:52:45.957Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-21T00:52:46.795Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-21T00:52:48.652Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-21T00:52:48.696Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-21T00:52:49.171Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-21T00:52:49.284Z||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-02-21T00:52:50.397Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-21T00:52:51.329Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-21T00:52:51.345Z||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$$9a9ee5b2.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-02-21T00:52:51.346Z||main|||||WARN|500||The sdc end point is not alive
2022-02-21T00:52:53.872Z||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-02-21T00:52:56.267Z||main|||||WARN|500||---
2022-02-21T00:52:56.267Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-21T00:52:56.267Z||main|||||WARN|500||---
2022-02-21T00:52:56.672Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-21T00:53:00.704Z||main|||||INFO|500||Started Application in 30.226 seconds (JVM running for 31.292)
2022-02-21T00:53:00.716Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-21T00:53:00.717Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-21T00:53:00.748Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-21T00:53:00.772Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-21T00:53:00.810Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3028955f-6fef-4ceb-aa87-2e4ef1352d8f url= /sdc/v1/artifactTypes
2022-02-21T00:53:00.810Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-21T00:53:01.041Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-21T00:53:01.061Z||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-02-21T00:53:01.080Z||scheduling-1|||||DEBUG|500||create keys
2022-02-21T00:53:01.086Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-21T00:53:01.295Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:53:01.311Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 52819d37-5a33-483e-85f4-35dad2f0efd6 url= /sdc/v1/registerForDistribution
2022-02-21T00:53:02.529Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 52819d37-5a33-483e-85f4-35dad2f0efd6 url= /sdc/v1/registerForDistribution
2022-02-21T00:53:02.530Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-21T00:53:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:53:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:53:02.541Z||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-02-21T00:53:02.541Z||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-02-21T00:53:02.542Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:53:02.542Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:53:02.542Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-21T00:53:20.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:53:21.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:54:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:54:02.536Z||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-02-21T00:54:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:54:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:54:02.538Z||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-02-21T00:54:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:54:12.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:54:12.085Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:55:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:55:02.536Z||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-02-21T00:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:55:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:55:02.538Z||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-02-21T00:55:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:55:12.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:55:12.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:56:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:56:02.537Z||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-02-21T00:56:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:56:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:56:02.538Z||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-02-21T00:56:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:56:12.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:56:12.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:57:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:57:02.537Z||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-02-21T00:57:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:57:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:57:02.538Z||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-02-21T00:57:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:57:12.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:57:12.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:58:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:58:02.537Z||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-02-21T00:58:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:58:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:58:02.538Z||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-02-21T00:58:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:58:12.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:58:12.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:59:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:59:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T00:59:02.537Z||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-02-21T00:59:02.538Z||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-02-21T00:59:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:59:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T00:59:12.087Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T00:59:12.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:00:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:00:02.536Z||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-02-21T01:00:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:00:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:00:02.538Z||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-02-21T01:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:00:12.092Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:00:12.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:01:02.536Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:01:02.537Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:01:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:01:02.537Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:01:02.538Z||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-02-21T01:01:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:01:12.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:01:12.107Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:02:02.536Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:02:02.536Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:02:02.536Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:02:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:02:02.538Z||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-02-21T01:02:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:02:12.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:02:12.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:02:39.395Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-21T01:03:02.536Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:03:02.537Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:03:02.537Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:03:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:03:02.538Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:03:02.538Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:03:12.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:03:12.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:04:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:04:02.536Z||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-02-21T01:04:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:04:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:04:02.538Z||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-02-21T01:04:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:04:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:04:12.088Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:05:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:05:02.536Z||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-02-21T01:05:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:05:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:05:02.538Z||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-02-21T01:05:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:05:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:05:12.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:06:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:06:02.536Z||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-02-21T01:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:06:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:06:02.537Z||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-02-21T01:06:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:06:12.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:06:12.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:07:02.536Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:07:02.537Z||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-02-21T01:07:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:07:02.538Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:07:02.539Z||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-02-21T01:07:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:07:12.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:07:12.086Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:08:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:08:02.537Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:08:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:08:02.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:08:02.537Z||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-02-21T01:08:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:08:12.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:08:12.089Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:09:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:09:02.537Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:09:02.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:09:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:09:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:09:02.538Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:09:12.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:09:12.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:10:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:10:02.537Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:10:02.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:10:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:10:02.538Z||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-02-21T01:10:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:10:12.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:10:12.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:11:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:11:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:11:02.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:11:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:11:02.537Z||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-02-21T01:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:11:12.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:11:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:12:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:12:02.537Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:12:02.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:12:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:12:02.538Z||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-02-21T01:12:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:12:12.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:12:12.085Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:13:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:13:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:13:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:13:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:13:02.537Z||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-02-21T01:13:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:13:12.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:13:12.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:14:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:14:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:14:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:14:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:14:02.537Z||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-02-21T01:14:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:14:12.092Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:14:12.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:15:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:15:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:15:02.537Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:15:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:15:02.538Z||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-02-21T01:15:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:15:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:15:12.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:16:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:16:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:16:02.537Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:16:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:16:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:16:02.538Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:16:12.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:16:12.087Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:17:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:17:02.536Z||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-02-21T01:17:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:17:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:17:02.538Z||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-02-21T01:17:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:17:12.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:17:12.089Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:18:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:18:02.536Z||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-02-21T01:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:18:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:18:02.537Z||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-02-21T01:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:18:12.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:18:12.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:19:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:19:02.536Z||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-02-21T01:19:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:19:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:19:02.537Z||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-02-21T01:19:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:19:12.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:19:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:20:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:20:02.536Z||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-02-21T01:20:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:20:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:20:02.538Z||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-02-21T01:20:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:20:12.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:20:12.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:21:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:21:02.537Z||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-02-21T01:21:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:21:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:21:02.538Z||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-02-21T01:21:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:21:12.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:21:12.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:22:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:22:02.536Z||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-02-21T01:22:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:22:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:22:02.537Z||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-02-21T01:22:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:22:12.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:22:12.093Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:23:02.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:23:02.536Z||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-02-21T01:23:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:23:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:23:02.537Z||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-02-21T01:23:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:23:12.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:23:12.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:24:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:24:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:24:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:24:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:24:02.538Z||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-02-21T01:24:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:24:12.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:24:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:25:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:25:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:25:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:25:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:25:02.537Z||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-02-21T01:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:25:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:25:12.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:26:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:26:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:26:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:26:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:26:02.537Z||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-02-21T01:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:26:12.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:26:12.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:27:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:27:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:27:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:27:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:27:02.537Z||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-02-21T01:27:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:27:12.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:27:12.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:28:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:28:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:28:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:28:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:28:02.538Z||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-02-21T01:28:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:28:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:28:12.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:29:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:29:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:29:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:29:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:29:02.537Z||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-02-21T01:29:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:29:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:29:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:30:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:30:02.536Z||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-02-21T01:30:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:30:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:30:02.538Z||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-02-21T01:30:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:30:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:30:12.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:31:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:31:02.537Z||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-02-21T01:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:31:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:31:02.538Z||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-02-21T01:31:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:31:12.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:31:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:32:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:32:02.536Z||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-02-21T01:32:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:32:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:32:02.537Z||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-02-21T01:32:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:32:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:32:12.105Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:33:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:33:02.537Z||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-02-21T01:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:33:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:33:02.538Z||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-02-21T01:33:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:33:12.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:33:12.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:34:02.536Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:34:02.537Z||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-02-21T01:34:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:34:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:34:02.539Z||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-02-21T01:34:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:34:12.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:34:12.085Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:35:02.536Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:35:02.536Z||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-02-21T01:35:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:35:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:35:02.538Z||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-02-21T01:35:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:35:12.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:35:12.084Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:36:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:36:02.536Z||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-02-21T01:36:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:36:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:36:02.538Z||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-02-21T01:36:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:36:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:36:12.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:37:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:37:02.536Z||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-02-21T01:37:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:37:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:37:02.537Z||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-02-21T01:37:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:37:12.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:37:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:38:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:38:02.536Z||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-02-21T01:38:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:38:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:38:02.537Z||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-02-21T01:38:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:38:12.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:38:12.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:39:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:39:02.536Z||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-02-21T01:39:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:39:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:39:02.537Z||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-02-21T01:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:39:12.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:39:12.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:40:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:40:02.536Z||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-02-21T01:40:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:40:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:40:02.538Z||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-02-21T01:40:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:40:12.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:40:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:41:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:41:02.536Z||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-02-21T01:41:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:41:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:41:02.538Z||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-02-21T01:41:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:41:12.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:41:12.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:42:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:42:02.536Z||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-02-21T01:42:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:42:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:42:02.537Z||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-02-21T01:42:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:42:12.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:42:12.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:43:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:43:02.537Z||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-02-21T01:43:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:43:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:43:02.537Z||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-02-21T01:43:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:43:12.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:43:12.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:44:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:44:02.536Z||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-02-21T01:44:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:44:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:44:02.537Z||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-02-21T01:44:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:44:12.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:44:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:45:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:45:02.536Z||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-02-21T01:45:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:45:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:45:02.537Z||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-02-21T01:45:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:45:12.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:45:12.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:46:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:46:02.536Z||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-02-21T01:46:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:46:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:46:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:46:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:46:12.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:46:12.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:47:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:47:02.536Z||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-02-21T01:47:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:47:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:47:02.538Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:47:02.538Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:47:12.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:47:12.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:48:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:48:02.537Z||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-02-21T01:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:48:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:48:02.538Z||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-02-21T01:48:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:48:12.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:48:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:49:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:49:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:49:02.537Z||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-02-21T01:49:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:49:02.538Z||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-02-21T01:49:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:49:12.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:49:12.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:50:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:50:02.536Z||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-02-21T01:50:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:50:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:50:02.537Z||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-02-21T01:50:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:50:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:50:12.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:51:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:51:02.537Z||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-02-21T01:51:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:51:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:51:02.537Z||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-02-21T01:51:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:51:12.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:51:12.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:52:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:52:02.536Z||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-02-21T01:52:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:52:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:52:02.537Z||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-02-21T01:52:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:52:12.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:52:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:53:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:53:02.536Z||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-02-21T01:53:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:53:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:53:02.537Z||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-02-21T01:53:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:53:12.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:53:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:54:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:54:02.536Z||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-02-21T01:54:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:54:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:54:02.538Z||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-02-21T01:54:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:54:12.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:54:12.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:55:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:55:02.537Z||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-02-21T01:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:55:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:55:02.537Z||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-02-21T01:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:55:12.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:55:12.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:56:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:56:02.537Z||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-02-21T01:56:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:56:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:56:02.538Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:56:02.538Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:56:12.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:56:12.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:57:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:57:02.537Z||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-02-21T01:57:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:57:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:57:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T01:57:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T01:57:12.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:57:12.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:58:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:58:02.537Z||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-02-21T01:58:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:58:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:58:02.538Z||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-02-21T01:58:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:58:12.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:58:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:59:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:59:02.536Z||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-02-21T01:59:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:59:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T01:59:02.537Z||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-02-21T01:59:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T01:59:12.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T01:59:12.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:00:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:00:02.536Z||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-02-21T02:00:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:00:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:00:02.538Z||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-02-21T02:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:00:12.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:00:12.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:01:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:01:02.536Z||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-02-21T02:01:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:01:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:01:02.538Z||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-02-21T02:01:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:01:12.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:01:12.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:02:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:02:02.536Z||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-02-21T02:02:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:02:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:02:02.538Z||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-02-21T02:02:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:02:12.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:02:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:03:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:03:02.536Z||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-02-21T02:03:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:03:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:03:02.538Z||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-02-21T02:03:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:03:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:03:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:04:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:04:02.536Z||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-02-21T02:04:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:04:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:04:02.537Z||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-02-21T02:04:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:04:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:04:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:05:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:05:02.536Z||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-02-21T02:05:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:05:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:05:02.538Z||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-02-21T02:05:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:05:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:05:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:06:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:06:02.536Z||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-02-21T02:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:06:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:06:02.537Z||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-02-21T02:06:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:06:12.094Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:06:12.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:07:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:07:02.536Z||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-02-21T02:07:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:07:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:07:02.538Z||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-02-21T02:07:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:07:12.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:07:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:08:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:08:02.536Z||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-02-21T02:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:08:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:08:02.537Z||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-02-21T02:08:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:08:12.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:08:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:09:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:09:02.536Z||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-02-21T02:09:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:09:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:09:02.537Z||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-02-21T02:09:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:09:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:09:12.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:10:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:10:02.536Z||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-02-21T02:10:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:10:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:10:02.537Z||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-02-21T02:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:10:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:10:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:11:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:11:02.537Z||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-02-21T02:11:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:11:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:11:02.538Z||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-02-21T02:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:11:12.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:11:12.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:12:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:12:02.536Z||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-02-21T02:12:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:12:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:12:02.538Z||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-02-21T02:12:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:12:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:12:12.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:13:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:13:02.536Z||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-02-21T02:13:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:13:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:13:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:13:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:13:12.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:13:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:14:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:14:02.536Z||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-02-21T02:14:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:14:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:14:02.537Z||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-02-21T02:14:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:14:12.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:14:12.086Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:15:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:15:02.536Z||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-02-21T02:15:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:15:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:15:02.537Z||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-02-21T02:15:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:15:12.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:15:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:16:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:16:02.537Z||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-02-21T02:16:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:16:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:16:02.537Z||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-02-21T02:16:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:16:12.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:16:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:17:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:17:02.536Z||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-02-21T02:17:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:17:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:17:02.538Z||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-02-21T02:17:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:17:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:17:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:18:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:18:02.536Z||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-02-21T02:18:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:18:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:18:02.538Z||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-02-21T02:18:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:18:12.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:18:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:19:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:19:02.536Z||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-02-21T02:19:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:19:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:19:02.537Z||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-02-21T02:19:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:19:12.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:19:12.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:20:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:20:02.536Z||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-02-21T02:20:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:20:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:20:02.538Z||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-02-21T02:20:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:20:12.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:20:12.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:21:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:21:02.536Z||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-02-21T02:21:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:21:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:21:02.538Z||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-02-21T02:21:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:21:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:21:12.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:22:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:22:02.536Z||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-02-21T02:22:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:22:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:22:02.537Z||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-02-21T02:22:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:22:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:22:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:23:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:23:02.536Z||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-02-21T02:23:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:23:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:23:02.537Z||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-02-21T02:23:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:23:12.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:23:12.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:24:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:24:02.536Z||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-02-21T02:24:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:24:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:24:02.538Z||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-02-21T02:24:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:24:12.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:24:12.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:25:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:25:02.536Z||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-02-21T02:25:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:25:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:25:02.538Z||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-02-21T02:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:25:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:25:12.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:26:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:26:02.536Z||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-02-21T02:26:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:26:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:26:02.537Z||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-02-21T02:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:26:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:26:12.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:27:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:27:02.536Z||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-02-21T02:27:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:27:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:27:02.537Z||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-02-21T02:27:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:27:12.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:27:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:28:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:28:02.536Z||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-02-21T02:28:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:28:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:28:02.538Z||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-02-21T02:28:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:28:12.083Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:28:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:29:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:29:02.536Z||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-02-21T02:29:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:29:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:29:02.538Z||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-02-21T02:29:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:29:12.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:29:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:30:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:30:02.536Z||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-02-21T02:30:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:30:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:30:02.538Z||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-02-21T02:30:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:30:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:30:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:31:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:31:02.536Z||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-02-21T02:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:31:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:31:02.537Z||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-02-21T02:31:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:31:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:31:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:32:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:32:02.536Z||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-02-21T02:32:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:32:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:32:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:32:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:32:12.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:32:12.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:33:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:33:02.536Z||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-02-21T02:33:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:33:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:33:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:33:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:33:12.081Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:33:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:34:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:34:02.536Z||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-02-21T02:34:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:34:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:34:02.538Z||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-02-21T02:34:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:34:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:34:12.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:35:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:35:02.537Z||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-02-21T02:35:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:35:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:35:02.537Z||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-02-21T02:35:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:35:12.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:35:12.086Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:36:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:36:02.537Z||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-02-21T02:36:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:36:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:36:02.538Z||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-02-21T02:36:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:36:12.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:36:12.089Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:37:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:37:02.537Z||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-02-21T02:37:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:37:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:37:02.538Z||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-02-21T02:37:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:37:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:37:12.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:38:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:38:02.536Z||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-02-21T02:38:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:38:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:38:02.537Z||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-02-21T02:38:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:38:12.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:38:12.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:39:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:39:02.536Z||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-02-21T02:39:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:39:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:39:02.537Z||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-02-21T02:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:39:12.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:39:12.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:40:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:40:02.536Z||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-02-21T02:40:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:40:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:40:02.537Z||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-02-21T02:40:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:40:12.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:40:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:41:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:41:02.536Z||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-02-21T02:41:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:41:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:41:02.537Z||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-02-21T02:41:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:41:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:41:12.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:42:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:42:02.536Z||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-02-21T02:42:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:42:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:42:02.537Z||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-02-21T02:42:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:42:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:42:12.096Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:43:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:43:02.536Z||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-02-21T02:43:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:43:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:43:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:43:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:43:12.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:43:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:44:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:44:02.536Z||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-02-21T02:44:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:44:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:44:02.537Z||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-02-21T02:44:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:44:12.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:44:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:45:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:45:02.536Z||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-02-21T02:45:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:45:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:45:02.538Z||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-02-21T02:45:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:45:12.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:45:12.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:46:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:46:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:46:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:46:02.538Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:46:02.539Z||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-02-21T02:46:02.539Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:46:12.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:46:12.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:47:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:47:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:47:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:47:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:47:02.537Z||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-02-21T02:47:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:47:12.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:47:12.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:48:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:48:02.537Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:48:02.537Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:48:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:48:02.537Z||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-02-21T02:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:48:12.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:48:12.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:49:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:49:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:49:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:49:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:49:02.538Z||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-02-21T02:49:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:49:12.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:49:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:50:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:50:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:50:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:50:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:50:02.537Z||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-02-21T02:50:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:50:12.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:50:12.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:51:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:51:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:51:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:51:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:51:02.537Z||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-02-21T02:51:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:51:12.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:51:12.093Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:52:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:52:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:52:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:52:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:52:02.537Z||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-02-21T02:52:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:52:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:52:12.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:53:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:53:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:53:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:53:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:53:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:53:02.538Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:53:12.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:53:12.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:54:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:54:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:54:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:54:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:54:02.537Z||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-02-21T02:54:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:54:12.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:54:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:55:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:55:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:55:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:55:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:55:02.537Z||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-02-21T02:55:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:55:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:55:12.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:56:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:56:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:56:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:56:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:56:02.538Z||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-02-21T02:56:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:56:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:56:12.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:57:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:57:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:57:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:57:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:57:02.538Z||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-02-21T02:57:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:57:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:57:12.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:58:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:58:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:58:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:58:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:58:02.537Z||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-02-21T02:58:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:58:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:58:12.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:59:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:59:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T02:59:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T02:59:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T02:59:02.538Z||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-02-21T02:59:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T02:59:12.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T02:59:12.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:00:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:00:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:00:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:00:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:00:02.537Z||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-02-21T03:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:00:12.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:00:12.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:01:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:01:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:01:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:01:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:01:02.537Z||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-02-21T03:01:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:01:12.088Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:01:12.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:02:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:02:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:02:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:02:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:02:02.537Z||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-02-21T03:02:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:02:12.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:02:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:03:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:03:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:03:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:03:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:03:02.537Z||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-02-21T03:03:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:03:12.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:03:12.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:04:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:04:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:04:02.537Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:04:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:04:02.537Z||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-02-21T03:04:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:04:12.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:04:12.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:05:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:05:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:05:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:05:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:05:02.537Z||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-02-21T03:05:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:05:12.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:05:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:06:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:06:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:06:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:06:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:06:02.537Z||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-02-21T03:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:06:12.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:06:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:07:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:07:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:07:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:07:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:07:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:07:02.538Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:07:12.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:07:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:08:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:08:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:08:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:08:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:08:02.537Z||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-02-21T03:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:08:12.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:08:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:09:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:09:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:09:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:09:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:09:02.537Z||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-02-21T03:09:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:09:12.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:09:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:10:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:10:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:10:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:10:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:10:02.537Z||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-02-21T03:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:10:12.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:10:12.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:11:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:11:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:11:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:11:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:11:02.537Z||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-02-21T03:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:11:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:11:12.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:12:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:12:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:12:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:12:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:12:02.537Z||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-02-21T03:12:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:12:12.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:12:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:13:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:13:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:13:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:13:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:13:02.538Z||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-02-21T03:13:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:13:12.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:13:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:14:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:14:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:14:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:14:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:14:02.538Z||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-02-21T03:14:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:14:12.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:14:12.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:15:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:15:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:15:02.538Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:15:02.538Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:15:02.538Z||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-02-21T03:15:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:15:12.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:15:12.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:16:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:16:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:16:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:16:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:16:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:16:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:16:12.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:16:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:17:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:17:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:17:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:17:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:17:02.537Z||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-02-21T03:17:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:17:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:17:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:18:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:18:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:18:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:18:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:18:02.537Z||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-02-21T03:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:18:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:18:12.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:19:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:19:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:19:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:19:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:19:02.537Z||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-02-21T03:19:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:19:12.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:19:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:20:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:20:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:20:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:20:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:20:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:20:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:20:12.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:20:12.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:21:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:21:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:21:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:21:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:21:02.537Z||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-02-21T03:21:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:21:12.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:21:12.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:22:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:22:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:22:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:22:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:22:02.537Z||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-02-21T03:22:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:22:12.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:22:12.097Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:23:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:23:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:23:02.537Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:23:02.537Z||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-02-21T03:23:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:23:02.537Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:23:12.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:23:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:24:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:24:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:24:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:24:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:24:02.537Z||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-02-21T03:24:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:24:12.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:24:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:25:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:25:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:25:02.538Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:25:02.538Z||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-02-21T03:25:02.538Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:25:12.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:25:12.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:26:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:26:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:26:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:26:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:26:02.537Z||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-02-21T03:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:26:12.085Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:26:12.085Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:27:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:27:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:27:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:27:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:27:02.537Z||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-02-21T03:27:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:27:12.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:27:12.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:28:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:28:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:28:02.537Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:28:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:28:02.537Z||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-02-21T03:28:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:28:12.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:28:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:29:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:29:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:29:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:29:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:29:02.537Z||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-02-21T03:29:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:29:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:29:12.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:30:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:30:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:30:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:30:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:30:02.537Z||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-02-21T03:30:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:30:12.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:30:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:31:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:31:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:31:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:31:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:31:02.537Z||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-02-21T03:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:31:12.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:31:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:32:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:32:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:32:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:32:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:32:02.537Z||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-02-21T03:32:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:32:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:32:12.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:33:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:33:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:33:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:33:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:33:02.537Z||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-02-21T03:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:33:12.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:33:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:34:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:34:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:34:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:34:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:34:02.537Z||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-02-21T03:34:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:34:12.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:34:12.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:35:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:35:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:35:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:35:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:35:02.537Z||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-02-21T03:35:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:35:12.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:35:12.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:36:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:36:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:36:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:36:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:36:02.537Z||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-02-21T03:36:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:36:12.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:36:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:37:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:37:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:37:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:37:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:37:02.537Z||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-02-21T03:37:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:37:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:37:12.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:38:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:38:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:38:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:38:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:38:02.537Z||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-02-21T03:38:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:38:12.088Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:38:12.089Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:39:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:39:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:39:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:39:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:39:02.537Z||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-02-21T03:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:39:12.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:39:12.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:40:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:40:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:40:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:40:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:40:02.537Z||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-02-21T03:40:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:40:12.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:40:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:41:02.536Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:41:02.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:41:02.536Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:41:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:41:02.537Z||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-02-21T03:41:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:41:12.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:41:12.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:42:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:42:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:42:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:42:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:42:02.538Z||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-02-21T03:42:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:42:12.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:42:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:43:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:43:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:43:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:43:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:43:02.537Z||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-02-21T03:43:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:43:12.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:43:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:44:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:44:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:44:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:44:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:44:02.537Z||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-02-21T03:44:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:44:12.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:44:12.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:45:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:45:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:45:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:45:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:45:02.538Z||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-02-21T03:45:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:45:12.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:45:12.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:46:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:46:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:46:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:46:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:46:02.537Z||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-02-21T03:46:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:46:12.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:46:12.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:47:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:47:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:47:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:47:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:47:02.537Z||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-02-21T03:47:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:47:12.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:47:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:48:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:48:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:48:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:48:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:48:02.537Z||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-02-21T03:48:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:48:12.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:48:12.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:49:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:49:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:49:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:49:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:49:02.537Z||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-02-21T03:49:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:49:12.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:49:12.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:50:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:50:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:50:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:50:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:50:02.537Z||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-02-21T03:50:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:50:12.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:50:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:51:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:51:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:51:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:51:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:51:02.537Z||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-02-21T03:51:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:51:12.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:51:12.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:52:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:52:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:52:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:52:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:52:02.537Z||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-02-21T03:52:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:52:12.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:52:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:53:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:53:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:53:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:53:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:53:02.537Z||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-02-21T03:53:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:53:12.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:53:12.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:54:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:54:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:54:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:54:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:54:02.537Z||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-02-21T03:54:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:54:12.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:54:12.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:55:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:55:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:55:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:55:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:55:02.537Z||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-02-21T03:55:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:55:12.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:55:12.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:56:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:56:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:56:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:56:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:56:02.537Z||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-02-21T03:56:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:56:12.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:56:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:57:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:57:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:57:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:57:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:57:02.537Z||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-02-21T03:57:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:57:12.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:57:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:58:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:58:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:58:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:58:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:58:02.537Z||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-02-21T03:58:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:58:12.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:58:12.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:59:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:59:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T03:59:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T03:59:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T03:59:02.537Z||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-02-21T03:59:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T03:59:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T03:59:12.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:00:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:00:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:00:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:00:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:00:02.537Z||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-02-21T04:00:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:00:12.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:00:12.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:01:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:01:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:01:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:01:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:01:02.537Z||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-02-21T04:01:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:01:12.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:01:12.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:02:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:02:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:02:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:02:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:02:02.538Z||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-02-21T04:02:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:02:12.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:02:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:03:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:03:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:03:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:03:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:03:02.537Z||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-02-21T04:03:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:03:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:03:12.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:04:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:04:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:04:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:04:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:04:02.537Z||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-02-21T04:04:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:04:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:04:12.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:05:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:05:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:05:02.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:05:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:05:02.537Z||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-02-21T04:05:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:05:12.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:05:12.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:06:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:06:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:06:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:06:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:06:02.537Z||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-02-21T04:06:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:06:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:06:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:07:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:07:02.537Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:07:02.537Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:07:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:07:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:07:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:07:12.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:07:12.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:08:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:08:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:08:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:08:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:08:02.537Z||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-02-21T04:08:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:08:12.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:08:12.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:09:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:09:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:09:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:09:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:09:02.537Z||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-02-21T04:09:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:09:12.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:09:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:10:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:10:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:10:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:10:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:10:02.537Z||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-02-21T04:10:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:10:12.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:10:12.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:11:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:11:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:11:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:11:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:11:02.538Z||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-02-21T04:11:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:11:12.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:11:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:12:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:12:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:12:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:12:02.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:12:02.537Z||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-02-21T04:12:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:12:12.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:12:12.085Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:13:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:13:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:13:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:13:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:13:02.538Z||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-02-21T04:13:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:13:12.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:13:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:14:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:14:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:14:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:14:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:14:02.537Z||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-02-21T04:14:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:14:12.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:14:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:15:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:15:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:15:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:15:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:15:02.537Z||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-02-21T04:15:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:15:12.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:15:12.083Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:16:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:16:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:16:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:16:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:16:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:16:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:16:12.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:16:12.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:17:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:17:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:17:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:17:02.537Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:17:02.537Z||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-02-21T04:17:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:17:12.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:17:12.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:18:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:18:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:18:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:18:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:18:02.537Z||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-02-21T04:18:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:18:12.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:18:12.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:19:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:19:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:19:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:19:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:19:02.537Z||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-02-21T04:19:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:19:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:19:12.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:20:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:20:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:20:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:20:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:20:02.537Z||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-02-21T04:20:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:20:12.086Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:20:12.091Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:21:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:21:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:21:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:21:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:21:02.537Z||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-02-21T04:21:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:21:12.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:21:12.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:22:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:22:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:22:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:22:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:22:02.537Z||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-02-21T04:22:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:22:12.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:22:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:23:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:23:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:23:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:23:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:23:02.537Z||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-02-21T04:23:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:23:12.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:23:12.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:24:02.536Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:24:02.536Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:24:02.536Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:24:02.537Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:24:02.537Z||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-02-21T04:24:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:24:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:24:12.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:25:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:25:02.536Z||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-02-21T04:25:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:25:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:25:02.537Z||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-02-21T04:25:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:25:12.079Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:25:12.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:26:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:26:02.536Z||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-02-21T04:26:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:26:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:26:02.537Z||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-02-21T04:26:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:26:12.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:26:12.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:27:02.536Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:27:02.536Z||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-02-21T04:27:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:27:02.537Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:27:02.538Z||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-02-21T04:27:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:27:12.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:27:12.080Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:28:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:28:02.536Z||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-02-21T04:28:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:28:02.537Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:28:02.538Z||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-02-21T04:28:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:28:12.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:28:12.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:29:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:29:02.536Z||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-02-21T04:29:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:29:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:29:02.537Z||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-02-21T04:29:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:29:12.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:29:12.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:30:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:30:02.536Z||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-02-21T04:30:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:30:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:30:02.537Z||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-02-21T04:30:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:30:12.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:30:12.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:02.536Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:31:02.536Z||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-02-21T04:31:02.536Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:31:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:31:02.537Z||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-02-21T04:31:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:31:03.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:03.162Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:03.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d5c6d684-0379-4c02-ab6d-b6033f079f5a","serviceName":"vFW 2022-02-21 04-28-19","serviceVersion":"1.0","serviceUUID":"062425e6-10de-4262-8de6-1c0d530c830c","serviceDescription":"catalog service description","serviceInvariantUUID":"d3321f5f-eb30-4aac-85b2-9d33339e86b4","resources":[{"resourceInstanceName":"vFW 79dc3352-628b 0","resourceName":"vFW 79dc3352-628b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f2ee9e6-65ef-4d69-91dc-d690caae4388","resourceInvariantUUID":"7eda5377-bf1c-4bb1-81fd-1984f3949199","resourceCustomizationUUID":"2d048496-3e4a-4a80-b63b-32ee8b71e584","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml","artifactChecksum":"ZTI4MjA2ZWE5NDhjNmY3OGYxNjJlMGQxMTRhZDE0NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"215f44ce-1186-4a12-8dcf-f634a02600b8","artifactVersion":"1"},{"artifactName":"vfw79dc3352628b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json","artifactChecksum":"YmJhODhmM2I1YWQ5MDg4MzBiYzI4NjJmZTczNTBlODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d90df4de-0284-47cd-9be6-c834ba514445","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2510b467-9930-4cbc-9694-71573885bb38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGEyMThhYjc3M2VjYWUwMjMyMDdjODZlNDNmMWVlMmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5ee9b2f-67d2-4dd4-9742-d2881f4b83b9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"422387a2-ada1-4c37-b000-2f252c76eb63","artifactVersion":"2","generatedFromUUID":"2510b467-9930-4cbc-9694-71573885bb38"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221042819-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml","artifactChecksum":"YzFkOGYzMjM4Zjc0NjkyZmIxMjZiNzUwNmM5M2JjYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c27a668-d813-4bb0-96f6-da389b28be10","artifactVersion":"1"},{"artifactName":"service-Vfw20220221042819-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar","artifactChecksum":"MTU4NGYzY2IyNzc4NDQzMTkxODc5MTc2ZTdhMmU2MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8c42fad-1558-41cf-a6e7-a7282452ca05","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:31:03.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417817174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.171Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:03.175Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:03.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417820909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417818560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645417816899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.182Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417826280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.183Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417817174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417820909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417818560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645417816899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417826280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417817174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417820909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417818560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645417816899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417826280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417817174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417820909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417818560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645417816899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417826280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417817174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417820909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417818560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645417816899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417826280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417817174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417820909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417818560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645417816899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417830820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417826280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417817174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417820909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1645417816899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417818560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417830820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417826280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417833317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417833335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417830820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417834040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "cds",
"timestamp": 1645417834350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-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-02-21T04:31:03.283Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-21T04:31:03.285Z||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-02-21T04:31:03.285Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
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-02-21T04:31:03.297Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:03.297Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-21T04:31:03.339Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.353Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417834380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417830820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417835072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417835427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417830820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417836082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417830820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417836502,
"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-02-21T04:31:03.387Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.387Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "aai-ml",
"timestamp": 1645417837086,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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-02-21T04:31:03.398Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.398Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645417837506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417830820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417838714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417839721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "policy-id",
"timestamp": 1645417840726,
"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-02-21T04:31:03.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417844289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417844289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417844289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417847591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417844289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417844289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417849599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417844289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:03.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "clamp",
"timestamp": 1645417850603,
"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-02-21T04:31:03.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.429Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:03.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417844289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417852061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417856469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:03.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:31:03.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:31:03.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645417857472,
"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-02-21T04:31:03.442Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5c6d684-0379-4c02-ab6d-b6033f079f5a
2022-02-21T04:31:03.442Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:04.188Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:04.188Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:04.189Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:04.189Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:31:04.289Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:04.290Z||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-02-21T04:31:04.290Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:04.300Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:04.300Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:05.189Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:05.190Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:05.191Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:05.191Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:31:05.292Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:05.292Z||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-02-21T04:31:05.292Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:05.303Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:05.303Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:31:06.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:06.192Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:06.194Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:06.194Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:06.294Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:06.295Z||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-02-21T04:31:06.295Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:06.305Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:06.306Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:07.194Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:07.195Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:07.197Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:07.197Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-21T04:31:07.297Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:07.297Z||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-02-21T04:31:07.297Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:07.307Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:07.307Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:08.197Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:08.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:08.199Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:08.199Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:31:08.299Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:08.300Z||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-02-21T04:31:08.300Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:08.311Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:08.311Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:09.200Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:31:09.200Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:09.201Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:09.202Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:31:09.302Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:09.302Z||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-02-21T04:31:09.302Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:09.313Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:09.313Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:10.203Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"serviceName": "vFW 2022-02-21 04-28-19",
"serviceVersion": "1.0",
"serviceUUID": "062425e6-10de-4262-8de6-1c0d530c830c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d3321f5f-eb30-4aac-85b2-9d33339e86b4",
"resources": [
{
"resourceInstanceName": "vFW 79dc3352-628b 0",
"resourceCustomizationUUID": "2d048496-3e4a-4a80-b63b-32ee8b71e584",
"resourceName": "vFW 79dc3352-628b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2f2ee9e6-65ef-4d69-91dc-d690caae4388",
"resourceInvariantUUID": "7eda5377-bf1c-4bb1-81fd-1984f3949199",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw79dc3352628b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"artifactChecksum": "YmJhODhmM2I1YWQ5MDg4MzBiYzI4NjJmZTczNTBlODY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d90df4de-0284-47cd-9be6-c834ba514445",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "2510b467-9930-4cbc-9694-71573885bb38",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "422387a2-ada1-4c37-b000-2f252c76eb63",
"generatedFromUUID": "2510b467-9930-4cbc-9694-71573885bb38"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "422387a2-ada1-4c37-b000-2f252c76eb63",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220221042819-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"artifactChecksum": "MTU4NGYzY2IyNzc4NDQzMTkxODc5MTc2ZTdhMmU2MGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d8c42fad-1558-41cf-a6e7-a7282452ca05"
}
],
"workloadContext": "Production"
}
2022-02-21T04:31:10.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:31:10.204Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 062425e6-10de-4262-8de6-1c0d530c830c ASDC
2022-02-21T04:31:10.282Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d5c6d684-0379-4c02-ab6d-b6033f079f5a
ServiceName:vFW 2022-02-21 04-28-19
ServiceVersion:1.0
ServiceUUID:062425e6-10de-4262-8de6-1c0d530c830c
ServiceInvariantUUID:d3321f5f-eb30-4aac-85b2-9d33339e86b4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221042819-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
ArtifactUUID:d8c42fad-1558-41cf-a6e7-a7282452ca05
ArtifactChecksum:MTU4NGYzY2IyNzc4NDQzMTkxODc5MTc2ZTdhMmU2MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 79dc3352-628b 0
ResourceCustomizationUUID:2d048496-3e4a-4a80-b63b-32ee8b71e584
ResourceInvariantUUID:7eda5377-bf1c-4bb1-81fd-1984f3949199
ResourceName:vFW 79dc3352-628b
ResourceType:VF
ResourceUUID:2f2ee9e6-65ef-4d69-91dc-d690caae4388
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw79dc3352628b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
ArtifactUUID:d90df4de-0284-47cd-9be6-c834ba514445
ArtifactChecksum:YmJhODhmM2I1YWQ5MDg4MzBiYzI4NjJmZTczNTBlODY=
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/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
ArtifactUUID:2510b467-9930-4cbc-9694-71573885bb38
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/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
ArtifactUUID:422387a2-ada1-4c37-b000-2f252c76eb63
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/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
ArtifactUUID:422387a2-ada1-4c37-b000-2f252c76eb63
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-21T04:31:10.283Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 062425e6-10de-4262-8de6-1c0d530c830c 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-02-21T04:31:10.320Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:31:10.320Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-21T04:31:10.321Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-21T04:31:10.321Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d8c42fad-1558-41cf-a6e7-a7282452ca05 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:10.321Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:10.322Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:10.689Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:10.705Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar d8c42fad-1558-41cf-a6e7-a7282452ca05 98908
2022-02-21T04:31:10.706Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar ASDC sendASDCNotification
2022-02-21T04:31:10.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:10.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:10.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:10.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:10.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417870706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:10.810Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:10.811Z||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-02-21T04:31:10.811Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:10.821Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:10.822Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:11.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:31:11.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-21T04:31:11.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d8c42fad-1558-41cf-a6e7-a7282452ca05, URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar to file: /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:11.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221042819-csar.csar
2022-02-21T04:31:11.767Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:11.767Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:12.220Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5374869851444090328/Definitions/service-Vfw20220221042819-template.yml
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_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_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-02-21T04:31:14.670Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.691Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 79dc3352-628b 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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||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-Vfw20220221042819-csar.csar
2022-02-21T04:31:14.692Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-21T04:31:14.697Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.698Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.701Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.701Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-21T04:31:14.702Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:31:14.703Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.703Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.703Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.704Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.707Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.708Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:31:14.709Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.709Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.709Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.710Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.711Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a8a75753-0316-4cc1-9b30-2cdc58855c66
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.712Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ba02504-fa07-43a9-a374-2a736b493cd3
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.713Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:14.714Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df71cf63-dd7d-499b-bba2-48f8be2f6e90
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:14.715Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:14.716Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-21 04-28-19
Description:catalog service description
Model UUID:062425e6-10de-4262-8de6-1c0d530c830c
Model Version:NULL
Model InvariantUuid:d3321f5f-eb30-4aac-85b2-9d33339e86b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 79dc3352-628b
Model UUID:56486dfb-2316-4632-9320-d1973b4c0ac0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7eda5377-bf1c-4bb1-81fd-1984f3949199
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2d048496-3e4a-4a80-b63b-32ee8b71e584
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3f532546-aa49-45f6-b37e-abf6b151a178
ModelName:Vfw79dc3352628b..base_vfw..module-0
ModelUuid:83eae935-6b17-4608-9737-16cd18d70301
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a8a75753-0316-4cc1-9b30-2cdc58855c66
ModelInvariantUuid:accd10da-7c4b-4738-b5de-b79bac6bf466
ModelName:vFW 79dc3352-628b-nodes.vfwCvfc
ModelUuid:771b8adc-202a-4959-aaef-43150e7805a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d113d2d1-043f-42e3-98c5-7c2d7ae8a0c7
ModelInvariantUuid:298960b0-7793-46d3-bd8a-fafc8707928c
ModelName:Vfw79dc3352628b.compute.nodes.heat.vfw
ModelUuid:83e88ae3-838f-4a85-b899-c9f2b091a8c7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0ba02504-fa07-43a9-a374-2a736b493cd3
ModelInvariantUuid:0969afbd-3514-4f9b-998e-38d26fef348b
ModelName:vFW 79dc3352-628b-nodes.vsnCvfc
ModelUuid:5fbab997-9fe1-4e6d-ae95-4bf4710d2412
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:40e5d8c6-c4b1-4310-9cec-d6007158b011
ModelInvariantUuid:0970237b-be11-49e4-b787-7a6c3954f308
ModelName:Vfw79dc3352628b.compute.nodes.heat.vsn
ModelUuid:694e28fb-4b6d-44e6-9015-b604a9ddb5da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:df71cf63-dd7d-499b-bba2-48f8be2f6e90
ModelInvariantUuid:8d649c7f-8331-4721-b9a5-8deb15f6b903
ModelName:vFW 79dc3352-628b-nodes.vpgCvfc
ModelUuid:a413aca5-3de2-49f4-82b1-46dcf039032f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7c440cef-f946-4990-beb5-01f4cd3590dc
ModelInvariantUuid:1cf40740-9a4e-488e-b1ea-069d0fff42d4
ModelName:Vfw79dc3352628b.compute.nodes.heat.vpg
ModelUuid:d924f2ae-3b41-4cec-ae3f-e9305a0b570c
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-02-21T04:31:14.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f2ee9e6-65ef-4d69-91dc-d690caae4388
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-02-21T04:31:14.788Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||vFW 79dc3352-628b 0
2022-02-21T04:31:14.793Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f2ee9e6-65ef-4d69-91dc-d690caae4388
2022-02-21T04:31:14.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d90df4de-0284-47cd-9be6-c834ba514445 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:14.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:14.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json d90df4de-0284-47cd-9be6-c834ba514445 785
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json ASDC sendASDCNotification
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:15.084Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:15.085Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:15.086Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:15.086Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417875084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:15.187Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:31:15.187Z||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-02-21T04:31:15.187Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:15.198Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:15.198Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:31:16.087Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw79dc3352628b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3f532546-aa49-45f6-b37e-abf6b151a178",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83eae935-6b17-4608-9737-16cd18d70301",
"vfModuleModelCustomizationUUID": "350c3f12-512b-4c90-aed6-625543c3de77",
"isBase": true,
"artifacts": [
"2510b467-9930-4cbc-9694-71573885bb38",
"422387a2-ada1-4c37-b000-2f252c76eb63"
],
"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-02-21T04:31:16.099Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79dc3352628b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83eae935-6b17-4608-9737-16cd18d70301
VfModuleModelInvariantUUID:3f532546-aa49-45f6-b37e-abf6b151a178
VfModuleModelDescription:NULL
Artifacts UUID List:{
2510b467-9930-4cbc-9694-71573885bb38
,
422387a2-ada1-4c37-b000-2f252c76eb63
}
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-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw79dc3352628b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3f532546-aa49-45f6-b37e-abf6b151a178",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83eae935-6b17-4608-9737-16cd18d70301",
"vfModuleModelCustomizationUUID": "350c3f12-512b-4c90-aed6-625543c3de77",
"isBase": true,
"artifacts": [
"2510b467-9930-4cbc-9694-71573885bb38",
"422387a2-ada1-4c37-b000-2f252c76eb63"
],
"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-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw79dc3352628b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83eae935-6b17-4608-9737-16cd18d70301
VfModuleModelInvariantUUID:3f532546-aa49-45f6-b37e-abf6b151a178
VfModuleModelDescription:NULL
Artifacts UUID List:{
2510b467-9930-4cbc-9694-71573885bb38
,
422387a2-ada1-4c37-b000-2f252c76eb63
}
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-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2510b467-9930-4cbc-9694-71573885bb38 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:16.101Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:16.394Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:16.394Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml 2510b467-9930-4cbc-9694-71573885bb38 20368
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:16.395Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:16.396Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:16.397Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417876395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:16.497Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:16.497Z||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-02-21T04:31:16.497Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:16.508Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:16.508Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:17.397Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 422387a2-ada1-4c37-b000-2f252c76eb63 from URL: /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:17.398Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-21T04:31:17.398Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:17.505Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-21T04:31:17.505Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env 422387a2-ada1-4c37-b000-2f252c76eb63 2098
2022-02-21T04:31:17.505Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:31:17.506Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:17.506Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:31:17.506Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:17.508Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:17.508Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417877505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:31:17.608Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:17.609Z||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-02-21T04:31:17.609Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:17.620Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:17.620Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:18.509Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 062425e6-10de-4262-8de6-1c0d530c830c
2022-02-21T04:31:18.510Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 79dc3352-628b 0 2f2ee9e6-65ef-4d69-91dc-d690caae4388 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-02-21T04:31:18.533Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@443eda43, org.onap.sdc.toscaparser.api.parameters.Input@62a2f789, org.onap.sdc.toscaparser.api.parameters.Input@5964da79, org.onap.sdc.toscaparser.api.parameters.Input@7ee801c0, org.onap.sdc.toscaparser.api.parameters.Input@4cb6309c]
2022-02-21T04:31:18.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2d048496-3e4a-4a80-b63b-32ee8b71e584
2022-02-21T04:31:18.537Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d048496-3e4a-4a80-b63b-32ee8b71e584 matches Tosca VF Customization UUID: 2d048496-3e4a-4a80-b63b-32ee8b71e584
2022-02-21T04:31:18.538Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2d048496-3e4a-4a80-b63b-32ee8b71e584 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-02-21T04:31:18.542Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.542Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.543Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2d048496-3e4a-4a80-b63b-32ee8b71e584: {\"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-02-21T04:31:18.544Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ae44faa
2022-02-21T04:31:18.544Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.544Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:31:18.545Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 350c3f12-512b-4c90-aed6-625543c3de77
2022-02-21T04:31:18.546Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 350c3f12-512b-4c90-aed6-625543c3de77
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-02-21T04:31:18.550Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.550Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.551Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.551Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.551Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:18.552Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:18.553Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:18.554Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.555Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a8a75753-0316-4cc1-9b30-2cdc58855c66
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-02-21T04:31:18.559Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.559Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.559Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:18.560Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.561Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:31:18.562Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.563Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ba02504-fa07-43a9-a374-2a736b493cd3
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-02-21T04:31:18.564Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.564Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.564Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.566Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:31:18.567Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:31:18.568Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:31:18.569Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=df71cf63-dd7d-499b-bba2-48f8be2f6e90
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-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.571Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Node template vFW 79dc3352-628b 0 is matching search criteria
2022-02-21T04:31:18.572Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 79dc3352-628b 0] matching following query criteria: sdcType=VF, customizationUUID=2d048496-3e4a-4a80-b63b-32ee8b71e584
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-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 062425e6-10de-4262-8de6-1c0d530c830c: vFW 79dc3352-628b
2022-02-21T04:31:18.573Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.574Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:31:18.575Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-21 04-28-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:31:18.576Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-02-21 04-28-19
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-02-21T04:31:18.722Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 79dc3352-628b 2f2ee9e6-65ef-4d69-91dc-d690caae4388 1 ASDC deployResourceStructure
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json ASDC sendASDCNotification
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:18.723Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:18.725Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:18.725Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417878723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:18.825Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:18.826Z||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-02-21T04:31:18.826Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:18.837Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:18.837Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:19.725Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:31:19.726Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml
2022-02-21T04:31:19.726Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:19.726Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:19.728Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:19.728Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417879725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:19.828Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:19.828Z||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-02-21T04:31:19.829Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:19.840Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:19.840Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:20.728Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:31:20.729Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env
2022-02-21T04:31:20.729Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:20.729Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:20.730Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:20.731Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417880728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:20.831Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:20.831Z||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-02-21T04:31:20.831Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:20.842Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:20.843Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:21.731Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar ASDC sendASDCNotification
2022-02-21T04:31:21.732Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar
2022-02-21T04:31:21.732Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:31:21.732Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:31:21.734Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:31:21.734Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417881731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:31:21.834Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:31:21.834Z||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-02-21T04:31:21.834Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:31:21.846Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:31:21.846Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:31:22.735Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a
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-02-21T04:31:22.750Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a
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-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-02-21T04:31:22.753Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-02-21T04:31:22.758Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T04:31:52.758Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a 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-02-21T04:31:52.766Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5c6d684-0379-4c02-ab6d-b6033f079f5a and serviceModelVersionId: 062425e6-10de-4262-8de6-1c0d530c830c
2022-02-21T04:31:52.766Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3321f5f-eb30-4aac-85b2-9d33339e86b4
2022-02-21T04:32:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:32:02.538Z||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-02-21T04:32:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:32:02.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:32:02.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:32:02.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:32:02.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:32:03.977Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0
2022-02-21T04:32:04.067Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-21T04:32:04.666Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Invoke
2022-02-21T04:32:04.673Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89964941-7094-4bcb-9015-f5536c93b059], X-ECOMP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-TransactionId=[], X-ONAP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], Content-Type=[application/merge-patch+json]}
2022-02-21T04:32:06.226Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Invoke
2022-02-21T04:32:06.226Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8cd7c8b-f46a-4ce8-a76e-6678c9286be1], X-ECOMP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-TransactionId=[], X-ONAP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], Content-Type=[application/merge-patch+json]}
2022-02-21T04:32:07.758Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||Invoke
2022-02-21T04:32:07.759Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37486d20-4475-44b0-bf47-aa8eb0ee97a9], X-ECOMP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], X-TransactionId=[], X-ONAP-RequestID=[d5c6d684-0379-4c02-ab6d-b6033f079f5a], Content-Type=[application/merge-patch+json]}
2022-02-21T04:32:08.793Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:32:08.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-21T04:32:08.794Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:32:08.795Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T04:32:08.798Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|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-02-21T04:32:08.804Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5c6d684-0379-4c02-ab6d-b6033f079f5a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:32:08.805Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T04:32:08.805Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:32:08.807Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:32:08.807Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|DEBUG|500||try to send status {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417928804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:32:08.907Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:32:08.908Z||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-02-21T04:32:08.908Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:32:08.919Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:32:08.920Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-02-21T04:32:09.824Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:32:09.825Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:32:09.825Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:32:19.363Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:33:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:33:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:33:02.536Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:33:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:33:02.537Z||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-02-21T04:33:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:33:02.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:33:02.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417862536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417870706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417875084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417876395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417877505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417878723,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/vfw79dc3352628b0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417879725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417880728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/resourceInstances/vfw79dc3352628b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417881731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221042819/1.0/artifacts/service-Vfw20220221042819-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:33:02.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:33:12.092Z|d5c6d684-0379-4c02-ab6d-b6033f079f5a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3321f5f-eb30-4aac-85b2-9d33339e86b4/model-vers/model-ver/062425e6-10de-4262-8de6-1c0d530c830c?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:34:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:34:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:34:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:34:02.538Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:34:02.538Z||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-02-21T04:34:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:34:03.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:34:03.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:34:03.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d5c6d684-0379-4c02-ab6d-b6033f079f5a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645417928804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:34:03.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:34:12.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:35:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:35:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:35:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:35:02.537Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:35:02.538Z||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-02-21T04:35:02.538Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:35:12.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:35:12.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:36:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:36:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:36:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:36:02.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:36:02.537Z||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-02-21T04:36:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:36:12.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:36:12.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:37:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:37:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:37:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:37:02.537Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:37:02.537Z||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-02-21T04:37:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:37:12.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:37:12.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:38:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:38:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:38:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:38:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:38:02.537Z||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-02-21T04:38:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:38:12.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:38:12.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:02.536Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:39:02.536Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:39:02.536Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:02.537Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:39:02.537Z||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-02-21T04:39:02.537Z||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 nUVBP4myYGncz0sW) ...
2022-02-21T04:39:03.160Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:03.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e194aeb-cef0-42a1-9bac-5b1767511a09","serviceName":"vFW 2022-02-21 04-37-24","serviceVersion":"1.0","serviceUUID":"63b92a5e-02da-4648-bb24-fa48956bfd67","serviceDescription":"catalog service description","serviceInvariantUUID":"5e59e566-468b-4f5e-bd8f-5c095f54c5cb","resources":[{"resourceInstanceName":"vFW d07af45e-2ecd 0","resourceName":"vFW d07af45e-2ecd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a2a5ffda-4979-45a3-9a10-c1875fa09e54","resourceInvariantUUID":"72ed95f9-62bf-4d8c-a233-3fb9e785e772","resourceCustomizationUUID":"84a3516f-57e8-4deb-8a40-e6252e3ad01d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml","artifactChecksum":"NWE5YThhNDJkYmE5YmI1MmMzNTlmZmMxMTVlOWUyYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfc975e0-8029-4e9f-a38a-97edd6d8d154","artifactVersion":"1"},{"artifactName":"vfwd07af45e2ecd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json","artifactChecksum":"N2MwZDhiZGExYTYwMThlZmYwOWJjMDNiYjZlYjEwNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"489cb991-1df8-4561-aa7b-6106dd9f8e0e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d533b062-a7e2-4285-8575-02f18d54a575","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml","artifactChecksum":"YjgwY2NiN2YwOWM1ZTM4YmNlOGMzNTgyMjdkYjI3M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d0de8f9-ed08-46d3-9a40-2b9f5916784b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"801edec7-f461-4f2f-b394-a1051a16b548","artifactVersion":"2","generatedFromUUID":"d533b062-a7e2-4285-8575-02f18d54a575"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221043724-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml","artifactChecksum":"ZTY2NmI3NTU0ZGY0OGNkNjMzN2E3NTNlNmZjNDJjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a714585-f754-4942-a582-b5d8ecbe97f8","artifactVersion":"1"},{"artifactName":"service-Vfw20220221043724-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar","artifactChecksum":"MDlhMWIyMWY2OGY2NWExMDBiYzcyZTg2NGRiNzQxODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a6f6d71-6871-4e06-bc75-6db5680f4384","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:39:03.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:03.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.163Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:03.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418306280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.163Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418300909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418310820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418306280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.165Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418300909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418310820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418306280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418300909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418310820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418306280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418300909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418313560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418310820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418306280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418300909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418313560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418310820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418306280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418300909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418313560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418310820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418306280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418300909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418313560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418310820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "ves-openapi-manager",
"timestamp": 1645418316899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418317711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418317881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418313560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "ves-openapi-manager",
"timestamp": 1645418316899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418318716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418318801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418319098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418313560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "ves-openapi-manager",
"timestamp": 1645418316899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418319720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418319804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418313560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418320389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "ves-openapi-manager",
"timestamp": 1645418316899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "aai-ml",
"timestamp": 1645418320723,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"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=?
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-02-21T04:39:03.188Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.188Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "policy-id",
"timestamp": 1645418320806,
"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-02-21T04:39:03.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.201Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418321414,
"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-02-21T04:39:03.214Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.214Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "ves-openapi-manager",
"timestamp": 1645418316899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418321795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645418322417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "ves-openapi-manager",
"timestamp": 1645418316899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "cds",
"timestamp": 1645418322801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-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-02-21T04:39:03.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "ves-openapi-manager",
"timestamp": 1645418316899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418324289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418324289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418324289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418327174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418324289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418327174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418324289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418327174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418324289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418327174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418324289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418327174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418332020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418327174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418327174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418334701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:39:03.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:39:03.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-21T04:39:03.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645418335704,
"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-02-21T04:39:03.241Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:39:03.241Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:03.265Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:03.265Z||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-02-21T04:39:03.265Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:03.275Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:03.275Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:04.165Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:04.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:04.168Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:04.168Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:39:04.268Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:04.268Z||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-02-21T04:39:04.268Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:04.279Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:04.279Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:05.168Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:05.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:05.170Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:05.170Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:39:05.270Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:05.271Z||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-02-21T04:39:05.271Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:05.280Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:05.281Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:06.171Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:06.171Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:06.172Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:06.173Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:06.273Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:06.274Z||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-02-21T04:39:06.274Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:06.285Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:06.285Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:07.173Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:07.174Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:07.175Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:07.175Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-21T04:39:07.275Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:07.276Z||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-02-21T04:39:07.276Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:07.285Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:07.286Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:08.176Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:08.176Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:08.177Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:08.178Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:39:08.278Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:08.278Z||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-02-21T04:39:08.278Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:08.287Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:08.287Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:09.178Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:39:09.179Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:09.180Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:09.180Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:39:09.280Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:09.282Z||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-02-21T04:39:09.282Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:09.293Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:09.293Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:39:10.181Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"serviceName": "vFW 2022-02-21 04-37-24",
"serviceVersion": "1.0",
"serviceUUID": "63b92a5e-02da-4648-bb24-fa48956bfd67",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5e59e566-468b-4f5e-bd8f-5c095f54c5cb",
"resources": [
{
"resourceInstanceName": "vFW d07af45e-2ecd 0",
"resourceCustomizationUUID": "84a3516f-57e8-4deb-8a40-e6252e3ad01d",
"resourceName": "vFW d07af45e-2ecd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a2a5ffda-4979-45a3-9a10-c1875fa09e54",
"resourceInvariantUUID": "72ed95f9-62bf-4d8c-a233-3fb9e785e772",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd07af45e2ecd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"artifactChecksum": "N2MwZDhiZGExYTYwMThlZmYwOWJjMDNiYjZlYjEwNjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "489cb991-1df8-4561-aa7b-6106dd9f8e0e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d533b062-a7e2-4285-8575-02f18d54a575",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "801edec7-f461-4f2f-b394-a1051a16b548",
"generatedFromUUID": "d533b062-a7e2-4285-8575-02f18d54a575"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "801edec7-f461-4f2f-b394-a1051a16b548",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220221043724-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"artifactChecksum": "MDlhMWIyMWY2OGY2NWExMDBiYzcyZTg2NGRiNzQxODA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a6f6d71-6871-4e06-bc75-6db5680f4384"
}
],
"workloadContext": "Production"
}
2022-02-21T04:39:10.182Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:39:10.182Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63b92a5e-02da-4648-bb24-fa48956bfd67 ASDC
2022-02-21T04:39:10.183Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0e194aeb-cef0-42a1-9bac-5b1767511a09
ServiceName:vFW 2022-02-21 04-37-24
ServiceVersion:1.0
ServiceUUID:63b92a5e-02da-4648-bb24-fa48956bfd67
ServiceInvariantUUID:5e59e566-468b-4f5e-bd8f-5c095f54c5cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221043724-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
ArtifactUUID:5a6f6d71-6871-4e06-bc75-6db5680f4384
ArtifactChecksum:MDlhMWIyMWY2OGY2NWExMDBiYzcyZTg2NGRiNzQxODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d07af45e-2ecd 0
ResourceCustomizationUUID:84a3516f-57e8-4deb-8a40-e6252e3ad01d
ResourceInvariantUUID:72ed95f9-62bf-4d8c-a233-3fb9e785e772
ResourceName:vFW d07af45e-2ecd
ResourceType:VF
ResourceUUID:a2a5ffda-4979-45a3-9a10-c1875fa09e54
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd07af45e2ecd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
ArtifactUUID:489cb991-1df8-4561-aa7b-6106dd9f8e0e
ArtifactChecksum:N2MwZDhiZGExYTYwMThlZmYwOWJjMDNiYjZlYjEwNjQ=
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/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
ArtifactUUID:d533b062-a7e2-4285-8575-02f18d54a575
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/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
ArtifactUUID:801edec7-f461-4f2f-b394-a1051a16b548
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/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
ArtifactUUID:801edec7-f461-4f2f-b394-a1051a16b548
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-21T04:39:10.183Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63b92a5e-02da-4648-bb24-fa48956bfd67 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-02-21T04:39:10.223Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:39:10.224Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-21T04:39:10.224Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-21T04:39:10.224Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5a6f6d71-6871-4e06-bc75-6db5680f4384 from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:10.225Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:10.225Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:10.577Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:10.581Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar 5a6f6d71-6871-4e06-bc75-6db5680f4384 98926
2022-02-21T04:39:10.581Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar ASDC sendASDCNotification
2022-02-21T04:39:10.582Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:10.582Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:10.582Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:10.584Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:10.584Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418350581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:10.684Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:10.684Z||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-02-21T04:39:10.684Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:10.695Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:10.695Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:11.584Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:39:11.585Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-21T04:39:11.585Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5a6f6d71-6871-4e06-bc75-6db5680f4384, URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar to file: /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.585Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.586Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.586Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:11.734Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14384143452696557516/Definitions/service-Vfw20220221043724-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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
2022-02-21T04:39:13.618Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:39:13.618Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-21T04:39:13.618Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.619Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d07af45e-2ecd 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-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-21T04:39:13.620Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.621Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.622Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.623Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:13.624Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:13.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14e3d7f2-d225-461e-a70e-aed72309b1d5
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.626Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d5f64122-183c-4634-add7-e57cf7aa651d
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.628Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7b1f6ab-4450-42a6-82ce-be765d043eac
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.629Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:13.630Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-21 04-37-24
Description:catalog service description
Model UUID:63b92a5e-02da-4648-bb24-fa48956bfd67
Model Version:NULL
Model InvariantUuid:5e59e566-468b-4f5e-bd8f-5c095f54c5cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d07af45e-2ecd
Model UUID:50da5326-30eb-424a-9e49-15d7eb519000
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72ed95f9-62bf-4d8c-a233-3fb9e785e772
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:84a3516f-57e8-4deb-8a40-e6252e3ad01d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f
ModelName:VfwD07af45e2ecd..base_vfw..module-0
ModelUuid:c1f84264-5d5e-45d3-814b-92a23471defc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:14e3d7f2-d225-461e-a70e-aed72309b1d5
ModelInvariantUuid:71c34ed4-531a-449f-b91d-c6ea6934ed41
ModelName:vFW d07af45e-2ecd-nodes.vfwCvfc
ModelUuid:bcd03106-6243-4168-911b-33420c901f7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:70f1e81b-f53e-4d36-8ed3-4d1ba7772f15
ModelInvariantUuid:58c4d4fd-260a-479a-bc1a-2967a6198ef9
ModelName:VfwD07af45e2ecd.compute.nodes.heat.vfw
ModelUuid:9e4f22ee-1119-480c-9147-f7cbe925ad6a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d5f64122-183c-4634-add7-e57cf7aa651d
ModelInvariantUuid:af6e87a1-616a-4b9c-97a8-768b6bc3f0fe
ModelName:vFW d07af45e-2ecd-nodes.vsnCvfc
ModelUuid:033871bb-b876-4bfe-b9bf-2b2a61b11d2e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c00b7365-793d-48f7-9fdf-49f23d18d298
ModelInvariantUuid:337a9ba1-eee2-42a0-99cc-4f5a1e74b389
ModelName:VfwD07af45e2ecd.compute.nodes.heat.vsn
ModelUuid:a4ec0dff-cbc1-4c7a-8cb1-973d5c79eaa8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e7b1f6ab-4450-42a6-82ce-be765d043eac
ModelInvariantUuid:85bfc8b6-7c60-43a0-ab47-c339b1b6009c
ModelName:vFW d07af45e-2ecd-nodes.vpgCvfc
ModelUuid:038eea52-2b09-4826-b6c7-3c0fd64a146f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0e1c01d6-9d8d-4f5f-bb3e-356808a508d3
ModelInvariantUuid:2c4320d4-8918-4419-a3c6-2ff8e4bf2dd8
ModelName:VfwD07af45e2ecd.compute.nodes.heat.vpg
ModelUuid:4f313e92-8311-452d-b081-1fce2dacc61f
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-02-21T04:39:13.633Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a2a5ffda-4979-45a3-9a10-c1875fa09e54
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-02-21T04:39:13.634Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||vFW d07af45e-2ecd 0
2022-02-21T04:39:13.634Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a2a5ffda-4979-45a3-9a10-c1875fa09e54
2022-02-21T04:39:13.635Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 489cb991-1df8-4561-aa7b-6106dd9f8e0e from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:13.635Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:13.635Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:13.885Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:13.885Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json 489cb991-1df8-4561-aa7b-6106dd9f8e0e 785
2022-02-21T04:39:13.885Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json ASDC sendASDCNotification
2022-02-21T04:39:13.886Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:13.886Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:13.886Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:13.887Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:13.887Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418353885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:13.988Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:13.988Z||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-02-21T04:39:13.988Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:13.999Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:13.999Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:14.888Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD07af45e2ecd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c1f84264-5d5e-45d3-814b-92a23471defc",
"vfModuleModelCustomizationUUID": "a22fae23-e256-448f-b70f-c28d63ed57f9",
"isBase": true,
"artifacts": [
"d533b062-a7e2-4285-8575-02f18d54a575",
"801edec7-f461-4f2f-b394-a1051a16b548"
],
"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-02-21T04:39:14.892Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD07af45e2ecd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1f84264-5d5e-45d3-814b-92a23471defc
VfModuleModelInvariantUUID:bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d533b062-a7e2-4285-8575-02f18d54a575
,
801edec7-f461-4f2f-b394-a1051a16b548
}
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-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD07af45e2ecd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c1f84264-5d5e-45d3-814b-92a23471defc",
"vfModuleModelCustomizationUUID": "a22fae23-e256-448f-b70f-c28d63ed57f9",
"isBase": true,
"artifacts": [
"d533b062-a7e2-4285-8575-02f18d54a575",
"801edec7-f461-4f2f-b394-a1051a16b548"
],
"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-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD07af45e2ecd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1f84264-5d5e-45d3-814b-92a23471defc
VfModuleModelInvariantUUID:bb3bc1c1-4dd0-4aaf-916b-6aec5ea0225f
VfModuleModelDescription:NULL
Artifacts UUID List:{
d533b062-a7e2-4285-8575-02f18d54a575
,
801edec7-f461-4f2f-b394-a1051a16b548
}
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-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d533b062-a7e2-4285-8575-02f18d54a575 from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:14.893Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:14.894Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:15.181Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml d533b062-a7e2-4285-8575-02f18d54a575 20368
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:15.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:15.184Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:15.184Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418355182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:15.284Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:15.285Z||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-02-21T04:39:15.285Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:15.296Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:15.296Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:16.185Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 801edec7-f461-4f2f-b394-a1051a16b548 from URL: /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:16.186Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-21T04:39:16.186Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env 801edec7-f461-4f2f-b394-a1051a16b548 2098
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:39:16.487Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:16.488Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:39:16.488Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:16.489Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:16.489Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418356487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:39:16.589Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:16.590Z||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-02-21T04:39:16.590Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:16.602Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:16.602Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-21T04:39:17.490Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 63b92a5e-02da-4648-bb24-fa48956bfd67
2022-02-21T04:39:17.491Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d07af45e-2ecd 0 a2a5ffda-4979-45a3-9a10-c1875fa09e54 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-02-21T04:39:17.502Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@766bc5f, org.onap.sdc.toscaparser.api.parameters.Input@41d81451, org.onap.sdc.toscaparser.api.parameters.Input@5b707819, org.onap.sdc.toscaparser.api.parameters.Input@7f47badd, org.onap.sdc.toscaparser.api.parameters.Input@4d71652e]
2022-02-21T04:39:17.503Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.503Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 84a3516f-57e8-4deb-8a40-e6252e3ad01d
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84a3516f-57e8-4deb-8a40-e6252e3ad01d matches Tosca VF Customization UUID: 84a3516f-57e8-4deb-8a40-e6252e3ad01d
2022-02-21T04:39:17.504Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 84a3516f-57e8-4deb-8a40-e6252e3ad01d 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-02-21T04:39:17.505Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.505Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 84a3516f-57e8-4deb-8a40-e6252e3ad01d: {\"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-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d74dfab
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a22fae23-e256-448f-b70f-c28d63ed57f9
2022-02-21T04:39:17.506Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a22fae23-e256-448f-b70f-c28d63ed57f9
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-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.508Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.509Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.510Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=14e3d7f2-d225-461e-a70e-aed72309b1d5
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-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.511Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.512Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.513Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d5f64122-183c-4634-add7-e57cf7aa651d
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-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.514Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:39:17.515Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:39:17.516Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7b1f6ab-4450-42a6-82ce-be765d043eac
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-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:39:17.517Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.518Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Node template vFW d07af45e-2ecd 0 is matching search criteria
2022-02-21T04:39:17.518Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d07af45e-2ecd 0] matching following query criteria: sdcType=VF, customizationUUID=84a3516f-57e8-4deb-8a40-e6252e3ad01d
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-02-21T04:39:17.518Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 63b92a5e-02da-4648-bb24-fa48956bfd67: vFW d07af45e-2ecd
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.519Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-02-21 04-37-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:39:17.520Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-02-21 04-37-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-02-21T04:39:17.602Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d07af45e-2ecd a2a5ffda-4979-45a3-9a10-c1875fa09e54 1 ASDC deployResourceStructure
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json ASDC sendASDCNotification
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:17.603Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:17.605Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:17.605Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418357603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-21T04:39:17.705Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:39:17.706Z||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-02-21T04:39:17.706Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:17.716Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:17.717Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:18.606Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:39:18.607Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml
2022-02-21T04:39:18.607Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:18.607Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:18.608Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:18.608Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418358606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-21T04:39:18.708Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:18.709Z||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-02-21T04:39:18.709Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:18.720Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:18.720Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:19.609Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:19.611Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:19.611Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418359609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-21T04:39:19.711Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:19.712Z||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-02-21T04:39:19.712Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:19.723Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:19.723Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:20.612Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar ASDC sendASDCNotification
2022-02-21T04:39:20.612Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar
2022-02-21T04:39:20.612Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-21T04:39:20.613Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:20.614Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:20.615Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418360612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:39:20.715Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:20.715Z||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-02-21T04:39:20.715Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:20.726Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:20.726Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:39:21.615Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09
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-02-21T04:39:21.625Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09
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-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-02-21T04:39:21.627Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-02-21T04:39:21.631Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-21T04:39:51.631Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:39:51.636Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e194aeb-cef0-42a1-9bac-5b1767511a09 and serviceModelVersionId: 63b92a5e-02da-4648-bb24-fa48956bfd67
2022-02-21T04:39:51.636Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e59e566-468b-4f5e-bd8f-5c095f54c5cb
2022-02-21T04:39:51.637Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0
2022-02-21T04:39:51.641Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-21T04:39:51.676Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?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-02-21T04:39:51.677Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Invoke
2022-02-21T04:39:53.198Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?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-02-21T04:39:53.199Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Invoke
2022-02-21T04:39:54.734Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?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-02-21T04:39:54.735Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Invoke
2022-02-21T04:39:55.769Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:39:55.769Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-02-21T04:39:55.770Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:39:55.770Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e194aeb-cef0-42a1-9bac-5b1767511a09 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-21T04:39:55.773Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:39:55.775Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:39:55.775Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418395773,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:39:55.875Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:39:55.876Z||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-02-21T04:39:55.876Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:39:55.890Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:39:55.891Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-21T04:40:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:40:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:40:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:40:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:40:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:40:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:40:02.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:40:02.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:40:02.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:40:02.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-21T04:40:12.077Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:41:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:41:02.536Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:02.537Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-21T04:41:02.537Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-21T04:41:02.537Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:02.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-21T04:41:02.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418347663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418342536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-21T04:41:02.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418349671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418350581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "clamp",
"timestamp": 1645418350673,
"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-02-21T04:41:02.574Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e194aeb-cef0-42a1-9bac-5b1767511a09
2022-02-21T04:41:02.575Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e194aeb-cef0-42a1-9bac-5b1767511a09 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-02-21T04:41:02.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418353885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418355182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418356487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418357603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/vfwd07af45e2ecd0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418358606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418359609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/resourceInstances/vfwd07af45e2ecd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418360612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043724/1.0/artifacts/service-Vfw20220221043724-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-21T04:41:02.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:02.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-21T04:41:02.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0e194aeb-cef0-42a1-9bac-5b1767511a09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418395773,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-21T04:41:02.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-21T04:41:03.161Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:03.162Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||received message from topic
2022-02-21T04:41:03.162Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"8187fe35-13a6-4383-9815-77c31b114c8d","serviceName":"vFW 2022-02-21 04-39-28","serviceVersion":"1.0","serviceUUID":"c4a117d2-69c7-4605-9c5c-8afafc2dcfa6","serviceDescription":"catalog service description","serviceInvariantUUID":"25da2cc6-2976-449c-a446-726502c5bfff","resources":[{"resourceInstanceName":"vFW 2f422173-2517 0","resourceName":"vFW 2f422173-2517","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"36ea00c5-7636-4df7-8762-c07bb773f6d9","resourceInvariantUUID":"0a1bc2e2-6535-4f6e-b92f-e75a2269b476","resourceCustomizationUUID":"ab00ca79-ebf8-4ade-8147-da5b747568dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml","artifactChecksum":"MGRhMjVkYWM5MzdiNTRkNWY2ZGU4YzM1ZGEzYmMxNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2bd83068-0e18-42f6-bab9-547578df92ed","artifactVersion":"1"},{"artifactName":"vfw2f42217325170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json","artifactChecksum":"YzZmNTYwYWFhZjMyNTczYWZlOGQ4ZTQ0N2I2ODBmNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81006205-c539-44b9-8e80-e4338c23c9f6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4b05fab8-a463-4387-b546-e3e81fb08812","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml","artifactChecksum":"NzQzODkyODc3MWVjYTVhNGQ4ZjY4ZjYyN2FiNGU1YjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15fad631-9dea-46f9-b1e2-741ab7e53144","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"867c578b-93e9-448d-9d18-1c1b3ba78617","artifactVersion":"2","generatedFromUUID":"4b05fab8-a463-4387-b546-e3e81fb08812"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220221043928-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml","artifactChecksum":"MzdlZDkxNjEwZmViMjljMmZmYmIwYWVlMjlkZjY1NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fc1b5e5-d40d-4cea-bb22-03a96e15d51d","artifactVersion":"1"},{"artifactName":"service-Vfw20220221043928-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar","artifactChecksum":"NGIzMTRjYWYwMDkzNDA2Mjk3NWZkN2YzMWNiN2Q4YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-21T04:41:03.164Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:03.164Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:03.165Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:03.165Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418462536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:41:03.265Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:03.266Z||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-02-21T04:41:03.266Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:03.278Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:03.278Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:04.166Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:04.166Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:04.168Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:04.168Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418462536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
"status": "NOTIFIED"
}
2022-02-21T04:41:04.268Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:04.269Z||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-02-21T04:41:04.269Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:04.279Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:04.279Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:05.168Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:05.169Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:05.170Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:05.170Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418462536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-21T04:41:05.270Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:05.271Z||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-02-21T04:41:05.271Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:05.281Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:05.281Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:06.171Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:06.171Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:06.173Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:06.173Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418462536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:41:06.273Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:06.274Z||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-02-21T04:41:06.274Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:06.284Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:06.284Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:07.173Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:07.174Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:07.175Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:07.175Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418462536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-21T04:41:07.276Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:07.276Z||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-02-21T04:41:07.276Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:07.286Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:07.286Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:08.176Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:08.176Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:08.178Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:08.178Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418462536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-21T04:41:08.278Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:08.278Z||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-02-21T04:41:08.279Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:08.286Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:08.287Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:09.178Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-21T04:41:09.179Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:09.180Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:09.180Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418462536,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
"status": "NOTIFIED"
}
2022-02-21T04:41:09.281Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:09.281Z||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-02-21T04:41:09.281Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:09.295Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:09.295Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:10.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"serviceName": "vFW 2022-02-21 04-39-28",
"serviceVersion": "1.0",
"serviceUUID": "c4a117d2-69c7-4605-9c5c-8afafc2dcfa6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "25da2cc6-2976-449c-a446-726502c5bfff",
"resources": [
{
"resourceInstanceName": "vFW 2f422173-2517 0",
"resourceCustomizationUUID": "ab00ca79-ebf8-4ade-8147-da5b747568dc",
"resourceName": "vFW 2f422173-2517",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "36ea00c5-7636-4df7-8762-c07bb773f6d9",
"resourceInvariantUUID": "0a1bc2e2-6535-4f6e-b92f-e75a2269b476",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2f42217325170_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
"artifactChecksum": "YzZmNTYwYWFhZjMyNTczYWZlOGQ4ZTQ0N2I2ODBmNzk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81006205-c539-44b9-8e80-e4338c23c9f6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4b05fab8-a463-4387-b546-e3e81fb08812",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "867c578b-93e9-448d-9d18-1c1b3ba78617",
"generatedFromUUID": "4b05fab8-a463-4387-b546-e3e81fb08812"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "867c578b-93e9-448d-9d18-1c1b3ba78617",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220221043928-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
"artifactChecksum": "NGIzMTRjYWYwMDkzNDA2Mjk3NWZkN2YzMWNiN2Q4YjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc"
}
],
"workloadContext": "Production"
}
2022-02-21T04:41:10.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-21T04:41:10.182Z|0e194aeb-cef0-42a1-9bac-5b1767511a09|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4a117d2-69c7-4605-9c5c-8afafc2dcfa6 ASDC
2022-02-21T04:41:10.182Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||ASDC Notification:
DistributionID:8187fe35-13a6-4383-9815-77c31b114c8d
ServiceName:vFW 2022-02-21 04-39-28
ServiceVersion:1.0
ServiceUUID:c4a117d2-69c7-4605-9c5c-8afafc2dcfa6
ServiceInvariantUUID:25da2cc6-2976-449c-a446-726502c5bfff
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220221043928-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
ArtifactUUID:e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc
ArtifactChecksum:NGIzMTRjYWYwMDkzNDA2Mjk3NWZkN2YzMWNiN2Q4YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2f422173-2517 0
ResourceCustomizationUUID:ab00ca79-ebf8-4ade-8147-da5b747568dc
ResourceInvariantUUID:0a1bc2e2-6535-4f6e-b92f-e75a2269b476
ResourceName:vFW 2f422173-2517
ResourceType:VF
ResourceUUID:36ea00c5-7636-4df7-8762-c07bb773f6d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2f42217325170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
ArtifactUUID:81006205-c539-44b9-8e80-e4338c23c9f6
ArtifactChecksum:YzZmNTYwYWFhZjMyNTczYWZlOGQ4ZTQ0N2I2ODBmNzk=
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/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
ArtifactUUID:4b05fab8-a463-4387-b546-e3e81fb08812
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/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
ArtifactUUID:867c578b-93e9-448d-9d18-1c1b3ba78617
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/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
ArtifactUUID:867c578b-93e9-448d-9d18-1c1b3ba78617
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-21T04:41:10.183Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4a117d2-69c7-4605-9c5c-8afafc2dcfa6 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-02-21T04:41:10.203Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:10.204Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:10.676Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:10.680Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc 98924
2022-02-21T04:41:10.680Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar ASDC sendASDCNotification
2022-02-21T04:41:10.680Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:10.681Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:10.681Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:10.682Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:10.682Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418470680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:10.783Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:10.783Z||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-02-21T04:41:10.783Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:10.792Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:10.792Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:11.683Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-21T04:41:11.684Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||MSO config path is: /app
2022-02-21T04:41:11.684Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to write artifact UUID: e043a1c3-5c5e-42b5-b6ec-6f4a116d62fc, URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/artifacts/service-Vfw20220221043928-csar.csar to file: /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.684Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.685Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.685Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:11.976Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14279193674462515273/Definitions/service-Vfw20220221043928-template.yml
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_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_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-02-21T04:41:13.439Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||####################################################################################################
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2f422173-2517 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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|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-Vfw20220221043928-csar.csar
2022-02-21T04:41:13.440Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|WARN|500||####################################################################################################
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Search for entities recursively
2022-02-21T04:41:13.441Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:13.442Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.443Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [vFW 2f422173-2517 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.444Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23422660-3fee-4861-a081-25da3001f068
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.445Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b9e59280-3bc4-4587-8a00-960ba47e8544
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.446Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vFW 2f422173-2517 0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-21T04:41:13.447Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5cc4d44d-5d3d-48a7-afe4-1485a3d1aef1
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Service vFW 2022-02-21 04-39-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-21T04:41:13.448Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-21 04-39-28
Description:catalog service description
Model UUID:c4a117d2-69c7-4605-9c5c-8afafc2dcfa6
Model Version:NULL
Model InvariantUuid:25da2cc6-2976-449c-a446-726502c5bfff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2f422173-2517
Model UUID:7b3ea0e0-8c87-4a42-a39a-99f8648021fa
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a1bc2e2-6535-4f6e-b92f-e75a2269b476
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ab00ca79-ebf8-4ade-8147-da5b747568dc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:610b5003-41b1-47e1-a073-1c731956b24d
ModelName:Vfw2f4221732517..base_vfw..module-0
ModelUuid:ce35e282-bcc3-44f3-a7a7-eed9cdb79386
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:23422660-3fee-4861-a081-25da3001f068
ModelInvariantUuid:3f67a2ba-551a-41af-a669-7a784d360b9c
ModelName:vFW 2f422173-2517-nodes.vfwCvfc
ModelUuid:a8e19867-de0f-4024-88ce-898d2be4ef69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:80c4864f-5e72-4d85-8d5e-23a336775648
ModelInvariantUuid:66601ed4-cc34-4d0b-ae02-8a5e76d89f38
ModelName:Vfw2f4221732517.compute.nodes.heat.vfw
ModelUuid:db0df6e8-20c7-4110-8933-f6434ac8ecfb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b9e59280-3bc4-4587-8a00-960ba47e8544
ModelInvariantUuid:eeb2dc1f-3d4d-4632-a45b-bcc13a223f6e
ModelName:vFW 2f422173-2517-nodes.vsnCvfc
ModelUuid:33acdbe2-f240-4afa-ad38-5e95910d45f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6425bcfe-2310-4dbc-ae69-a2c4acafe2dc
ModelInvariantUuid:3a7034da-10d6-47d5-851e-a19fdf5303e6
ModelName:Vfw2f4221732517.compute.nodes.heat.vsn
ModelUuid:15319e8a-704c-433f-80d8-2962e6b8b630
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5cc4d44d-5d3d-48a7-afe4-1485a3d1aef1
ModelInvariantUuid:2e652f9f-07d1-43f5-8d1c-d3a7e8045d07
ModelName:vFW 2f422173-2517-nodes.vpgCvfc
ModelUuid:2158004c-03bd-4a1d-93b4-77a6d30d5c4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:62240aad-197a-4468-bbe2-3b05a2007c83
ModelInvariantUuid:8ab1c07b-de95-462a-a7ec-e36f1b3986f2
ModelName:Vfw2f4221732517.compute.nodes.heat.vpg
ModelUuid:e4353152-5d41-473f-9c16-53c61a6e8c7e
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-02-21T04:41:13.451Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 36ea00c5-7636-4df7-8762-c07bb773f6d9
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-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||vFW 2f422173-2517 0
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 36ea00c5-7636-4df7-8762-c07bb773f6d9
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: 81006205-c539-44b9-8e80-e4338c23c9f6 from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:13.452Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
2022-02-21T04:41:13.881Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:13.881Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json 81006205-c539-44b9-8e80-e4338c23c9f6 785
2022-02-21T04:41:13.881Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json ASDC sendASDCNotification
2022-02-21T04:41:13.882Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json
2022-02-21T04:41:13.882Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:13.882Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:13.883Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:13.883Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418473881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/vfw2f42217325170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:13.984Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-21T04:41:13.984Z||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-02-21T04:41:13.984Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:13.996Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:13.997Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:14.884Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2f4221732517..base_vfw..module-0",
"vfModuleModelInvariantUUID": "610b5003-41b1-47e1-a073-1c731956b24d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce35e282-bcc3-44f3-a7a7-eed9cdb79386",
"vfModuleModelCustomizationUUID": "4365620d-f632-4663-8612-ab2360556767",
"isBase": true,
"artifacts": [
"4b05fab8-a463-4387-b546-e3e81fb08812",
"867c578b-93e9-448d-9d18-1c1b3ba78617"
],
"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-02-21T04:41:14.887Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2f4221732517..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce35e282-bcc3-44f3-a7a7-eed9cdb79386
VfModuleModelInvariantUUID:610b5003-41b1-47e1-a073-1c731956b24d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b05fab8-a463-4387-b546-e3e81fb08812
,
867c578b-93e9-448d-9d18-1c1b3ba78617
}
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-02-21T04:41:14.888Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2f4221732517..base_vfw..module-0",
"vfModuleModelInvariantUUID": "610b5003-41b1-47e1-a073-1c731956b24d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ce35e282-bcc3-44f3-a7a7-eed9cdb79386",
"vfModuleModelCustomizationUUID": "4365620d-f632-4663-8612-ab2360556767",
"isBase": true,
"artifacts": [
"4b05fab8-a463-4387-b546-e3e81fb08812",
"867c578b-93e9-448d-9d18-1c1b3ba78617"
],
"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-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2f4221732517..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ce35e282-bcc3-44f3-a7a7-eed9cdb79386
VfModuleModelInvariantUUID:610b5003-41b1-47e1-a073-1c731956b24d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4b05fab8-a463-4387-b546-e3e81fb08812
,
867c578b-93e9-448d-9d18-1c1b3ba78617
}
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-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: 4b05fab8-a463-4387-b546-e3e81fb08812 from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
2022-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:14.889Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
2022-02-21T04:41:15.092Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:15.092Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml 4b05fab8-a463-4387-b546-e3e81fb08812 20368
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:15.093Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:15.095Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:15.095Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418475093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:15.195Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:15.196Z||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-02-21T04:41:15.196Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:15.206Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:15.206Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:16.096Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||Trying to download the artifact UUID: 867c578b-93e9-448d-9d18-1c1b3ba78617 from URL: /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
2022-02-21T04:41:16.096Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - download
2022-02-21T04:41:16.096Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
2022-02-21T04:41:16.380Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||GET Response Status 200
2022-02-21T04:41:16.380Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env 867c578b-93e9-448d-9d18-1c1b3ba78617 2098
2022-02-21T04:41:16.380Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-21T04:41:16.381Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env
2022-02-21T04:41:16.381Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-21T04:41:16.381Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-21T04:41:16.382Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-21T04:41:16.382Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||try to send status {
"distributionID": "8187fe35-13a6-4383-9815-77c31b114c8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645418476380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220221043928/1.0/resourceInstances/vfw2f42217325170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-21T04:41:16.482Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-21T04:41:16.483Z||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-02-21T04:41:16.483Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nUVBP4myYGncz0sW) ...
2022-02-21T04:41:16.494Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-21T04:41:16.494Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-21T04:41:17.383Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||Preparing to deploy Service: c4a117d2-69c7-4605-9c5c-8afafc2dcfa6
2022-02-21T04:41:17.383Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2f422173-2517 0 36ea00c5-7636-4df7-8762-c07bb773f6d9 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-02-21T04:41:17.392Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f4879ca, org.onap.sdc.toscaparser.api.parameters.Input@2bec81ca, org.onap.sdc.toscaparser.api.parameters.Input@3f41830c, org.onap.sdc.toscaparser.api.parameters.Input@36a89af1, org.onap.sdc.toscaparser.api.parameters.Input@4ad223c7]
2022-02-21T04:41:17.392Z|8187fe35-13a6-4383-9815-77c31b114c8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e59e566-468b-4f5e-bd8f-5c095f54c5cb/model-vers/model-ver/63b92a5e-02da-4648-bb24-fa48956bfd67?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery