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-19T00:46:50.893Z||main|||||INFO|500||The following profiles are active: basic
2022-02-19T00:46:59.572Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-19T00:46:59.573Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-19T00:46:59.651Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-19T00:47:01.846Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-19T00:47:02.003Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-19T00:47:02.329Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-19T00:47:02.335Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-19T00:47:02.412Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-19T00:47:02.531Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-19T00:47:02.904Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-19T00:47:03.668Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-19T00:47:05.421Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-19T00:47:05.466Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-19T00:47:05.929Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-19T00:47:06.069Z||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-19T00:47:07.182Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-19T00:47:08.161Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-19T00:47:08.177Z||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-19T00:47:08.178Z||main|||||WARN|500||The sdc end point is not alive
2022-02-19T00:47:10.782Z||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-19T00:47:13.206Z||main|||||WARN|500||---
2022-02-19T00:47:13.207Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-19T00:47:13.221Z||main|||||WARN|500||---
2022-02-19T00:47:13.591Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-19T00:47:17.690Z||main|||||INFO|500||Started Application in 30.84 seconds (JVM running for 31.948)
2022-02-19T00:47:17.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-19T00:47:17.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-19T00:47:17.742Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-19T00:47:17.772Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-19T00:47:17.847Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d66e17a4-14a3-4127-adf6-073aa3a4a790 url= /sdc/v1/artifactTypes
2022-02-19T00:47:17.848Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-19T00:47:18.089Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-19T00:47:18.111Z||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-19T00:47:18.140Z||scheduling-1|||||DEBUG|500||create keys
2022-02-19T00:47:18.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-19T00:47:18.573Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:47:18.590Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a8f0043f-5952-4ab1-91aa-ce11d8a1643c url= /sdc/v1/registerForDistribution
2022-02-19T00:47:19.041Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a8f0043f-5952-4ab1-91aa-ce11d8a1643c url= /sdc/v1/registerForDistribution
2022-02-19T00:47:19.041Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-19T00:47:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:47:19.050Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:47:19.054Z||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-19T00:47:19.054Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:47:19.055Z||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-19T00:47:19.055Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-19T00:47:19.055Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:47:30.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:47:30.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:48:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:48:19.049Z||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-19T00:48:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:48:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:48:19.050Z||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-19T00:48:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:48:28.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:48:28.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:49:19.048Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:49:19.048Z||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-19T00:49:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:49:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:49:19.050Z||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-19T00:49:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:49:28.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:49:28.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:50:19.048Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:50:19.048Z||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-19T00:50:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:50:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:50:19.050Z||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-19T00:50:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:50:28.605Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:50:28.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:51:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:51:19.049Z||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-19T00:51:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:51:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:51:19.050Z||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-19T00:51:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:51:28.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:51:28.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:52:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:52:19.049Z||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-19T00:52:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:52:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:52:19.050Z||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-19T00:52:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:52:28.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:52:28.602Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:53:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:53:19.049Z||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-19T00:53:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:53:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:53:19.050Z||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-19T00:53:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:53:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:53:28.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:54:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:54:19.048Z||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-19T00:54:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:54:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:54:19.050Z||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-19T00:54:19.051Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:54:28.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:54:28.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:55:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:55:19.048Z||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-19T00:55:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:55:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:55:19.050Z||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-19T00:55:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:55:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:55:28.596Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:56:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:56:19.049Z||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-19T00:56:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:56:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:56:19.050Z||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-19T00:56:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:56:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:56:28.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:56:51.007Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-19T00:57:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:57:19.048Z||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-19T00:57:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:57:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:57:19.050Z||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-19T00:57:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:57:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:57:28.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:58:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:58:19.048Z||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-19T00:58:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:58:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:58:19.050Z||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-19T00:58:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:58:28.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:58:28.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:59:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:59:19.048Z||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-19T00:59:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:59:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T00:59:19.050Z||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-19T00:59:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T00:59:28.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T00:59:28.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:00:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:00:19.048Z||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-19T01:00:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:00:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:00:19.050Z||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-19T01:00:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:00:28.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:00:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:01:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:01:19.049Z||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-19T01:01:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:01:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:01:19.050Z||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-19T01:01:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:01:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:01:28.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:02:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:02:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:02:19.051Z||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-19T01:02:19.051Z||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-19T01:02:19.051Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:02:19.052Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:02:28.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:02:28.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:03:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:03:19.049Z||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-19T01:03:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:03:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:03:19.050Z||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-19T01:03:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:03:28.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:03:28.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:04:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:04:19.048Z||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-19T01:04:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:04:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:04:19.050Z||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-19T01:04:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:04:28.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:04:28.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:05:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:05:19.048Z||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-19T01:05:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:05:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:05:19.049Z||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-19T01:05:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:05:28.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:05:28.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:06:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:06:19.048Z||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-19T01:06:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:06:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:06:19.050Z||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-19T01:06:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:06:28.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:06:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:07:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:07:19.048Z||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-19T01:07:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:07:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:07:19.050Z||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-19T01:07:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:07:28.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:07:28.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:08:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:08:19.049Z||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-19T01:08:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:08:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:08:19.050Z||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-19T01:08:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:08:28.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:08:28.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:09:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:09:19.048Z||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-19T01:09:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:09:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:09:19.050Z||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-19T01:09:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:09:28.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:09:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:10:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:10:19.048Z||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-19T01:10:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:10:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:10:19.049Z||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-19T01:10:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:10:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:10:28.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:11:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:11:19.048Z||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-19T01:11:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:11:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:11:19.050Z||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-19T01:11:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:11:28.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:11:28.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:12:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:12:19.048Z||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-19T01:12:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:12:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:12:19.050Z||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-19T01:12:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:12:28.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:12:28.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:13:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:13:19.049Z||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-19T01:13:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:13:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:13:19.050Z||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-19T01:13:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:13:28.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:13:28.603Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:14:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:14:19.048Z||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-19T01:14:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:14:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:14:19.049Z||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-19T01:14:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:14:28.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:14:28.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:15:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:15:19.049Z||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-19T01:15:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:15:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:15:19.050Z||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-19T01:15:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:15:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:15:28.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:16:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:16:19.048Z||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-19T01:16:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:16:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:16:19.049Z||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-19T01:16:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:16:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:16:28.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:17:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:17:19.048Z||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-19T01:17:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:17:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:17:19.050Z||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-19T01:17:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:17:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:17:28.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:18:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:18:19.048Z||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-19T01:18:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:18:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:18:19.049Z||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-19T01:18:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:18:28.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:18:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:19:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:19:19.048Z||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-19T01:19:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:19:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:19:19.049Z||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-19T01:19:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:19:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:19:28.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:20:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:20:19.048Z||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-19T01:20:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:20:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:20:19.050Z||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-19T01:20:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:20:28.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:20:28.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:21:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:21:19.048Z||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-19T01:21:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:21:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:21:19.050Z||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-19T01:21:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:21:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:21:28.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:22:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:22:19.048Z||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-19T01:22:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:22:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:22:19.050Z||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-19T01:22:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:22:28.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:22:28.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:23:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:23:19.048Z||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-19T01:23:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:23:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:23:19.050Z||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-19T01:23:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:23:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:23:28.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:24:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:24:19.049Z||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-19T01:24:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:24:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:24:19.050Z||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-19T01:24:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:24:28.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:24:28.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:25:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:25:19.048Z||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-19T01:25:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:25:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:25:19.050Z||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-19T01:25:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:25:28.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:25:28.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:26:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:26:19.048Z||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-19T01:26:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:26:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:26:19.049Z||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-19T01:26:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:26:28.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:26:28.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:27:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:27:19.048Z||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-19T01:27:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:27:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:27:19.050Z||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-19T01:27:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:27:28.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:27:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:28:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:28:19.048Z||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-19T01:28:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:28:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:28:19.049Z||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-19T01:28:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:28:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:28:28.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:29:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:29:19.048Z||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-19T01:29:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:29:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:29:19.050Z||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-19T01:29:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:29:28.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:29:28.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:30:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:30:19.048Z||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-19T01:30:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:30:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:30:19.049Z||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-19T01:30:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:30:28.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:30:28.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:31:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:31:19.048Z||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-19T01:31:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:31:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:31:19.050Z||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-19T01:31:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:31:28.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:31:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:32:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:32:19.049Z||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-19T01:32:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:32:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:32:19.049Z||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-19T01:32:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:32:28.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:32:28.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:33:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:33:19.048Z||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-19T01:33:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:33:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:33:19.050Z||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-19T01:33:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:33:28.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:33:28.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:34:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:34:19.048Z||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-19T01:34:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:34:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:34:19.050Z||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-19T01:34:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:34:28.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:34:28.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:35:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:35:19.048Z||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-19T01:35:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:35:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:35:19.050Z||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-19T01:35:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:35:28.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:35:28.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:36:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:36:19.048Z||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-19T01:36:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:36:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:36:19.049Z||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-19T01:36:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:36:28.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:36:28.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:37:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:37:19.049Z||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-19T01:37:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:37:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:37:19.050Z||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-19T01:37:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:37:28.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:37:28.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:38:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:38:19.048Z||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-19T01:38:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:38:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:38:19.049Z||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-19T01:38:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:38:28.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:38:28.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:39:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:39:19.048Z||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-19T01:39:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:39:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:39:19.049Z||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-19T01:39:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:39:28.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:39:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:40:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:40:19.048Z||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-19T01:40:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:40:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:40:19.050Z||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-19T01:40:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:40:28.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:40:28.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:41:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:41:19.048Z||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-19T01:41:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:41:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:41:19.049Z||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-19T01:41:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:41:28.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:41:28.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:42:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:42:19.048Z||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-19T01:42:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:42:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:42:19.050Z||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-19T01:42:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:42:28.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:42:28.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:43:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:43:19.048Z||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-19T01:43:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:43:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:43:19.050Z||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-19T01:43:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:43:28.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:43:28.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:44:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:44:19.048Z||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-19T01:44:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:44:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:44:19.050Z||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-19T01:44:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:44:28.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:44:28.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:45:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:45:19.048Z||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-19T01:45:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:45:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:45:19.049Z||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-19T01:45:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:45:28.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:45:28.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:46:19.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:46:19.048Z||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-19T01:46:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:46:19.050Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:46:19.050Z||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-19T01:46:19.051Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:46:28.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:46:28.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:47:19.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:47:19.048Z||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-19T01:47:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:47:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:47:19.050Z||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-19T01:47:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:47:28.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:47:28.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:48:19.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:48:19.048Z||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-19T01:48:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:48:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:48:19.049Z||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-19T01:48:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:48:28.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:48:28.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:49:19.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:49:19.048Z||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-19T01:49:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:49:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:49:19.049Z||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-19T01:49:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:49:28.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:49:28.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:50:19.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:50:19.048Z||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-19T01:50:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:50:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:50:19.049Z||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-19T01:50:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:50:28.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:50:28.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:51:19.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:51:19.048Z||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-19T01:51:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:51:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:51:19.049Z||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-19T01:51:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:51:28.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:51:28.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:52:19.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:52:19.048Z||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-19T01:52:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:52:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:52:19.049Z||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-19T01:52:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:52:28.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:52:28.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:53:19.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:53:19.048Z||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-19T01:53:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:53:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:53:19.050Z||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-19T01:53:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:53:28.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:53:28.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:54:19.048Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:54:19.048Z||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-19T01:54:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:54:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:54:19.049Z||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-19T01:54:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:54:28.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:54:28.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:55:19.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:55:19.048Z||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-19T01:55:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:55:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:55:19.049Z||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-19T01:55:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:55:28.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:55:28.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:56:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:56:19.048Z||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-19T01:56:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:56:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:56:19.050Z||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-19T01:56:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:56:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:56:28.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:57:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:57:19.048Z||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-19T01:57:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:57:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:57:19.049Z||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-19T01:57:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:57:28.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:57:28.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:58:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:58:19.048Z||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-19T01:58:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:58:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:58:19.049Z||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-19T01:58:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:58:28.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:58:28.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:59:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:59:19.048Z||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-19T01:59:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:59:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T01:59:19.049Z||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-19T01:59:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T01:59:28.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T01:59:28.601Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:00:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:00:19.048Z||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-19T02:00:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:00:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:00:19.049Z||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-19T02:00:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:00:28.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:00:28.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:01:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:01:19.048Z||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-19T02:01:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:01:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:01:19.049Z||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-19T02:01:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:01:28.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:01:28.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:02:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:02:19.048Z||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-19T02:02:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:02:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:02:19.049Z||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-19T02:02:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:02:28.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:02:28.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:03:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:03:19.048Z||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-19T02:03:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:03:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:03:19.049Z||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-19T02:03:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:03:28.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:03:28.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:04:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:04:19.048Z||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-19T02:04:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:04:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:04:19.050Z||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-19T02:04:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:04:28.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:04:28.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:05:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:05:19.048Z||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-19T02:05:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:05:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:05:19.049Z||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-19T02:05:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:05:28.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:05:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:06:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:06:19.048Z||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-19T02:06:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:06:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:06:19.049Z||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-19T02:06:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:06:28.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:06:28.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:07:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:07:19.048Z||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-19T02:07:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:07:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:07:19.049Z||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-19T02:07:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:07:28.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:07:28.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:08:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:08:19.048Z||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-19T02:08:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:08:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:08:19.049Z||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-19T02:08:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:08:28.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:08:28.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:09:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:09:19.048Z||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-19T02:09:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:09:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:09:19.049Z||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-19T02:09:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:09:28.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:09:28.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:10:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:10:19.048Z||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-19T02:10:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:10:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:10:19.049Z||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-19T02:10:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:10:28.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:10:28.597Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:11:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:11:19.048Z||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-19T02:11:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:11:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:11:19.049Z||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-19T02:11:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:11:28.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:11:28.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:12:19.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:12:19.048Z||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-19T02:12:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:12:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:12:19.049Z||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-19T02:12:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:12:28.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:12:28.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:13:19.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:13:19.048Z||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-19T02:13:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:13:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:13:19.049Z||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-19T02:13:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:13:28.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:13:28.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:14:19.048Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:14:19.048Z||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-19T02:14:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:14:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:14:19.050Z||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-19T02:14:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:14:28.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:14:28.600Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:15:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:15:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:15:19.049Z||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-19T02:15:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:15:19.050Z||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-19T02:15:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:15:28.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:15:28.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:16:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:16:19.048Z||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-19T02:16:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:16:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:16:19.050Z||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-19T02:16:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:16:28.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:16:28.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:17:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:17:19.048Z||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-19T02:17:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:17:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:17:19.049Z||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-19T02:17:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:17:28.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:17:28.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:18:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:18:19.048Z||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-19T02:18:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:18:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:18:19.049Z||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-19T02:18:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:18:28.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:18:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:19:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:19:19.048Z||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-19T02:19:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:19:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:19:19.049Z||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-19T02:19:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:19:28.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:19:28.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:20:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:20:19.048Z||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-19T02:20:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:20:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:20:19.049Z||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-19T02:20:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:20:28.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:20:28.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:21:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:21:19.048Z||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-19T02:21:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:21:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:21:19.049Z||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-19T02:21:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:21:28.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:21:28.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:22:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:22:19.048Z||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-19T02:22:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:22:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:22:19.049Z||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-19T02:22:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:22:28.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:22:28.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:23:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:23:19.048Z||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-19T02:23:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:23:19.079Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:23:19.079Z||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-19T02:23:19.079Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:23:28.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:23:28.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:24:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:24:19.048Z||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-19T02:24:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:24:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:24:19.049Z||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-19T02:24:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:24:28.600Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:24:28.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:25:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:25:19.048Z||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-19T02:25:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:25:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:25:19.049Z||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-19T02:25:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:25:28.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:25:28.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:26:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:26:19.048Z||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-19T02:26:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:26:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:26:19.049Z||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-19T02:26:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:26:28.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:26:28.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:27:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:27:19.048Z||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-19T02:27:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:27:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:27:19.050Z||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-19T02:27:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:27:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:27:28.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:28:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:28:19.048Z||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-19T02:28:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:28:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:28:19.049Z||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-19T02:28:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:28:28.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:28:28.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:29:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:29:19.048Z||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-19T02:29:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:29:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:29:19.050Z||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-19T02:29:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:29:28.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:29:28.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:30:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:30:19.048Z||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-19T02:30:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:30:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:30:19.050Z||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-19T02:30:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:30:28.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:30:28.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:31:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:31:19.048Z||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-19T02:31:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:31:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:31:19.049Z||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-19T02:31:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:31:28.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:31:28.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:32:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:32:19.048Z||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-19T02:32:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:32:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:32:19.049Z||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-19T02:32:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:32:28.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:32:28.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:33:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:33:19.048Z||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-19T02:33:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:33:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:33:19.050Z||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-19T02:33:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:33:28.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:33:28.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:34:19.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:34:19.048Z||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-19T02:34:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:34:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:34:19.049Z||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-19T02:34:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:34:28.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:34:28.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:35:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:35:19.048Z||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-19T02:35:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:35:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:35:19.049Z||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-19T02:35:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:35:28.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:35:28.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:36:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:36:19.048Z||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-19T02:36:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:36:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:36:19.049Z||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-19T02:36:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:36:28.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:36:28.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:37:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:37:19.048Z||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-19T02:37:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:37:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:37:19.049Z||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-19T02:37:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:37:28.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:37:28.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:38:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:38:19.048Z||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-19T02:38:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:38:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:38:19.049Z||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-19T02:38:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:38:28.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:38:28.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:39:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:39:19.048Z||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-19T02:39:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:39:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:39:19.049Z||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-19T02:39:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:39:28.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:39:28.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:40:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:40:19.048Z||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-19T02:40:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:40:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:40:19.049Z||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-19T02:40:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:40:28.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:40:28.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:41:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:41:19.048Z||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-19T02:41:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:41:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:41:19.049Z||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-19T02:41:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:41:28.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:41:28.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:42:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:42:19.048Z||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-19T02:42:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:42:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:42:19.050Z||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-19T02:42:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:42:28.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:42:28.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:43:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:43:19.048Z||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-19T02:43:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:43:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:43:19.049Z||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-19T02:43:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:43:28.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:43:28.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:44:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:44:19.048Z||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-19T02:44:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:44:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:44:19.049Z||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-19T02:44:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:44:28.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:44:28.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:45:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:45:19.048Z||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-19T02:45:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:45:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:45:19.049Z||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-19T02:45:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:45:28.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:45:28.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:46:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:46:19.048Z||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-19T02:46:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:46:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:46:19.050Z||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-19T02:46:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:46:28.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:46:28.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:47:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:47:19.048Z||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-19T02:47:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:47:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:47:19.050Z||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-19T02:47:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:47:28.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:47:28.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:48:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:48:19.048Z||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-19T02:48:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:48:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:48:19.049Z||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-19T02:48:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:48:28.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:48:28.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:49:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:49:19.048Z||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-19T02:49:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:49:19.049Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:49:19.049Z||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-19T02:49:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:49:28.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:49:28.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:50:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:50:19.048Z||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-19T02:50:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:50:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:50:19.049Z||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-19T02:50:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:50:28.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:50:28.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:51:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:51:19.048Z||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-19T02:51:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:51:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:51:19.050Z||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-19T02:51:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:51:28.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:51:28.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:52:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:52:19.048Z||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-19T02:52:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:52:19.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:52:19.050Z||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-19T02:52:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:52:28.588Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:52:28.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:53:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:53:19.049Z||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-19T02:53:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:53:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:53:19.049Z||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-19T02:53:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:53:28.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:53:28.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:54:19.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:54:19.048Z||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-19T02:54:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:54:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:54:19.049Z||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-19T02:54:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:54:28.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:54:28.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:55:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:55:19.048Z||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-19T02:55:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:55:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:55:19.049Z||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-19T02:55:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:55:28.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:55:28.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:56:19.048Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:56:19.048Z||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-19T02:56:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:56:19.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:56:19.049Z||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-19T02:56:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:56:28.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:56:28.594Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:57:19.048Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:57:19.048Z||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-19T02:57:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:57:19.050Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:57:19.050Z||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-19T02:57:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:57:28.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:57:28.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:58:19.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:58:19.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-19T02:58:19.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T02:58:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:58:19.050Z||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-19T02:58:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:58:28.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:58:28.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:59:19.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:59:19.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-19T02:59:19.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T02:59:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T02:59:19.049Z||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-19T02:59:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T02:59:28.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T02:59:28.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:00:19.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:00:19.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-19T03:00:19.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:00:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:00:19.049Z||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-19T03:00:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:00:28.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:00:28.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:01:19.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:01:19.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-19T03:01:19.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:01:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:01:19.049Z||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-19T03:01:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:01:28.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:01:28.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:02:19.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:02:19.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-19T03:02:19.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:02:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:02:19.049Z||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-19T03:02:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:02:28.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:02:28.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:03:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:03:19.048Z||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-19T03:03:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:03:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:03:19.049Z||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-19T03:03:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:03:28.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:03:28.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:04:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:04:19.048Z||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-19T03:04:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:04:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:04:19.049Z||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-19T03:04:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:04:28.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:04:28.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:05:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:05:19.048Z||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-19T03:05:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:05:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:05:19.050Z||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-19T03:05:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:05:28.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:05:28.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:06:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:06:19.048Z||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-19T03:06:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:06:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:06:19.050Z||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-19T03:06:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:06:28.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:06:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:07:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:07:19.048Z||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-19T03:07:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:07:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:07:19.049Z||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-19T03:07:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:07:28.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:07:28.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:08:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:08:19.048Z||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-19T03:08:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:08:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:08:19.049Z||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-19T03:08:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:08:28.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:08:28.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:09:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:09:19.048Z||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-19T03:09:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:09:19.049Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:09:19.049Z||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-19T03:09:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:09:28.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:09:28.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:10:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:10:19.048Z||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-19T03:10:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:10:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:10:19.049Z||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-19T03:10:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:10:28.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:10:28.597Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:11:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:11:19.048Z||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-19T03:11:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:11:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:11:19.049Z||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-19T03:11:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:11:28.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:11:28.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:12:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:12:19.048Z||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-19T03:12:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:12:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:12:19.050Z||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-19T03:12:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:12:28.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:12:28.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:13:19.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:13:19.048Z||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-19T03:13:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:13:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:13:19.049Z||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-19T03:13:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:13:28.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:13:28.598Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:14:19.048Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:14:19.048Z||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-19T03:14:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:14:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:14:19.050Z||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-19T03:14:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:14:28.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:14:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:15:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:15:19.048Z||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-19T03:15:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:15:19.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:15:19.049Z||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-19T03:15:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:15:28.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:15:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:16:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:16:19.048Z||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-19T03:16:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:16:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:16:19.049Z||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-19T03:16:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:16:28.595Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:16:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:17:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:17:19.048Z||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-19T03:17:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:17:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:17:19.050Z||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-19T03:17:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:17:28.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:17:28.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:18:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:18:19.048Z||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-19T03:18:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:18:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:18:19.049Z||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-19T03:18:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:18:28.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:18:28.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:19:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:19:19.048Z||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-19T03:19:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:19:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:19:19.049Z||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-19T03:19:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:19:28.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:19:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:20:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:20:19.048Z||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-19T03:20:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:20:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:20:19.049Z||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-19T03:20:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:20:28.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:20:28.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:21:19.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:21:19.048Z||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-19T03:21:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:21:19.049Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:21:19.050Z||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-19T03:21:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:21:28.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:21:28.593Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:19.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:22:19.048Z||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-19T03:22:19.048Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:22:19.049Z||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-19T03:22:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:19.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:19.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:19.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d6732bb-bfd4-48b9-8200-14d18638dcc5","serviceName":"vFW 2022-02-19 03-19-31","serviceVersion":"1.0","serviceUUID":"2dab02db-6e9b-40a3-9f76-9dff4057f8e0","serviceDescription":"catalog service description","serviceInvariantUUID":"fd3e430a-c1dc-4023-bf18-4f1496e581bb","resources":[{"resourceInstanceName":"vFW f4cd5066-f526 0","resourceName":"vFW f4cd5066-f526","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c4f50ef-5231-4999-9e94-28de550c33ad","resourceInvariantUUID":"b17d2eb8-fb2b-4b53-93b1-8c5c36605dc4","resourceCustomizationUUID":"5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml","artifactChecksum":"NzY1ZjRkN2VjOTk0M2FkODA2YmRjZTQwNTEzNDdkYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e129e6ea-cef0-4d89-8824-8ef1b7710419","artifactVersion":"1"},{"artifactName":"vfwf4cd5066f5260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json","artifactChecksum":"ZTE2Y2EwYzQ0MzEyNGMxMDY2YWZmODExOWE3MWQ1NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76c77190-c844-4b1c-800b-2f4da6202574","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe866078-7163-4dde-9a6c-ed59e2f9277f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml","artifactChecksum":"MDY2YWJmMWVjM2Q5OTkxM2VkM2ZjMzdmOTE3ODc5YzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bf7a493-2438-47e7-a852-49de89bb6a47","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"354318da-40a8-4d87-9947-bb6dbcd6975e","artifactVersion":"2","generatedFromUUID":"fe866078-7163-4dde-9a6c-ed59e2f9277f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220219031931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml","artifactChecksum":"OGUyOGMxNTA0MTM2MDJhMGZkNjdhODA1MzUxNjIyYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6d2df91-431e-4ffa-84b0-18ea5e1a06c7","artifactVersion":"1"},{"artifactName":"service-Vfw20220219031931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar","artifactChecksum":"YzY1MDNhNzM2MDE1NTNlMjQ5ZmM4YmFlMWEwYzIxZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be9f3409-c1dd-4d99-87c5-52809db1fbc1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-19T03:22:19.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240896645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:22:19.695Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:19.708Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:19.708Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240900674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240896645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240900674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1645240903872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240896645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240900674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1645240903872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240905269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240896645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240900674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1645240903872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240905269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240896645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240900674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1645240903872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240907273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240905269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240896645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240900674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1645240903872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240907273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240905269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240896645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240900674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1645240903872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240909166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240907273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240905269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240910289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.756Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "ves-openapi-manager",
"timestamp": 1645240903872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240909166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240907273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240905269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "cds",
"timestamp": 1645240911313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-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-19T03:22:19.808Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-19T03:22:19.810Z||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-19T03:22:19.811Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:19.820Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:19.821Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-19T03:22:19.882Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d6732bb-bfd4-48b9-8200-14d18638dcc5
2022-02-19T03:22:19.896Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:22:19.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240909166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240907273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240905269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240909166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240907273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240913009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240909166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240907273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240914025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240909166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240915019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "policy-id",
"timestamp": 1645240915028,
"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-19T03:22:19.927Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d6732bb-bfd4-48b9-8200-14d18638dcc5
2022-02-19T03:22:19.927Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:22:19.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240909166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240916088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240916931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240917135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240917957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-19T03:22:19.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240918258,
"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-19T03:22:19.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d6732bb-bfd4-48b9-8200-14d18638dcc5
2022-02-19T03:22:19.938Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:22:19.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240918595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240918981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-19T03:22:19.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240918393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645240919262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240919655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "aai-ml",
"timestamp": 1645240919985,
"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-19T03:22:19.951Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8d6732bb-bfd4-48b9-8200-14d18638dcc5
2022-02-19T03:22:19.952Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:22:19.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240918393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "clamp",
"timestamp": 1645240920658,
"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-19T03:22:19.962Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d6732bb-bfd4-48b9-8200-14d18638dcc5
2022-02-19T03:22:19.963Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:22:19.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240918393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240918393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240918393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240918393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240918393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240926361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:19.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240930206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:19.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:22:19.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:22:19.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645240931216,
"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-19T03:22:19.974Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d6732bb-bfd4-48b9-8200-14d18638dcc5
2022-02-19T03:22:19.974Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:22:20.712Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:22:20.712Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:20.713Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:20.713Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:22:20.814Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-19T03:22:20.814Z||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-19T03:22:20.815Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:20.827Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:20.827Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:21.714Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:22:21.715Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:21.716Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:21.716Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:22:21.816Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:21.817Z||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-19T03:22:21.817Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:21.830Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:21.830Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:22.717Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:22:22.717Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:22.719Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:22.719Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:22.819Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:22.820Z||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-19T03:22:22.820Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:22.834Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:22.834Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:23.719Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:22:23.720Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:23.722Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:23.722Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-19T03:22:23.822Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:23.823Z||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-19T03:22:23.823Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:23.836Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:23.836Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-19T03:22:24.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:22:24.723Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:24.725Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:24.725Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:22:24.825Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:24.826Z||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-19T03:22:24.826Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:24.838Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:24.838Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:25.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:22:25.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:25.728Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:25.728Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:22:25.828Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:25.829Z||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-19T03:22:25.829Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:25.842Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:25.842Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:26.730Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"serviceName": "vFW 2022-02-19 03-19-31",
"serviceVersion": "1.0",
"serviceUUID": "2dab02db-6e9b-40a3-9f76-9dff4057f8e0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fd3e430a-c1dc-4023-bf18-4f1496e581bb",
"resources": [
{
"resourceInstanceName": "vFW f4cd5066-f526 0",
"resourceCustomizationUUID": "5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7",
"resourceName": "vFW f4cd5066-f526",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7c4f50ef-5231-4999-9e94-28de550c33ad",
"resourceInvariantUUID": "b17d2eb8-fb2b-4b53-93b1-8c5c36605dc4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf4cd5066f5260_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"artifactChecksum": "ZTE2Y2EwYzQ0MzEyNGMxMDY2YWZmODExOWE3MWQ1NDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76c77190-c844-4b1c-800b-2f4da6202574",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fe866078-7163-4dde-9a6c-ed59e2f9277f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "354318da-40a8-4d87-9947-bb6dbcd6975e",
"generatedFromUUID": "fe866078-7163-4dde-9a6c-ed59e2f9277f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "354318da-40a8-4d87-9947-bb6dbcd6975e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220219031931-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"artifactChecksum": "YzY1MDNhNzM2MDE1NTNlMjQ5ZmM4YmFlMWEwYzIxZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be9f3409-c1dd-4d99-87c5-52809db1fbc1"
}
],
"workloadContext": "Production"
}
2022-02-19T03:22:26.731Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-19T03:22:26.731Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2dab02db-6e9b-40a3-9f76-9dff4057f8e0 ASDC
2022-02-19T03:22:26.836Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8d6732bb-bfd4-48b9-8200-14d18638dcc5
ServiceName:vFW 2022-02-19 03-19-31
ServiceVersion:1.0
ServiceUUID:2dab02db-6e9b-40a3-9f76-9dff4057f8e0
ServiceInvariantUUID:fd3e430a-c1dc-4023-bf18-4f1496e581bb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220219031931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar
ArtifactUUID:be9f3409-c1dd-4d99-87c5-52809db1fbc1
ArtifactChecksum:YzY1MDNhNzM2MDE1NTNlMjQ5ZmM4YmFlMWEwYzIxZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f4cd5066-f526 0
ResourceCustomizationUUID:5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7
ResourceInvariantUUID:b17d2eb8-fb2b-4b53-93b1-8c5c36605dc4
ResourceName:vFW f4cd5066-f526
ResourceType:VF
ResourceUUID:7c4f50ef-5231-4999-9e94-28de550c33ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf4cd5066f5260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json
ArtifactUUID:76c77190-c844-4b1c-800b-2f4da6202574
ArtifactChecksum:ZTE2Y2EwYzQ0MzEyNGMxMDY2YWZmODExOWE3MWQ1NDM=
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/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml
ArtifactUUID:fe866078-7163-4dde-9a6c-ed59e2f9277f
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/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env
ArtifactUUID:354318da-40a8-4d87-9947-bb6dbcd6975e
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/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env
ArtifactUUID:354318da-40a8-4d87-9947-bb6dbcd6975e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-19T03:22:26.837Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2dab02db-6e9b-40a3-9f76-9dff4057f8e0 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-19T03:22:26.872Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-19T03:22:26.873Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-19T03:22:26.873Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-19T03:22:26.874Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: be9f3409-c1dd-4d99-87c5-52809db1fbc1 from URL: /sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:26.874Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-19T03:22:26.875Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:26.948Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-19T03:22:26.963Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar be9f3409-c1dd-4d99-87c5-52809db1fbc1 98973
2022-02-19T03:22:26.964Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar ASDC sendASDCNotification
2022-02-19T03:22:26.964Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:26.964Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:22:26.965Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:26.966Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:26.967Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240946963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:27.067Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:27.068Z||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-19T03:22:27.068Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:27.081Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:27.082Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:27.967Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-19T03:22:27.968Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-19T03:22:27.968Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: be9f3409-c1dd-4d99-87c5-52809db1fbc1, URL: /sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar to file: /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:27.969Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220219031931-csar.csar
2022-02-19T03:22:28.021Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:28.021Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:28.404Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6018269734927133408/Definitions/service-Vfw20220219031931-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-19T03:22:30.670Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-19T03:22:30.674Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-19T03:22:30.674Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.674Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-19T03:22:30.674Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.674Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f4cd5066-f526 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-Vfw20220219031931-csar.csar
2022-02-19T03:22:30.675Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-19T03:22:30.680Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.681Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:30.684Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:30.684Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-19T03:22:30.685Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-19T03:22:30.686Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:30.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:30.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-19T03:22:30.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-19T03:22:30.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:30.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is not matching search criteria
2022-02-19T03:22:30.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:22:30.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:22:30.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:22:30.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:22:30.692Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.692Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-19T03:22:30.692Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.692Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-19T03:22:30.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:30.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:30.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:30.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is not matching search criteria
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-19T03:22:30.694Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=217d6c69-12d9-4656-9014-5487f45538e5
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-19T03:22:30.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1bd5907f-a5be-446e-800a-f474a4dae52f
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is not matching search criteria
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:22:30.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-19T03:22:30.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49978e61-bd40-4804-82b0-fc9c1a4a9ecd
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:30.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-19 03-19-31
Description:catalog service description
Model UUID:2dab02db-6e9b-40a3-9f76-9dff4057f8e0
Model Version:NULL
Model InvariantUuid:fd3e430a-c1dc-4023-bf18-4f1496e581bb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f4cd5066-f526
Model UUID:63c21a43-bf11-41fc-b891-1967aa9812d0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b17d2eb8-fb2b-4b53-93b1-8c5c36605dc4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:46746a5d-c2d3-400b-8505-d551ef54f3bd
ModelName:VfwF4cd5066F526..base_vfw..module-0
ModelUuid:3be723fe-2d59-46ad-b2d7-46594e1601d0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:217d6c69-12d9-4656-9014-5487f45538e5
ModelInvariantUuid:0d3ef5cd-067f-43c0-992d-c14a0025444f
ModelName:vFW f4cd5066-f526-nodes.vfwCvfc
ModelUuid:ee513f45-1ba1-476f-9ac2-a897213e49c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:69a8ba3e-3681-4af7-b065-8b231395eda5
ModelInvariantUuid:a01dfb21-8c36-481e-a27b-7d09334e262a
ModelName:VfwF4cd5066F526.compute.nodes.heat.vfw
ModelUuid:7dce7a4e-4407-4459-a190-b2cd989af891
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1bd5907f-a5be-446e-800a-f474a4dae52f
ModelInvariantUuid:3f39340d-bcb0-4e46-b00e-34946c7a95c6
ModelName:vFW f4cd5066-f526-nodes.vsnCvfc
ModelUuid:5c33e4b1-5e3a-40ff-880d-6570615b4206
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a54d54df-5bc6-4937-b4b2-cc59ba170448
ModelInvariantUuid:84d17572-a397-408c-914c-220cabbd09ec
ModelName:VfwF4cd5066F526.compute.nodes.heat.vsn
ModelUuid:f92aa999-7159-4e4f-a08d-58015ef9bf3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:49978e61-bd40-4804-82b0-fc9c1a4a9ecd
ModelInvariantUuid:406e4e63-be5c-42ca-8098-f62b84b1930b
ModelName:vFW f4cd5066-f526-nodes.vpgCvfc
ModelUuid:bcd8ed91-3419-49c2-a08e-ef24283f23fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a34436cd-524d-42fd-a348-7450f68eabec
ModelInvariantUuid:92a26a5d-d6ed-4e71-9041-7c9ea61dc301
ModelName:VfwF4cd5066F526.compute.nodes.heat.vpg
ModelUuid:39fadfe3-7855-4b9f-a08e-0e978ed5e891
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-19T03:22:30.708Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c4f50ef-5231-4999-9e94-28de550c33ad
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-19T03:22:30.782Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||vFW f4cd5066-f526 0
2022-02-19T03:22:30.788Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c4f50ef-5231-4999-9e94-28de550c33ad
2022-02-19T03:22:30.788Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76c77190-c844-4b1c-800b-2f4da6202574 from URL: /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json
2022-02-19T03:22:30.788Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-19T03:22:30.788Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json
2022-02-19T03:22:31.032Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-19T03:22:31.032Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json 76c77190-c844-4b1c-800b-2f4da6202574 785
2022-02-19T03:22:31.033Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json ASDC sendASDCNotification
2022-02-19T03:22:31.033Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json
2022-02-19T03:22:31.033Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:22:31.033Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:31.035Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:31.035Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240951033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:31.135Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:31.136Z||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-19T03:22:31.136Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:31.148Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:31.149Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:32.036Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF4cd5066F526..base_vfw..module-0",
"vfModuleModelInvariantUUID": "46746a5d-c2d3-400b-8505-d551ef54f3bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3be723fe-2d59-46ad-b2d7-46594e1601d0",
"vfModuleModelCustomizationUUID": "6580c892-1dfb-49f9-aa9f-61c836f12f89",
"isBase": true,
"artifacts": [
"fe866078-7163-4dde-9a6c-ed59e2f9277f",
"354318da-40a8-4d87-9947-bb6dbcd6975e"
],
"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-19T03:22:32.047Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF4cd5066F526..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3be723fe-2d59-46ad-b2d7-46594e1601d0
VfModuleModelInvariantUUID:46746a5d-c2d3-400b-8505-d551ef54f3bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe866078-7163-4dde-9a6c-ed59e2f9277f
,
354318da-40a8-4d87-9947-bb6dbcd6975e
}
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-19T03:22:32.049Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF4cd5066F526..base_vfw..module-0",
"vfModuleModelInvariantUUID": "46746a5d-c2d3-400b-8505-d551ef54f3bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3be723fe-2d59-46ad-b2d7-46594e1601d0",
"vfModuleModelCustomizationUUID": "6580c892-1dfb-49f9-aa9f-61c836f12f89",
"isBase": true,
"artifacts": [
"fe866078-7163-4dde-9a6c-ed59e2f9277f",
"354318da-40a8-4d87-9947-bb6dbcd6975e"
],
"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-19T03:22:32.049Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF4cd5066F526..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3be723fe-2d59-46ad-b2d7-46594e1601d0
VfModuleModelInvariantUUID:46746a5d-c2d3-400b-8505-d551ef54f3bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe866078-7163-4dde-9a6c-ed59e2f9277f
,
354318da-40a8-4d87-9947-bb6dbcd6975e
}
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-19T03:22:32.050Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fe866078-7163-4dde-9a6c-ed59e2f9277f from URL: /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml
2022-02-19T03:22:32.050Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-19T03:22:32.050Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml
2022-02-19T03:22:32.136Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-19T03:22:32.137Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml fe866078-7163-4dde-9a6c-ed59e2f9277f 20368
2022-02-19T03:22:32.137Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-19T03:22:32.137Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml
2022-02-19T03:22:32.137Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:22:32.138Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:32.139Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:32.139Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240952137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:32.239Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:32.240Z||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-19T03:22:32.240Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:32.254Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:32.254Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:33.140Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 354318da-40a8-4d87-9947-bb6dbcd6975e from URL: /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env
2022-02-19T03:22:33.140Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-19T03:22:33.141Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env
2022-02-19T03:22:33.429Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-19T03:22:33.430Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env 354318da-40a8-4d87-9947-bb6dbcd6975e 2098
2022-02-19T03:22:33.430Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-19T03:22:33.430Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env
2022-02-19T03:22:33.430Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:22:33.430Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:33.432Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:33.432Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240953430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:22:33.533Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:33.533Z||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-19T03:22:33.533Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:33.545Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:33.545Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:34.433Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2dab02db-6e9b-40a3-9f76-9dff4057f8e0
2022-02-19T03:22:34.434Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f4cd5066-f526 0 7c4f50ef-5231-4999-9e94-28de550c33ad 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-19T03:22:34.460Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@291dc0af, org.onap.sdc.toscaparser.api.parameters.Input@84d18db, org.onap.sdc.toscaparser.api.parameters.Input@7ee0910b, org.onap.sdc.toscaparser.api.parameters.Input@65c5b877, org.onap.sdc.toscaparser.api.parameters.Input@229a04d8]
2022-02-19T03:22:34.463Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.463Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.463Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-19T03:22:34.463Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7
2022-02-19T03:22:34.463Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7 matches Tosca VF Customization UUID: 5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7
2022-02-19T03:22:34.463Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7 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-19T03:22:34.468Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.468Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.469Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7: {\"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-19T03:22:34.469Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43dc97f9
2022-02-19T03:22:34.469Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.469Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-19T03:22:34.469Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6580c892-1dfb-49f9-aa9f-61c836f12f89
2022-02-19T03:22:34.470Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6580c892-1dfb-49f9-aa9f-61c836f12f89
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-19T03:22:34.474Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.474Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:34.474Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:34.475Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.475Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:34.475Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:34.475Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.475Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is not matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:34.476Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:22:34.477Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:34.477Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:22:34.477Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.477Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=217d6c69-12d9-4656-9014-5487f45538e5
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-19T03:22:34.483Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.484Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:34.484Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:34.484Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.484Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is not matching search criteria
2022-02-19T03:22:34.484Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:22:34.485Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:22:34.485Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:22:34.485Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.485Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:34.485Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:22:34.485Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.485Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-19T03:22:34.486Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:22:34.486Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:34.486Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:22:34.486Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.486Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1bd5907f-a5be-446e-800a-f474a4dae52f
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-19T03:22:34.488Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.488Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:34.488Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:34.490Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.490Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is not matching search criteria
2022-02-19T03:22:34.490Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:22:34.490Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:22:34.491Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:22:34.491Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.491Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:34.491Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:22:34.491Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.491Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:22:34.491Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:22:34.492Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:22:34.492Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:22:34.492Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-19T03:22:34.492Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49978e61-bd40-4804-82b0-fc9c1a4a9ecd
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-19T03:22:34.493Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.494Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:34.494Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:22:34.494Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.494Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Node template vFW f4cd5066-f526 0 is matching search criteria
2022-02-19T03:22:34.494Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f4cd5066-f526 0] matching following query criteria: sdcType=VF, customizationUUID=5cecfa5f-96b4-4cd0-a237-6c7d35bd27c7
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-19T03:22:34.496Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.496Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.496Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2dab02db-6e9b-40a3-9f76-9dff4057f8e0: vFW f4cd5066-f526
2022-02-19T03:22:34.496Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.496Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.496Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.497Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.497Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.497Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.497Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.497Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.497Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:22:34.497Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-19 03-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:22:34.498Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-19 03-19-31
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-19T03:22:34.686Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f4cd5066-f526 7c4f50ef-5231-4999-9e94-28de550c33ad 1 ASDC deployResourceStructure
2022-02-19T03:22:34.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json ASDC sendASDCNotification
2022-02-19T03:22:34.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json
2022-02-19T03:22:34.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:22:34.687Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:34.689Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:34.689Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240954687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:34.789Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:34.790Z||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-19T03:22:34.790Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:34.804Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:34.804Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:35.689Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-19T03:22:35.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml
2022-02-19T03:22:35.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:22:35.690Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:35.691Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:35.692Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240955689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:35.792Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:35.792Z||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-19T03:22:35.793Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:35.804Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:35.804Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:36.692Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-19T03:22:36.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env
2022-02-19T03:22:36.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:22:36.693Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:36.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:36.695Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240956692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:36.795Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:36.796Z||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-19T03:22:36.796Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:36.812Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:36.812Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:37.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar ASDC sendASDCNotification
2022-02-19T03:22:37.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar
2022-02-19T03:22:37.696Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:22:37.697Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:22:37.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:22:37.698Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240957696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:22:37.798Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:22:37.799Z||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-19T03:22:37.799Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:22:37.810Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:22:37.811Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:22:38.699Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d6732bb-bfd4-48b9-8200-14d18638dcc5
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-19T03:22:38.711Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d6732bb-bfd4-48b9-8200-14d18638dcc5
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-19T03:22:38.713Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-19T03:22:38.714Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-19T03:22:38.714Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-19T03:22:38.714Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-19T03:22:38.714Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-02-19T03:22:38.714Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||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-19T03:22:38.718Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-19T03:23:08.718Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:23:08.725Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d6732bb-bfd4-48b9-8200-14d18638dcc5 and serviceModelVersionId: 2dab02db-6e9b-40a3-9f76-9dff4057f8e0
2022-02-19T03:23:08.725Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd3e430a-c1dc-4023-bf18-4f1496e581bb
2022-02-19T03:23:19.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:23:19.050Z||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-19T03:23:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:23:19.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:23:19.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-19T03:23:19.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:23:19.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-19T03:23:20.350Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0
2022-02-19T03:23:20.442Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-19T03:23:21.042Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:23:21.045Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||Invoke
2022-02-19T03:23:22.592Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:23:22.593Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||Invoke
2022-02-19T03:23:24.123Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:23:24.124Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||Invoke
2022-02-19T03:23:25.157Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-19T03:23:25.158Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:23:25.158Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-19T03:23:25.159Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:23:25.162Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:23:25.169Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d6732bb-bfd4-48b9-8200-14d18638dcc5 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-19T03:23:25.169Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-19T03:23:25.170Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:23:25.171Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:23:25.171Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|DEBUG|500||try to send status {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241005169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-19T03:23:25.272Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-19T03:23:25.272Z||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-19T03:23:25.272Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:23:25.284Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:23:25.284Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-19T03:23:26.187Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:23:26.187Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:23:26.188Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:23:35.735Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:24:19.048Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:24:19.048Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:24:19.048Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:24:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:24:19.049Z||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-19T03:24:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:24:19.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:24:19.126Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.126Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-19T03:24:19.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240939047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240946963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240951033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240952137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240953430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240954687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/vfwf4cd5066f5260_modules.json",
"status": "DEPLOY_OK"
}
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240955689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240956692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/resourceInstances/vfwf4cd5066f5260/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:19.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:24:19.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645240957696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219031931/1.0/artifacts/service-Vfw20220219031931-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:24:19.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:24:28.641Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:25:19.047Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:25:19.048Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?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-19T03:25:19.048Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:25:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:25:19.049Z||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-19T03:25:19.049Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:25:19.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:25:19.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-19T03:25:19.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d6732bb-bfd4-48b9-8200-14d18638dcc5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241005169,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-19T03:25:19.574Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:25:28.593Z|8d6732bb-bfd4-48b9-8200-14d18638dcc5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd3e430a-c1dc-4023-bf18-4f1496e581bb/model-vers/model-ver/2dab02db-6e9b-40a3-9f76-9dff4057f8e0?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:26:19.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:26:19.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-19T03:26:19.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:26:19.049Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:26:19.050Z||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-19T03:26:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:26:28.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:26:28.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:19.048Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:27:19.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-19T03:27:19.048Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:27:19.049Z||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-19T03:27:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:19.672Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:19.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2658937-5711-428c-83eb-c611c5399e19","serviceName":"vFW 2022-02-19 03-25-25","serviceVersion":"1.0","serviceUUID":"cfbda478-f194-4336-8953-4c4a38058b69","serviceDescription":"catalog service description","serviceInvariantUUID":"7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b","resources":[{"resourceInstanceName":"vFW b44da6f6-530d 0","resourceName":"vFW b44da6f6-530d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c5c3d0b9-2c01-49dc-8286-0df142c4dba2","resourceInvariantUUID":"0274d930-ad46-4f8e-8044-ec5b1e6b017a","resourceCustomizationUUID":"e69b0c5c-804d-45a4-8af7-bd64e87dddc6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml","artifactChecksum":"MmMzZDI5MTk3NDdlOGRmM2EzYWE5M2Q1ZGVkYjNhYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"948ffaad-663d-40dd-b1e3-500ba2406e66","artifactVersion":"1"},{"artifactName":"vfwb44da6f6530d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json","artifactChecksum":"NDY4MjNkYjgyOTM5M2EzMWM1MTFlMWIxYzNmY2I3MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57b726c0-399c-47a0-925a-0155c793380e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d1ade197-3c53-42fc-b0d1-b442df21d2d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml","artifactChecksum":"MzYwZDZkZDQ5NjVkNjlmM2I5NTdjYTEzYWQxNTYzYzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4526b3b9-578d-4cfc-b830-beb30b27672a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cd701c0a-569b-4303-85da-e19ddc22c9a0","artifactVersion":"2","generatedFromUUID":"d1ade197-3c53-42fc-b0d1-b442df21d2d3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220219032525-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml","artifactChecksum":"ZmEzNDU2NDZhZjg1NGE1NmY3NDczZTgzMDA2OGZmMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6a743c5-1b81-446e-b82a-5c78a1c15280","artifactVersion":"1"},{"artifactName":"service-Vfw20220219032525-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar","artifactChecksum":"NDU4NWE0MmUyOTQ1ZTY1MTc5MTY4ZjgzMTFkZWY3MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee35e3b1-2e03-404e-a679-41b21ce9b7ce","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-19T03:27:19.675Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:27:19.675Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:19.677Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:19.677Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.681Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:19.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241209166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241207273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "ves-openapi-manager",
"timestamp": 1645241203872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241205269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241209166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241207273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "ves-openapi-manager",
"timestamp": 1645241203872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241205269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.687Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241209166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "ves-openapi-manager",
"timestamp": 1645241203872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241207273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241205269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241209166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.689Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "ves-openapi-manager",
"timestamp": 1645241203872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241207273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241205269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241215674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241209166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241207273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "ves-openapi-manager",
"timestamp": 1645241203872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241205269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241215674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241209166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "ves-openapi-manager",
"timestamp": 1645241203872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241207273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241205269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241215674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241209166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241207273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "ves-openapi-manager",
"timestamp": 1645241203872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241205269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241218393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241215674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241219974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241218393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241220037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241220144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241215674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241220978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241218393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241221145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241221149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-19T03:27:19.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241215674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "policy-id",
"timestamp": 1645241221981,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-19T03:27:19.712Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2658937-5711-428c-83eb-c611c5399e19
2022-02-19T03:27:19.713Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2658937-5711-428c-83eb-c611c5399e19 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-19T03:27:19.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241218393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241222153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241215674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241222341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241218393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "aai-ml",
"timestamp": 1645241223156,
"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-19T03:27:19.733Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a2658937-5711-428c-83eb-c611c5399e19
2022-02-19T03:27:19.733Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2658937-5711-428c-83eb-c611c5399e19 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-19T03:27:19.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241223365,
"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-19T03:27:19.746Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2658937-5711-428c-83eb-c611c5399e19
2022-02-19T03:27:19.747Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2658937-5711-428c-83eb-c611c5399e19 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-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241223636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241218393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645241224368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "cds",
"timestamp": 1645241224645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-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-19T03:27:19.758Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2658937-5711-428c-83eb-c611c5399e19
2022-02-19T03:27:19.758Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2658937-5711-428c-83eb-c611c5399e19 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-19T03:27:19.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241218393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241226641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:19.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241226645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241226645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241226645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241229349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241226645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645241230352,
"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-19T03:27:19.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2658937-5711-428c-83eb-c611c5399e19
2022-02-19T03:27:19.773Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2658937-5711-428c-83eb-c611c5399e19 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-19T03:27:19.778Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-19T03:27:19.778Z||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-19T03:27:19.779Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:19.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241226645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241226645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:19.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:27:19.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241226645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:27:19.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:27:19.791Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:19.792Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:20.677Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:27:20.678Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:20.679Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:20.680Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:27:20.780Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:20.780Z||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-19T03:27:20.780Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:20.793Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:20.793Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:21.680Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:27:21.681Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:21.682Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:21.682Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:27:21.782Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:21.783Z||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-19T03:27:21.783Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:21.796Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:21.796Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:22.683Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:27:22.683Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:22.685Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:22.685Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:22.786Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-19T03:27:22.786Z||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-19T03:27:22.787Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:22.798Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:22.798Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:23.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:27:23.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:23.688Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:23.688Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-19T03:27:23.788Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:23.789Z||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-19T03:27:23.789Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:23.802Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:23.802Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:24.689Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:27:24.689Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:24.690Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:24.691Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:27:24.791Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:24.791Z||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-19T03:27:24.791Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:24.803Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:24.803Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-19T03:27:25.691Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:27:25.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:25.693Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:25.693Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:27:25.793Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:25.794Z||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-19T03:27:25.794Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:25.806Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:25.806Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:26.694Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"serviceName": "vFW 2022-02-19 03-25-25",
"serviceVersion": "1.0",
"serviceUUID": "cfbda478-f194-4336-8953-4c4a38058b69",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b",
"resources": [
{
"resourceInstanceName": "vFW b44da6f6-530d 0",
"resourceCustomizationUUID": "e69b0c5c-804d-45a4-8af7-bd64e87dddc6",
"resourceName": "vFW b44da6f6-530d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c5c3d0b9-2c01-49dc-8286-0df142c4dba2",
"resourceInvariantUUID": "0274d930-ad46-4f8e-8044-ec5b1e6b017a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb44da6f6530d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"artifactChecksum": "NDY4MjNkYjgyOTM5M2EzMWM1MTFlMWIxYzNmY2I3MDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "57b726c0-399c-47a0-925a-0155c793380e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d1ade197-3c53-42fc-b0d1-b442df21d2d3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cd701c0a-569b-4303-85da-e19ddc22c9a0",
"generatedFromUUID": "d1ade197-3c53-42fc-b0d1-b442df21d2d3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cd701c0a-569b-4303-85da-e19ddc22c9a0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220219032525-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"artifactChecksum": "NDU4NWE0MmUyOTQ1ZTY1MTc5MTY4ZjgzMTFkZWY3MTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ee35e3b1-2e03-404e-a679-41b21ce9b7ce"
}
],
"workloadContext": "Production"
}
2022-02-19T03:27:26.694Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-19T03:27:26.695Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfbda478-f194-4336-8953-4c4a38058b69 ASDC
2022-02-19T03:27:26.695Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a2658937-5711-428c-83eb-c611c5399e19
ServiceName:vFW 2022-02-19 03-25-25
ServiceVersion:1.0
ServiceUUID:cfbda478-f194-4336-8953-4c4a38058b69
ServiceInvariantUUID:7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220219032525-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar
ArtifactUUID:ee35e3b1-2e03-404e-a679-41b21ce9b7ce
ArtifactChecksum:NDU4NWE0MmUyOTQ1ZTY1MTc5MTY4ZjgzMTFkZWY3MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b44da6f6-530d 0
ResourceCustomizationUUID:e69b0c5c-804d-45a4-8af7-bd64e87dddc6
ResourceInvariantUUID:0274d930-ad46-4f8e-8044-ec5b1e6b017a
ResourceName:vFW b44da6f6-530d
ResourceType:VF
ResourceUUID:c5c3d0b9-2c01-49dc-8286-0df142c4dba2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb44da6f6530d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json
ArtifactUUID:57b726c0-399c-47a0-925a-0155c793380e
ArtifactChecksum:NDY4MjNkYjgyOTM5M2EzMWM1MTFlMWIxYzNmY2I3MDk=
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/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml
ArtifactUUID:d1ade197-3c53-42fc-b0d1-b442df21d2d3
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/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env
ArtifactUUID:cd701c0a-569b-4303-85da-e19ddc22c9a0
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/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env
ArtifactUUID:cd701c0a-569b-4303-85da-e19ddc22c9a0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-19T03:27:26.695Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfbda478-f194-4336-8953-4c4a38058b69 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-19T03:27:26.724Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-19T03:27:26.725Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-19T03:27:26.725Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-19T03:27:26.725Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee35e3b1-2e03-404e-a679-41b21ce9b7ce from URL: /sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:26.725Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-19T03:27:26.725Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:26.784Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-19T03:27:26.787Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar ee35e3b1-2e03-404e-a679-41b21ce9b7ce 98949
2022-02-19T03:27:26.788Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar ASDC sendASDCNotification
2022-02-19T03:27:26.788Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:26.788Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:27:26.788Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:26.789Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:26.789Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241246788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:26.890Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:26.890Z||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-19T03:27:26.890Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:26.903Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:26.903Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:27.790Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-19T03:27:27.791Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-19T03:27:27.791Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ee35e3b1-2e03-404e-a679-41b21ce9b7ce, URL: /sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar to file: /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:27.791Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220219032525-csar.csar
2022-02-19T03:27:27.791Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:27.792Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:28.216Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12294244046164585429/Definitions/service-Vfw20220219032525-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-19T03:27:29.991Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||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-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||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-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||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-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.992Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b44da6f6-530d 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-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-19T03:27:29.993Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.994Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.995Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:29.996Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is not matching search criteria
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:27:29.997Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d2d38126-881c-4b13-b9a7-b5a8c020bf20
2022-02-19T03:27:29.998Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:29.999Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0955629b-ed8d-40d3-a113-93e58a92f6f0
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:27:30.000Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd7a753e-bba8-4c31-83ad-764b7b3852bc
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:30.001Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:30.002Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:30.002Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:30.002Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:30.002Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-19 03-25-25
Description:catalog service description
Model UUID:cfbda478-f194-4336-8953-4c4a38058b69
Model Version:NULL
Model InvariantUuid:7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b44da6f6-530d
Model UUID:e6b1ec6d-4fe0-42c2-ae48-30ce434912a1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0274d930-ad46-4f8e-8044-ec5b1e6b017a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e69b0c5c-804d-45a4-8af7-bd64e87dddc6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:da4ed92f-476b-4e4f-ac75-5bfaf2e5aac3
ModelName:VfwB44da6f6530d..base_vfw..module-0
ModelUuid:d996d78c-e87f-4938-a603-3ad1c150eb13
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d2d38126-881c-4b13-b9a7-b5a8c020bf20
ModelInvariantUuid:4d853c22-0a0a-4698-a50b-f596288523c2
ModelName:vFW b44da6f6-530d-nodes.vfwCvfc
ModelUuid:ee3c60f8-a2f1-41a2-b5fc-e65b06d6f0fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9c3060de-0e28-4c24-8a95-c08aef9edd30
ModelInvariantUuid:6fc0da9f-73a5-4ffe-8255-617a4d4e039f
ModelName:VfwB44da6f6530d.compute.nodes.heat.vfw
ModelUuid:56fdcf80-514a-4b7a-bd30-79d527b335cc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0955629b-ed8d-40d3-a113-93e58a92f6f0
ModelInvariantUuid:7e5d3c48-58ac-4e6a-9f96-1f11508aee62
ModelName:vFW b44da6f6-530d-nodes.vsnCvfc
ModelUuid:cbe1d820-b44a-4584-998b-e2c654818028
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6d1aa813-2abd-4d3e-94fa-c22006920186
ModelInvariantUuid:b5667362-9936-4e25-b1ff-9ae3e38d4863
ModelName:VfwB44da6f6530d.compute.nodes.heat.vsn
ModelUuid:22c6e81f-b455-4bbe-96bf-a73a9163e92f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fd7a753e-bba8-4c31-83ad-764b7b3852bc
ModelInvariantUuid:7234e88b-b7c8-4622-9f51-a648e18e53c1
ModelName:vFW b44da6f6-530d-nodes.vpgCvfc
ModelUuid:deac9212-50d6-4b38-9928-4b7a93f7077c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0f9fe36c-3119-451a-94d9-bcf2a140519f
ModelInvariantUuid:4efb66b2-c17e-4d13-831a-af1e8f7f7203
ModelName:VfwB44da6f6530d.compute.nodes.heat.vpg
ModelUuid:4239f1ce-51f8-43ee-bf5a-eb317e7d5cbf
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-19T03:27:30.006Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c5c3d0b9-2c01-49dc-8286-0df142c4dba2
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-19T03:27:30.008Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||vFW b44da6f6-530d 0
2022-02-19T03:27:30.008Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c5c3d0b9-2c01-49dc-8286-0df142c4dba2
2022-02-19T03:27:30.008Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57b726c0-399c-47a0-925a-0155c793380e from URL: /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json
2022-02-19T03:27:30.009Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-19T03:27:30.009Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json
2022-02-19T03:27:30.137Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-19T03:27:30.137Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json 57b726c0-399c-47a0-925a-0155c793380e 785
2022-02-19T03:27:30.137Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json ASDC sendASDCNotification
2022-02-19T03:27:30.137Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json
2022-02-19T03:27:30.137Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:27:30.138Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:30.139Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:30.139Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241250137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:30.239Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:30.240Z||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-19T03:27:30.240Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:30.252Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:30.252Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:31.143Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB44da6f6530d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "da4ed92f-476b-4e4f-ac75-5bfaf2e5aac3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d996d78c-e87f-4938-a603-3ad1c150eb13",
"vfModuleModelCustomizationUUID": "a9d31278-b9a5-4823-b9db-97b94c493833",
"isBase": true,
"artifacts": [
"d1ade197-3c53-42fc-b0d1-b442df21d2d3",
"cd701c0a-569b-4303-85da-e19ddc22c9a0"
],
"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-19T03:27:31.146Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB44da6f6530d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d996d78c-e87f-4938-a603-3ad1c150eb13
VfModuleModelInvariantUUID:da4ed92f-476b-4e4f-ac75-5bfaf2e5aac3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1ade197-3c53-42fc-b0d1-b442df21d2d3
,
cd701c0a-569b-4303-85da-e19ddc22c9a0
}
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-19T03:27:31.147Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB44da6f6530d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "da4ed92f-476b-4e4f-ac75-5bfaf2e5aac3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d996d78c-e87f-4938-a603-3ad1c150eb13",
"vfModuleModelCustomizationUUID": "a9d31278-b9a5-4823-b9db-97b94c493833",
"isBase": true,
"artifacts": [
"d1ade197-3c53-42fc-b0d1-b442df21d2d3",
"cd701c0a-569b-4303-85da-e19ddc22c9a0"
],
"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-19T03:27:31.148Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB44da6f6530d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d996d78c-e87f-4938-a603-3ad1c150eb13
VfModuleModelInvariantUUID:da4ed92f-476b-4e4f-ac75-5bfaf2e5aac3
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1ade197-3c53-42fc-b0d1-b442df21d2d3
,
cd701c0a-569b-4303-85da-e19ddc22c9a0
}
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-19T03:27:31.148Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d1ade197-3c53-42fc-b0d1-b442df21d2d3 from URL: /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml
2022-02-19T03:27:31.148Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-19T03:27:31.148Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml
2022-02-19T03:27:31.337Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-19T03:27:31.338Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml d1ade197-3c53-42fc-b0d1-b442df21d2d3 20368
2022-02-19T03:27:31.338Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-19T03:27:31.338Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml
2022-02-19T03:27:31.338Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:27:31.339Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:31.341Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:31.341Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241251338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:31.441Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:31.441Z||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-19T03:27:31.441Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:31.454Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:31.454Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:32.342Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cd701c0a-569b-4303-85da-e19ddc22c9a0 from URL: /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env
2022-02-19T03:27:32.342Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-19T03:27:32.342Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env
2022-02-19T03:27:32.642Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-19T03:27:32.643Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env cd701c0a-569b-4303-85da-e19ddc22c9a0 2098
2022-02-19T03:27:32.643Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-19T03:27:32.643Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env
2022-02-19T03:27:32.643Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:27:32.643Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:32.645Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:32.645Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241252643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:27:32.745Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:32.746Z||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-19T03:27:32.746Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:32.758Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:32.759Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:33.647Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cfbda478-f194-4336-8953-4c4a38058b69
2022-02-19T03:27:33.647Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b44da6f6-530d 0 c5c3d0b9-2c01-49dc-8286-0df142c4dba2 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-19T03:27:33.662Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61c15942, org.onap.sdc.toscaparser.api.parameters.Input@4775398a, org.onap.sdc.toscaparser.api.parameters.Input@490fce85, org.onap.sdc.toscaparser.api.parameters.Input@7d91e20c, org.onap.sdc.toscaparser.api.parameters.Input@1671bfb5]
2022-02-19T03:27:33.663Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.664Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.664Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-02-19T03:27:33.664Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e69b0c5c-804d-45a4-8af7-bd64e87dddc6
2022-02-19T03:27:33.664Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e69b0c5c-804d-45a4-8af7-bd64e87dddc6 matches Tosca VF Customization UUID: e69b0c5c-804d-45a4-8af7-bd64e87dddc6
2022-02-19T03:27:33.664Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e69b0c5c-804d-45a4-8af7-bd64e87dddc6 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-19T03:27:33.666Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.666Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.666Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e69b0c5c-804d-45a4-8af7-bd64e87dddc6: {\"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-19T03:27:33.667Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d99e58c
2022-02-19T03:27:33.667Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.667Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-19T03:27:33.667Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9d31278-b9a5-4823-b9db-97b94c493833
2022-02-19T03:27:33.667Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9d31278-b9a5-4823-b9db-97b94c493833
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-19T03:27:33.669Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.669Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:33.669Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:33.669Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.669Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:33.669Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is not matching search criteria
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.670Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:33.671Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:27:33.671Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:33.671Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:27:33.671Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.671Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d2d38126-881c-4b13-b9a7-b5a8c020bf20
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-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is not matching search criteria
2022-02-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:27:33.673Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:33.674Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:27:33.675Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.675Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0955629b-ed8d-40d3-a113-93e58a92f6f0
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-19T03:27:33.676Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.676Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:33.676Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:33.676Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:27:33.678Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:27:33.678Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:27:33.678Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:27:33.678Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-19T03:27:33.678Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd7a753e-bba8-4c31-83ad-764b7b3852bc
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-19T03:27:33.679Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.679Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:33.680Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:27:33.680Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.680Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Node template vFW b44da6f6-530d 0 is matching search criteria
2022-02-19T03:27:33.680Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b44da6f6-530d 0] matching following query criteria: sdcType=VF, customizationUUID=e69b0c5c-804d-45a4-8af7-bd64e87dddc6
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-19T03:27:33.681Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.681Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.681Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cfbda478-f194-4336-8953-4c4a38058b69: vFW b44da6f6-530d
2022-02-19T03:27:33.681Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-19 03-25-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:27:33.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-02-19 03-25-25
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-19T03:27:33.813Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b44da6f6-530d c5c3d0b9-2c01-49dc-8286-0df142c4dba2 1 ASDC deployResourceStructure
2022-02-19T03:27:33.814Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json ASDC sendASDCNotification
2022-02-19T03:27:33.814Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json
2022-02-19T03:27:33.814Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:27:33.814Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:33.816Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:33.816Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241253814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-19T03:27:33.916Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:33.917Z||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-19T03:27:33.917Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:33.929Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:33.929Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-19T03:27:34.817Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-19T03:27:34.817Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml
2022-02-19T03:27:34.817Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:27:34.818Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:34.819Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:34.819Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241254817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-19T03:27:34.920Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:34.920Z||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-19T03:27:34.920Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:34.932Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:34.932Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-19T03:27:35.820Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-19T03:27:35.821Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env
2022-02-19T03:27:35.821Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:27:35.821Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:35.823Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:35.823Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241255820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-19T03:27:35.923Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:35.923Z||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-19T03:27:35.924Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:35.936Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:35.937Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:36.823Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar ASDC sendASDCNotification
2022-02-19T03:27:36.824Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar
2022-02-19T03:27:36.824Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-19T03:27:36.824Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-19T03:27:36.825Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:27:36.826Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241256823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:27:36.926Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:27:36.926Z||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-19T03:27:36.926Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:27:36.938Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:27:36.938Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:27:37.826Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2658937-5711-428c-83eb-c611c5399e19
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-19T03:27:37.834Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2658937-5711-428c-83eb-c611c5399e19
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-19T03:27:37.836Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-19T03:27:37.836Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-19T03:27:37.836Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-19T03:27:37.836Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-19T03:27:37.836Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-02-19T03:27:37.836Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||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-19T03:27:37.840Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-19T03:28:07.841Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2658937-5711-428c-83eb-c611c5399e19 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-19T03:28:07.844Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2658937-5711-428c-83eb-c611c5399e19 and serviceModelVersionId: cfbda478-f194-4336-8953-4c4a38058b69
2022-02-19T03:28:07.845Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b
2022-02-19T03:28:07.845Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0
2022-02-19T03:28:07.850Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-19T03:28:07.890Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:28:07.891Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Invoke
2022-02-19T03:28:09.435Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:28:09.436Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Invoke
2022-02-19T03:28:10.975Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:28:10.976Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Invoke
2022-02-19T03:28:12.005Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-02-19T03:28:12.006Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:28:12.006Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-02-19T03:28:12.006Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:28:12.009Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:28:12.010Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2658937-5711-428c-83eb-c611c5399e19 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-19T03:28:12.010Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-19T03:28:12.010Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:28:12.011Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:28:12.011Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241292010,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-19T03:28:12.112Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:28:12.112Z||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-19T03:28:12.112Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:28:12.128Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:28:12.129Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-19T03:28:19.047Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:28:19.048Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:28:19.048Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:28:19.049Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:28:19.049Z||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-19T03:28:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:28:19.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:28:19.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-19T03:28:19.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:28:19.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-02-19T03:28:28.590Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:19.048Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:29:19.048Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-19T03:29:19.048Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:19.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-19T03:29:19.050Z||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-19T03:29:19.050Z||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 w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:19.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:19.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:29:19.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-19T03:29:19.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241242637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241244646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:29:19.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-19T03:29:19.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "clamp",
"timestamp": 1645241245650,
"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-19T03:29:19.083Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2658937-5711-428c-83eb-c611c5399e19
2022-02-19T03:29:19.083Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2658937-5711-428c-83eb-c611c5399e19 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-19T03:29:19.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241239047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:29:19.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241246788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241250137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241251338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241252643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241253814,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/vfwb44da6f6530d0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241254817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241255820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/resourceInstances/vfwb44da6f6530d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241256823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032525/1.0/artifacts/service-Vfw20220219032525-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-19T03:29:19.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2658937-5711-428c-83eb-c611c5399e19",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241292010,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-02-19T03:29:19.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-19T03:29:19.675Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:19.676Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||received message from topic
2022-02-19T03:29:19.676Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ecebbcbc-5944-43ee-9a89-bc32822f202e","serviceName":"vFW 2022-02-19 03-27-34","serviceVersion":"1.0","serviceUUID":"66fd569c-ae7d-4ef4-a3d3-c37d7a7e53d2","serviceDescription":"catalog service description","serviceInvariantUUID":"43b8895a-3ae7-4435-a4dd-0a6e6eb2ab83","resources":[{"resourceInstanceName":"vFW 145d2adf-be42 0","resourceName":"vFW 145d2adf-be42","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e9e6d070-313a-4dd2-8f7e-2c80ca0c9dd8","resourceInvariantUUID":"b897a15a-e70b-4e2a-9288-e1b6fb3fa462","resourceCustomizationUUID":"064ef5c6-80b5-4475-802b-de012e7e7b32","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vf-license-model.xml","artifactChecksum":"YmQ2YTVjOGU5Y2MyMWRmNmUxNjAzZGI2MWZkZjE5N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d32b0997-3cc0-40f8-8554-603999633110","artifactVersion":"1"},{"artifactName":"vfw145d2adfbe420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json","artifactChecksum":"MTZlYmIyZWRjOTM1OWYzMzgwODM0M2U4M2NiMzFiYTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21ba1d0b-3851-4054-a176-a6afeaa09f75","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"53dffc57-7bc3-4435-be7e-938ce2463873","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vendor-license-model.xml","artifactChecksum":"MDBmODkwMTVmNzQyYzZhNmU2OWU3Y2NhNjNmNTAwZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f9a54ea-4784-458f-a725-7a2c14f658d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"42c435dc-2aa5-4c08-8061-9b584314add4","artifactVersion":"2","generatedFromUUID":"53dffc57-7bc3-4435-be7e-938ce2463873"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220219032734-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-template.yml","artifactChecksum":"MTViM2VmYzAyMGJkZjdmM2JhNzU5YzgxNGRlYjg3ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd65d682-bb48-4c68-8df9-da39f1f0c6f5","artifactVersion":"1"},{"artifactName":"service-Vfw20220219032734-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar","artifactChecksum":"Mjk1NWUwNjI1NDlhZTY0YjhhNDJlN2Y3OWJhZjIyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d25843e-09f3-45fa-8353-aed7f507a9db","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-19T03:29:19.677Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:29:19.678Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:19.679Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:19.679Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241359047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:29:19.779Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:19.780Z||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-19T03:29:19.780Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:19.792Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:19.793Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:20.680Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:29:20.680Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:20.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:20.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241359047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json",
"status": "NOTIFIED"
}
2022-02-19T03:29:20.782Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:20.782Z||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-19T03:29:20.782Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:20.794Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:20.795Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:21.682Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:29:21.683Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:21.684Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:21.684Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241359047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-19T03:29:21.785Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:21.785Z||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-19T03:29:21.785Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:21.798Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:21.798Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:22.685Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:29:22.686Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:22.688Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:22.688Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241359047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:29:22.788Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:22.788Z||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-19T03:29:22.788Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:22.800Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:22.801Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:23.688Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:29:23.689Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:23.691Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:23.691Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241359047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-19T03:29:23.791Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:23.792Z||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-19T03:29:23.792Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:23.805Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:23.805Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:24.692Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:29:24.692Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:24.694Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:24.694Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241359047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-19T03:29:24.794Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:24.795Z||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-19T03:29:24.795Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:24.807Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:24.808Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:25.694Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-02-19T03:29:25.695Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:25.697Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:25.697Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241359047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar",
"status": "NOTIFIED"
}
2022-02-19T03:29:25.797Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:25.798Z||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-19T03:29:25.798Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:25.812Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:25.812Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:26.698Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"serviceName": "vFW 2022-02-19 03-27-34",
"serviceVersion": "1.0",
"serviceUUID": "66fd569c-ae7d-4ef4-a3d3-c37d7a7e53d2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "43b8895a-3ae7-4435-a4dd-0a6e6eb2ab83",
"resources": [
{
"resourceInstanceName": "vFW 145d2adf-be42 0",
"resourceCustomizationUUID": "064ef5c6-80b5-4475-802b-de012e7e7b32",
"resourceName": "vFW 145d2adf-be42",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e9e6d070-313a-4dd2-8f7e-2c80ca0c9dd8",
"resourceInvariantUUID": "b897a15a-e70b-4e2a-9288-e1b6fb3fa462",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw145d2adfbe420_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json",
"artifactChecksum": "MTZlYmIyZWRjOTM1OWYzMzgwODM0M2U4M2NiMzFiYTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21ba1d0b-3851-4054-a176-a6afeaa09f75",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "53dffc57-7bc3-4435-be7e-938ce2463873",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "42c435dc-2aa5-4c08-8061-9b584314add4",
"generatedFromUUID": "53dffc57-7bc3-4435-be7e-938ce2463873"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "42c435dc-2aa5-4c08-8061-9b584314add4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220219032734-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar",
"artifactChecksum": "Mjk1NWUwNjI1NDlhZTY0YjhhNDJlN2Y3OWJhZjIyNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5d25843e-09f3-45fa-8353-aed7f507a9db"
}
],
"workloadContext": "Production"
}
2022-02-19T03:29:26.699Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-19T03:29:26.699Z|a2658937-5711-428c-83eb-c611c5399e19|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66fd569c-ae7d-4ef4-a3d3-c37d7a7e53d2 ASDC
2022-02-19T03:29:26.700Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ecebbcbc-5944-43ee-9a89-bc32822f202e
ServiceName:vFW 2022-02-19 03-27-34
ServiceVersion:1.0
ServiceUUID:66fd569c-ae7d-4ef4-a3d3-c37d7a7e53d2
ServiceInvariantUUID:43b8895a-3ae7-4435-a4dd-0a6e6eb2ab83
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220219032734-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar
ArtifactUUID:5d25843e-09f3-45fa-8353-aed7f507a9db
ArtifactChecksum:Mjk1NWUwNjI1NDlhZTY0YjhhNDJlN2Y3OWJhZjIyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 145d2adf-be42 0
ResourceCustomizationUUID:064ef5c6-80b5-4475-802b-de012e7e7b32
ResourceInvariantUUID:b897a15a-e70b-4e2a-9288-e1b6fb3fa462
ResourceName:vFW 145d2adf-be42
ResourceType:VF
ResourceUUID:e9e6d070-313a-4dd2-8f7e-2c80ca0c9dd8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw145d2adfbe420_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json
ArtifactUUID:21ba1d0b-3851-4054-a176-a6afeaa09f75
ArtifactChecksum:MTZlYmIyZWRjOTM1OWYzMzgwODM0M2U4M2NiMzFiYTY=
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/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml
ArtifactUUID:53dffc57-7bc3-4435-be7e-938ce2463873
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/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env
ArtifactUUID:42c435dc-2aa5-4c08-8061-9b584314add4
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/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env
ArtifactUUID:42c435dc-2aa5-4c08-8061-9b584314add4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-19T03:29:26.700Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66fd569c-ae7d-4ef4-a3d3-c37d7a7e53d2 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-19T03:29:26.723Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-19T03:29:26.723Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||MSO config path is: /app
2022-02-19T03:29:26.723Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||MSO config path is: /app
2022-02-19T03:29:26.723Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Trying to download the artifact UUID: 5d25843e-09f3-45fa-8353-aed7f507a9db from URL: /sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar
2022-02-19T03:29:26.723Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - download
2022-02-19T03:29:26.724Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar
2022-02-19T03:29:26.776Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||GET Response Status 200
2022-02-19T03:29:26.780Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar 5d25843e-09f3-45fa-8353-aed7f507a9db 98942
2022-02-19T03:29:26.780Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar ASDC sendASDCNotification
2022-02-19T03:29:26.780Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar
2022-02-19T03:29:26.780Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:29:26.780Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:26.782Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:26.782Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241366780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:26.882Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:26.883Z||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-19T03:29:26.883Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:26.895Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:26.895Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-19T03:29:27.783Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-19T03:29:27.784Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||MSO config path is: /app
2022-02-19T03:29:27.784Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Trying to write artifact UUID: 5d25843e-09f3-45fa-8353-aed7f507a9db, URL: /sdc/v1/catalog/services/Vfw20220219032734/1.0/artifacts/service-Vfw20220219032734-csar.csar to file: /app/ASDC/1/service-Vfw20220219032734-csar.csar
2022-02-19T03:29:27.784Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220219032734-csar.csar
2022-02-19T03:29:27.784Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220219032734-csar.csar
2022-02-19T03:29:27.785Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220219032734-csar.csar
2022-02-19T03:29:28.147Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6601632895942847199/Definitions/service-Vfw20220219032734-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-19T03:29:29.568Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-02-19T03:29:29.568Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|WARN|500||####################################################################################################
2022-02-19T03:29:29.568Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.568Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-19T03:29:29.568Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.568Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 145d2adf-be42 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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?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-Vfw20220219032734-csar.csar
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|WARN|500||####################################################################################################
2022-02-19T03:29:29.569Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.570Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:29:29.570Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is matching search criteria
2022-02-19T03:29:29.570Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Search for entities recursively
2022-02-19T03:29:29.570Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [vFW 145d2adf-be42 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-19T03:29:29.570Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.570Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is matching search criteria
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Search for entities recursively
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [vFW 145d2adf-be42 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is not matching search criteria
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:29:29.571Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.572Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is matching search criteria
2022-02-19T03:29:29.573Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [vFW 145d2adf-be42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:29:29.574Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.574Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is matching search criteria
2022-02-19T03:29:29.574Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [vFW 145d2adf-be42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:29:29.574Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.574Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is matching search criteria
2022-02-19T03:29:29.574Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [vFW 145d2adf-be42 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-19T03:29:29.574Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is not matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.575Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=218b9463-cb17-40f2-a088-d74db3744613
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is not matching search criteria
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:29:29.576Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.577Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b7c74ec6-7873-4ac4-942b-2d96abd59c8d
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vFW 145d2adf-be42 0 is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-02-19T03:29:29.578Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=aab7568b-3f83-4588-b072-11e08b49f338
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.579Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:29:29.580Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.580Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:29:29.580Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-19T03:29:29.580Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Service vFW 2022-02-19 03-27-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-19T03:29:29.580Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-19 03-27-34
Description:catalog service description
Model UUID:66fd569c-ae7d-4ef4-a3d3-c37d7a7e53d2
Model Version:NULL
Model InvariantUuid:43b8895a-3ae7-4435-a4dd-0a6e6eb2ab83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 145d2adf-be42
Model UUID:51860fc4-ec5a-4bd8-8b15-881779151a7a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b897a15a-e70b-4e2a-9288-e1b6fb3fa462
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:064ef5c6-80b5-4475-802b-de012e7e7b32
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:222e375e-0bd7-4be3-b2d0-9cfe5e735e3c
ModelName:Vfw145d2adfBe42..base_vfw..module-0
ModelUuid:980ab5de-6413-4b19-9b20-f4e4f8cac7b4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:218b9463-cb17-40f2-a088-d74db3744613
ModelInvariantUuid:7e21a0d2-7bc6-4be5-aca4-9336fe7ef174
ModelName:vFW 145d2adf-be42-nodes.vfwCvfc
ModelUuid:311ed190-163c-427a-8a30-fb0c1a49a773
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:69970b09-fe92-4f5f-a0e0-2113972fc1cc
ModelInvariantUuid:6939bbbd-4883-4a4f-8569-949af6c875f1
ModelName:Vfw145d2adfBe42.compute.nodes.heat.vfw
ModelUuid:5e1e6aa0-fdd9-4c0f-848a-a15eeed3806e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b7c74ec6-7873-4ac4-942b-2d96abd59c8d
ModelInvariantUuid:c2355499-49fe-4185-a8f6-fcf8d40cfb73
ModelName:vFW 145d2adf-be42-nodes.vsnCvfc
ModelUuid:e2486d9b-7d2f-4d4c-8a3d-80b984bd2d9f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:925388e9-561a-4db9-b1ed-6195abc7041e
ModelInvariantUuid:3a6aa30b-2e5f-419b-a465-a84434941f24
ModelName:Vfw145d2adfBe42.compute.nodes.heat.vsn
ModelUuid:5e8ea8b1-fba9-482a-bf6b-025179ab34ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:aab7568b-3f83-4588-b072-11e08b49f338
ModelInvariantUuid:29b1749a-00e0-415b-a09f-3c64f8802f9b
ModelName:vFW 145d2adf-be42-nodes.vpgCvfc
ModelUuid:6666b304-be75-4ce2-a8f0-1fe81bfd9a86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c746fd6c-8fb9-454c-8f55-0062534dd5bb
ModelInvariantUuid:dfcd6566-68eb-4956-b8f3-818696738f35
ModelName:Vfw145d2adfBe42.compute.nodes.heat.vpg
ModelUuid:604b9da1-d8ee-457d-804c-3b811d2b60b9
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-19T03:29:29.584Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e9e6d070-313a-4dd2-8f7e-2c80ca0c9dd8
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-19T03:29:29.586Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||vFW 145d2adf-be42 0
2022-02-19T03:29:29.586Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e9e6d070-313a-4dd2-8f7e-2c80ca0c9dd8
2022-02-19T03:29:29.586Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Trying to download the artifact UUID: 21ba1d0b-3851-4054-a176-a6afeaa09f75 from URL: /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json
2022-02-19T03:29:29.586Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - download
2022-02-19T03:29:29.586Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json
2022-02-19T03:29:29.742Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||GET Response Status 200
2022-02-19T03:29:29.742Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json 21ba1d0b-3851-4054-a176-a6afeaa09f75 785
2022-02-19T03:29:29.742Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json ASDC sendASDCNotification
2022-02-19T03:29:29.742Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json
2022-02-19T03:29:29.742Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:29:29.743Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:29.744Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:29.744Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241369742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/vfw145d2adfbe420_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:29.844Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:29.845Z||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-19T03:29:29.845Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:29.856Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:29.856Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:30.745Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw145d2adfBe42..base_vfw..module-0",
"vfModuleModelInvariantUUID": "222e375e-0bd7-4be3-b2d0-9cfe5e735e3c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "980ab5de-6413-4b19-9b20-f4e4f8cac7b4",
"vfModuleModelCustomizationUUID": "1b2fbd91-7060-4964-b8d0-45d066cc7ce3",
"isBase": true,
"artifacts": [
"53dffc57-7bc3-4435-be7e-938ce2463873",
"42c435dc-2aa5-4c08-8061-9b584314add4"
],
"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-19T03:29:30.747Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw145d2adfBe42..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:980ab5de-6413-4b19-9b20-f4e4f8cac7b4
VfModuleModelInvariantUUID:222e375e-0bd7-4be3-b2d0-9cfe5e735e3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
53dffc57-7bc3-4435-be7e-938ce2463873
,
42c435dc-2aa5-4c08-8061-9b584314add4
}
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-19T03:29:30.749Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw145d2adfBe42..base_vfw..module-0",
"vfModuleModelInvariantUUID": "222e375e-0bd7-4be3-b2d0-9cfe5e735e3c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "980ab5de-6413-4b19-9b20-f4e4f8cac7b4",
"vfModuleModelCustomizationUUID": "1b2fbd91-7060-4964-b8d0-45d066cc7ce3",
"isBase": true,
"artifacts": [
"53dffc57-7bc3-4435-be7e-938ce2463873",
"42c435dc-2aa5-4c08-8061-9b584314add4"
],
"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-19T03:29:30.749Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw145d2adfBe42..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:980ab5de-6413-4b19-9b20-f4e4f8cac7b4
VfModuleModelInvariantUUID:222e375e-0bd7-4be3-b2d0-9cfe5e735e3c
VfModuleModelDescription:NULL
Artifacts UUID List:{
53dffc57-7bc3-4435-be7e-938ce2463873
,
42c435dc-2aa5-4c08-8061-9b584314add4
}
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-19T03:29:30.749Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Trying to download the artifact UUID: 53dffc57-7bc3-4435-be7e-938ce2463873 from URL: /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml
2022-02-19T03:29:30.749Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - download
2022-02-19T03:29:30.749Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml
2022-02-19T03:29:30.942Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||GET Response Status 200
2022-02-19T03:29:30.943Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml 53dffc57-7bc3-4435-be7e-938ce2463873 20368
2022-02-19T03:29:30.943Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-19T03:29:30.943Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml
2022-02-19T03:29:30.944Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:29:30.944Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:30.945Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:30.945Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241370943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:31.047Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-19T03:29:31.048Z||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-19T03:29:31.048Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:31.062Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:31.062Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:31.946Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||Trying to download the artifact UUID: 42c435dc-2aa5-4c08-8061-9b584314add4 from URL: /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env
2022-02-19T03:29:31.947Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - download
2022-02-19T03:29:31.947Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env
2022-02-19T03:29:32.141Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||GET Response Status 200
2022-02-19T03:29:32.141Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env 42c435dc-2aa5-4c08-8061-9b584314add4 2098
2022-02-19T03:29:32.141Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-19T03:29:32.142Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env
2022-02-19T03:29:32.142Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-02-19T03:29:32.142Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||DistributionClient - sendStatus
2022-02-19T03:29:32.144Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-19T03:29:32.144Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||try to send status {
"distributionID": "ecebbcbc-5944-43ee-9a89-bc32822f202e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645241372141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220219032734/1.0/resourceInstances/vfw145d2adfbe420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-19T03:29:32.244Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-19T03:29:32.244Z||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-19T03:29:32.245Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w8kQRxrjAoWTGIsK) ...
2022-02-19T03:29:32.257Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-19T03:29:32.257Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-19T03:29:33.144Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||Preparing to deploy Service: 66fd569c-ae7d-4ef4-a3d3-c37d7a7e53d2
2022-02-19T03:29:33.145Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 145d2adf-be42 0 e9e6d070-313a-4dd2-8f7e-2c80ca0c9dd8 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-19T03:29:33.155Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6127f8b6, org.onap.sdc.toscaparser.api.parameters.Input@2f390792, org.onap.sdc.toscaparser.api.parameters.Input@49927383, org.onap.sdc.toscaparser.api.parameters.Input@6ed6799e, org.onap.sdc.toscaparser.api.parameters.Input@306aceba]
2022-02-19T03:29:33.156Z|ecebbcbc-5944-43ee-9a89-bc32822f202e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f36dc41-fdb4-4d42-8a23-c8c21d8e9d4b/model-vers/model-ver/cfbda478-f194-4336-8953-4c4a38058b69?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery